For IntelliJ IDEA,
Android Studio or Eclipse



/** * Gets array of all "PostOfficeName" elements */ public x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName[] getPostOfficeNameArray() { synchronized (monitor()) { check_orphaned(); java.util.List targetList = new java.util.ArrayList(); get_store().find_all_element_users(POSTOFFICENAME$2, targetList); x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName[] result = new x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName[targetList.size()]; targetList.toArray(result); return result; } }
/** * Sets array of all "PostOfficeName" element */ public void setPostOfficeNameArray(x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName[] postOfficeNameArray) { synchronized (monitor()) { check_orphaned(); arraySetterHelper(postOfficeNameArray, POSTOFFICENAME$2); } }
/** * Inserts and returns a new empty value (as xml) as the ith "PostOfficeName" element */ public x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName insertNewPostOfficeName(int i) { synchronized (monitor()) { check_orphaned(); x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName target = null; target = (x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName)get_store().insert_element_user(POSTOFFICENAME$2, i); return target; } }
/** * Appends and returns a new empty value (as xml) as the last "PostOfficeName" element */ public x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName addNewPostOfficeName() { synchronized (monitor()) { check_orphaned(); x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName target = null; target = (x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName)get_store().add_element_user(POSTOFFICENAME$2); return target; } }
/** * Appends and returns a new empty "PostBox" element */ public x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument.PostBox addNewPostBox() { synchronized (monitor()) { check_orphaned(); x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument.PostBox target = null; target = (x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument.PostBox)get_store().add_element_user(POSTBOX$8); return target; } }
/** * True if has "PostOfficeNumber" element */ public boolean isSetPostOfficeNumber() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(POSTOFFICENUMBER$4) != 0; } }
/** * Appends and returns a new empty "PostOfficeNumber" element */ public x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeNumber addNewPostOfficeNumber() { synchronized (monitor()) { check_orphaned(); x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeNumber target = null; target = (x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeNumber)get_store().add_element_user(POSTOFFICENUMBER$4); return target; } }
/** * Returns number of "PostOfficeName" element */ public int sizeOfPostOfficeNameArray() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(POSTOFFICENAME$2); } }
/** * Unsets the "PostOfficeNumber" element */ public void unsetPostOfficeNumber() { synchronized (monitor()) { check_orphaned(); get_store().remove_element(POSTOFFICENUMBER$4, 0); } }
/** * True if has "PostOfficeNumber" element */ public boolean isSetPostOfficeNumber() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(POSTOFFICENUMBER$4) != 0; } }
/** * Returns number of "AddressLine" element */ public int sizeOfAddressLineArray() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(ADDRESSLINE$0); } }
/** * True if has "PostalCode" element */ public boolean isSetPostalCode() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(POSTALCODE$10) != 0; } }
/** * Unsets the "Type" attribute */ public void unsetType() { synchronized (monitor()) { check_orphaned(); get_store().remove_attribute(TYPE$12); } }
/** * True if has "PostalRoute" element */ public boolean isSetPostalRoute() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(POSTALROUTE$6) != 0; } }
/** * True if has "Type" attribute */ public boolean isSetType() { synchronized (monitor()) { check_orphaned(); return get_store().find_attribute_user(TYPE$12) != null; } }
/** * Unsets the "PostalCode" element */ public void unsetPostalCode() { synchronized (monitor()) { check_orphaned(); get_store().remove_element(POSTALCODE$10, 0); } }
/** * Removes the ith "PostOfficeName" element */ public void removePostOfficeName(int i) { synchronized (monitor()) { check_orphaned(); get_store().remove_element(POSTOFFICENAME$2, i); } }
/** * Appends and returns a new empty "PostalRoute" element */ public x0.oasisNamesTcCiqXsdschemaXAL2.PostalRouteType addNewPostalRoute() { synchronized (monitor()) { check_orphaned(); x0.oasisNamesTcCiqXsdschemaXAL2.PostalRouteType target = null; target = (x0.oasisNamesTcCiqXsdschemaXAL2.PostalRouteType)get_store().add_element_user(POSTALROUTE$6); return target; } }
/** * True if has "PostalRoute" element */ public boolean isSetPostalRoute() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(POSTALROUTE$6) != 0; } }
/** * Appends and returns a new empty "PostBox" element */ public x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument.PostBox addNewPostBox() { synchronized (monitor()) { check_orphaned(); x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument.PostBox target = null; target = (x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument.PostBox)get_store().add_element_user(POSTBOX$8); return target; } }