For IntelliJ IDEA,
Android Studio or Eclipse



/** * Gets array of all "AddressLine" elements */ public x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[] getAddressLineArray() { synchronized (monitor()) { check_orphaned(); java.util.List targetList = new java.util.ArrayList(); get_store().find_all_element_users(ADDRESSLINE$0, targetList); x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[] result = new x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[targetList.size()]; targetList.toArray(result); return result; } }
/** * Sets array of all "AddressLine" element */ public void setAddressLineArray(x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[] addressLineArray) { synchronized (monitor()) { check_orphaned(); arraySetterHelper(addressLineArray, ADDRESSLINE$0); } }
/** * Returns number of "AddressLine" element */ public int sizeOfAddressLineArray() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(ADDRESSLINE$0); } }
/** * Unsets the "Indicator" attribute */ public void unsetIndicator() { synchronized (monitor()) { check_orphaned(); get_store().remove_attribute(INDICATOR$8); } }
/** * True if has "Separator" attribute */ public boolean isSetSeparator() { synchronized (monitor()) { check_orphaned(); return get_store().find_attribute_user(SEPARATOR$10) != null; } }
/** * True if has "NumberRangeOccurrence" attribute */ public boolean isSetNumberRangeOccurrence() { synchronized (monitor()) { check_orphaned(); return get_store().find_attribute_user(NUMBERRANGEOCCURRENCE$14) != null; } }
/** * True if has "RangeType" attribute */ public boolean isSetRangeType() { synchronized (monitor()) { check_orphaned(); return get_store().find_attribute_user(RANGETYPE$6) != null; } }
/** * Gets (as xml) the "NumberRangeOccurrence" attribute */ public x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.NumberRangeOccurrence xgetNumberRangeOccurrence() { synchronized (monitor()) { check_orphaned(); x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.NumberRangeOccurrence target = null; target = (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.NumberRangeOccurrence)get_store().find_attribute_user(NUMBERRANGEOCCURRENCE$14); return target; } }
/** * Appends and returns a new empty "ThoroughfareNumberFrom" element */ public x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom addNewThoroughfareNumberFrom() { synchronized (monitor()) { check_orphaned(); x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom target = null; target = (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom)get_store().add_element_user(THOROUGHFARENUMBERFROM$2); return target; } }
/** * Gets (as xml) the "RangeType" attribute */ public x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType xgetRangeType() { synchronized (monitor()) { check_orphaned(); x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType target = null; target = (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType)get_store().find_attribute_user(RANGETYPE$6); return target; } }
/** * Appends and returns a new empty "Separator" attribute */ public org.apache.xmlbeans.XmlAnySimpleType addNewSeparator() { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.XmlAnySimpleType target = null; target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(SEPARATOR$10); return target; } }
/** * Appends and returns a new empty value (as xml) as the last "AddressLine" element */ public x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine addNewAddressLine() { synchronized (monitor()) { check_orphaned(); x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine target = null; target = (x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine)get_store().add_element_user(ADDRESSLINE$0); return target; } }
/** * True if has "Type" attribute */ public boolean isSetType() { synchronized (monitor()) { check_orphaned(); return get_store().find_attribute_user(TYPE$16) != null; } }
/** * Gets (as xml) the "RangeType" attribute */ public x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType xgetRangeType() { synchronized (monitor()) { check_orphaned(); x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType target = null; target = (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType)get_store().find_attribute_user(RANGETYPE$6); return target; } }
/** * True if has "IndicatorOccurrence" attribute */ public boolean isSetIndicatorOccurrence() { synchronized (monitor()) { check_orphaned(); return get_store().find_attribute_user(INDICATOROCCURRENCE$12) != null; } }
/** * Appends and returns a new empty "ThoroughfareNumberTo" element */ public x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo addNewThoroughfareNumberTo() { synchronized (monitor()) { check_orphaned(); x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo target = null; target = (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo)get_store().add_element_user(THOROUGHFARENUMBERTO$4); return target; } }
/** * Unsets the "IndicatorOccurrence" attribute */ public void unsetIndicatorOccurrence() { synchronized (monitor()) { check_orphaned(); get_store().remove_attribute(INDICATOROCCURRENCE$12); } }
/** * Appends and returns a new empty "Type" attribute */ public org.apache.xmlbeans.XmlAnySimpleType addNewType() { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.XmlAnySimpleType target = null; target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TYPE$16); return target; } }
/** * Sets array of all "AddressLine" element */ public void setAddressLineArray(x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[] addressLineArray) { synchronized (monitor()) { check_orphaned(); arraySetterHelper(addressLineArray, ADDRESSLINE$0); } }
/** * Gets (as xml) the "IndicatorOccurrence" attribute */ public x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.IndicatorOccurrence xgetIndicatorOccurrence() { synchronized (monitor()) { check_orphaned(); x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.IndicatorOccurrence target = null; target = (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.IndicatorOccurrence)get_store().find_attribute_user(INDICATOROCCURRENCE$12); return target; } }