defaultValue = pDefaultValue;
String myPropertyName = null;
boolean myGeneratedIsSetMethod = pSchema.isGeneratingIsSetMethod();
String myCollectionType = null;
if (pXSObject instanceof JAXBPropertyOwner) {
JAXBPropertyOwner jaxbPropertyOwner = (JAXBPropertyOwner) pXSObject;
JAXBProperty jaxbProperty = jaxbPropertyOwner.getJAXBProperty();
if (jaxbProperty != null) {
myPropertyName = jaxbProperty.getName();
Boolean jaxbGeneratedIsSetMethod = jaxbProperty.isGenerateIsSetMethod();
if (jaxbGeneratedIsSetMethod != null) {
myGeneratedIsSetMethod = jaxbGeneratedIsSetMethod.booleanValue();