
x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: Locality
* Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
* Java type: x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument
*
* Automatically generated - do not modify.
*/
package x0.oasisNamesTcCiqXsdschemaXAL2;
/**
* A document containing one Locality(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0) element.
*
* This is a complex type.
*/
public interface LocalityDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LocalityDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3CA567B61847770712CB2EAAB87EE0AF").resolveHandle("localitya341doctype");
/**
* Gets the "Locality" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality getLocality();
/**
* Sets the "Locality" element
*/
void setLocality(x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality locality);
/**
* Appends and returns a new empty "Locality" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality addNewLocality();
/**
* An XML Locality(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
*
* This is a complex type.
*/
public interface Locality extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Locality.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3CA567B61847770712CB2EAAB87EE0AF").resolveHandle("locality73e0elemtype");
/**
* Gets array of all "AddressLine" elements
*/
x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[] getAddressLineArray();
/**
* Gets ith "AddressLine" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine getAddressLineArray(int i);
/**
* Returns number of "AddressLine" element
*/
int sizeOfAddressLineArray();
/**
* Sets array of all "AddressLine" element
*/
void setAddressLineArray(x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[] addressLineArray);
/**
* Sets ith "AddressLine" element
*/
void setAddressLineArray(int i, x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine addressLine);
/**
* Inserts and returns a new empty value (as xml) as the ith "AddressLine" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine insertNewAddressLine(int i);
/**
* Appends and returns a new empty value (as xml) as the last "AddressLine" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine addNewAddressLine();
/**
* Removes the ith "AddressLine" element
*/
void removeAddressLine(int i);
/**
* Gets array of all "LocalityName" elements
*/
x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality.LocalityName[] getLocalityNameArray();
/**
* Gets ith "LocalityName" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality.LocalityName getLocalityNameArray(int i);
/**
* Returns number of "LocalityName" element
*/
int sizeOfLocalityNameArray();
/**
* Sets array of all "LocalityName" element
*/
void setLocalityNameArray(x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality.LocalityName[] localityNameArray);
/**
* Sets ith "LocalityName" element
*/
void setLocalityNameArray(int i, x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality.LocalityName localityName);
/**
* Inserts and returns a new empty value (as xml) as the ith "LocalityName" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality.LocalityName insertNewLocalityName(int i);
/**
* Appends and returns a new empty value (as xml) as the last "LocalityName" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality.LocalityName addNewLocalityName();
/**
* Removes the ith "LocalityName" element
*/
void removeLocalityName(int i);
/**
* Gets the "PostBox" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument.PostBox getPostBox();
/**
* True if has "PostBox" element
*/
boolean isSetPostBox();
/**
* Sets the "PostBox" element
*/
void setPostBox(x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument.PostBox postBox);
/**
* Appends and returns a new empty "PostBox" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument.PostBox addNewPostBox();
/**
* Unsets the "PostBox" element
*/
void unsetPostBox();
/**
* Gets the "LargeMailUser" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.LargeMailUserType getLargeMailUser();
/**
* True if has "LargeMailUser" element
*/
boolean isSetLargeMailUser();
/**
* Sets the "LargeMailUser" element
*/
void setLargeMailUser(x0.oasisNamesTcCiqXsdschemaXAL2.LargeMailUserType largeMailUser);
/**
* Appends and returns a new empty "LargeMailUser" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.LargeMailUserType addNewLargeMailUser();
/**
* Unsets the "LargeMailUser" element
*/
void unsetLargeMailUser();
/**
* Gets the "PostOffice" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice getPostOffice();
/**
* True if has "PostOffice" element
*/
boolean isSetPostOffice();
/**
* Sets the "PostOffice" element
*/
void setPostOffice(x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice postOffice);
/**
* Appends and returns a new empty "PostOffice" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice addNewPostOffice();
/**
* Unsets the "PostOffice" element
*/
void unsetPostOffice();
/**
* Gets the "PostalRoute" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.PostalRouteType getPostalRoute();
/**
* True if has "PostalRoute" element
*/
boolean isSetPostalRoute();
/**
* Sets the "PostalRoute" element
*/
void setPostalRoute(x0.oasisNamesTcCiqXsdschemaXAL2.PostalRouteType postalRoute);
/**
* Appends and returns a new empty "PostalRoute" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.PostalRouteType addNewPostalRoute();
/**
* Unsets the "PostalRoute" element
*/
void unsetPostalRoute();
/**
* Gets the "Thoroughfare" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare getThoroughfare();
/**
* True if has "Thoroughfare" element
*/
boolean isSetThoroughfare();
/**
* Sets the "Thoroughfare" element
*/
void setThoroughfare(x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare thoroughfare);
/**
* Appends and returns a new empty "Thoroughfare" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare addNewThoroughfare();
/**
* Unsets the "Thoroughfare" element
*/
void unsetThoroughfare();
/**
* Gets the "Premise" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.PremiseDocument.Premise getPremise();
/**
* True if has "Premise" element
*/
boolean isSetPremise();
/**
* Sets the "Premise" element
*/
void setPremise(x0.oasisNamesTcCiqXsdschemaXAL2.PremiseDocument.Premise premise);
/**
* Appends and returns a new empty "Premise" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.PremiseDocument.Premise addNewPremise();
/**
* Unsets the "Premise" element
*/
void unsetPremise();
/**
* Gets the "DependentLocality" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.DependentLocalityType getDependentLocality();
/**
* True if has "DependentLocality" element
*/
boolean isSetDependentLocality();
/**
* Sets the "DependentLocality" element
*/
void setDependentLocality(x0.oasisNamesTcCiqXsdschemaXAL2.DependentLocalityType dependentLocality);
/**
* Appends and returns a new empty "DependentLocality" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.DependentLocalityType addNewDependentLocality();
/**
* Unsets the "DependentLocality" element
*/
void unsetDependentLocality();
/**
* Gets the "PostalCode" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.PostalCodeDocument.PostalCode getPostalCode();
/**
* True if has "PostalCode" element
*/
boolean isSetPostalCode();
/**
* Sets the "PostalCode" element
*/
void setPostalCode(x0.oasisNamesTcCiqXsdschemaXAL2.PostalCodeDocument.PostalCode postalCode);
/**
* Appends and returns a new empty "PostalCode" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.PostalCodeDocument.PostalCode addNewPostalCode();
/**
* Unsets the "PostalCode" element
*/
void unsetPostalCode();
/**
* Gets the "Type" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getType();
/**
* True if has "Type" attribute
*/
boolean isSetType();
/**
* Sets the "Type" attribute
*/
void setType(org.apache.xmlbeans.XmlAnySimpleType type);
/**
* Appends and returns a new empty "Type" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewType();
/**
* Unsets the "Type" attribute
*/
void unsetType();
/**
* Gets the "UsageType" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getUsageType();
/**
* True if has "UsageType" attribute
*/
boolean isSetUsageType();
/**
* Sets the "UsageType" attribute
*/
void setUsageType(org.apache.xmlbeans.XmlAnySimpleType usageType);
/**
* Appends and returns a new empty "UsageType" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewUsageType();
/**
* Unsets the "UsageType" attribute
*/
void unsetUsageType();
/**
* Gets the "Indicator" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getIndicator();
/**
* True if has "Indicator" attribute
*/
boolean isSetIndicator();
/**
* Sets the "Indicator" attribute
*/
void setIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator);
/**
* Appends and returns a new empty "Indicator" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewIndicator();
/**
* Unsets the "Indicator" attribute
*/
void unsetIndicator();
/**
* An XML LocalityName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
*
* This is a complex type.
*/
public interface LocalityName extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LocalityName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3CA567B61847770712CB2EAAB87EE0AF").resolveHandle("localityname7756elemtype");
/**
* Gets the "Type" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getType();
/**
* True if has "Type" attribute
*/
boolean isSetType();
/**
* Sets the "Type" attribute
*/
void setType(org.apache.xmlbeans.XmlAnySimpleType type);
/**
* Appends and returns a new empty "Type" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewType();
/**
* Unsets the "Type" attribute
*/
void unsetType();
/**
* Gets the "Code" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getCode();
/**
* True if has "Code" attribute
*/
boolean isSetCode();
/**
* Sets the "Code" attribute
*/
void setCode(org.apache.xmlbeans.XmlAnySimpleType code);
/**
* Appends and returns a new empty "Code" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewCode();
/**
* Unsets the "Code" attribute
*/
void unsetCode();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality.LocalityName newInstance() {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality.LocalityName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality.LocalityName newInstance(org.apache.xmlbeans.XmlOptions options) {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality.LocalityName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality newInstance() {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality newInstance(org.apache.xmlbeans.XmlOptions options) {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument.Locality) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument newInstance() {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.LocalityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy