For IntelliJ IDEA,
Android Studio or Eclipse



/** * Sets array of all "AddressLine" element */ public void setAddressLineArray(x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[] addressLineArray) { synchronized (monitor()) { check_orphaned(); arraySetterHelper(addressLineArray, ADDRESSLINE$0); } }
/** * Removes the ith "SubPremise" element */ public void removeSubPremise(int i) { synchronized (monitor()) { check_orphaned(); get_store().remove_element(SUBPREMISE$16, i); } }
/** * True if has "PostalCode" element */ public boolean isSetPostalCode() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(POSTALCODE$22) != 0; } }
/** * Unsets the "PremiseThoroughfareConnector" attribute */ public void unsetPremiseThoroughfareConnector() { synchronized (monitor()) { check_orphaned(); get_store().remove_attribute(PREMISETHOROUGHFARECONNECTOR$32); } } /**
/** * Sets array of all "PremiseNumber" element */ public void setPremiseNumberArray(x0.oasisNamesTcCiqXsdschemaXAL2.PremiseNumberDocument.PremiseNumber[] premiseNumberArray) { synchronized (monitor()) { check_orphaned(); arraySetterHelper(premiseNumberArray, PREMISENUMBER$6); } }
/** * Unsets the "PremiseNumberRange" element */ public void unsetPremiseNumberRange() { synchronized (monitor()) { check_orphaned(); get_store().remove_element(PREMISENUMBERRANGE$8, 0); } }
/** * Removes the ith "PremiseNumber" element */ public void removePremiseNumber(int i) { synchronized (monitor()) { check_orphaned(); get_store().remove_element(PREMISENUMBER$6, i); } }
/** * True if has "Firm" element */ public boolean isSetFirm() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(FIRM$18) != 0; } }
/** * Returns number of "SubPremise" element */ public int sizeOfSubPremiseArray() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(SUBPREMISE$16); } }
/** * Returns number of "PremiseNumberSuffix" element */ public int sizeOfPremiseNumberSuffixArray() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(PREMISENUMBERSUFFIX$12); } }
/** * Unsets the "PremiseLocation" element */ public void unsetPremiseLocation() { synchronized (monitor()) { check_orphaned(); get_store().remove_element(PREMISELOCATION$4, 0); } }
/** * True if has "PremiseThoroughfareConnector" attribute */ public boolean isSetPremiseThoroughfareConnector() { synchronized (monitor()) { check_orphaned(); return get_store().find_attribute_user(PREMISETHOROUGHFARECONNECTOR$32) != null; } }
/** * True if has "PremiseDependencyType" attribute */ public boolean isSetPremiseDependencyType() { synchronized (monitor()) { check_orphaned(); return get_store().find_attribute_user(PREMISEDEPENDENCYTYPE$30) != null; } }
/** * Sets array of all "PremiseName" element */ public void setPremiseNameArray(x0.oasisNamesTcCiqXsdschemaXAL2.PremiseDocument.Premise.PremiseName[] premiseNameArray) { synchronized (monitor()) { check_orphaned(); arraySetterHelper(premiseNameArray, PREMISENAME$2); } }
/** * Unsets the "PostalCode" element */ public void unsetPostalCode() { synchronized (monitor()) { check_orphaned(); get_store().remove_element(POSTALCODE$22, 0); } }
/** * Removes the ith "SubPremise" element */ public void removeSubPremise(int i) { synchronized (monitor()) { check_orphaned(); get_store().remove_element(SUBPREMISE$16, i); } }
/** * Removes the ith "PremiseNumber" element */ public void removePremiseNumber(int i) { synchronized (monitor()) { check_orphaned(); get_store().remove_element(PREMISENUMBER$6, i); } }
/** * True if has "MailStop" element */ public boolean isSetMailStop() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(MAILSTOP$20) != 0; } }
/** * Removes the ith "BuildingName" element */ public void removeBuildingName(int i) { synchronized (monitor()) { check_orphaned(); get_store().remove_element(BUILDINGNAME$14, i); } }
/** * Removes the ith "PremiseNumberSuffix" element */ public void removePremiseNumberSuffix(int i) { synchronized (monitor()) { check_orphaned(); get_store().remove_element(PREMISENUMBERSUFFIX$12, i); } }