All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bremersee.oasis.xal.Thoroughfare Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2019.06.30 at 06:40:44 PM CEST 
//


package org.bremersee.oasis.xal;

import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyAttribute;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.annotation.XmlMixed;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import javax.xml.namespace.QName;


/**
 * 

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLine" maxOccurs="unbounded" minOccurs="0"/>
 *         <choice maxOccurs="unbounded" minOccurs="0">
 *           <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumber"/>
 *           <element name="ThoroughfareNumberRange">
 *             <complexType>
 *               <complexContent>
 *                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                   <sequence>
 *                     <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLine" maxOccurs="unbounded" minOccurs="0"/>
 *                     <element name="ThoroughfareNumberFrom">
 *                       <complexType>
 *                         <complexContent>
 *                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                             <sequence>
 *                               <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLine" maxOccurs="unbounded" minOccurs="0"/>
 *                               <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumberPrefix" maxOccurs="unbounded" minOccurs="0"/>
 *                               <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumber" maxOccurs="unbounded"/>
 *                               <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumberSuffix" maxOccurs="unbounded" minOccurs="0"/>
 *                             </sequence>
 *                             <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
 *                             <anyAttribute namespace='##other'/>
 *                           </restriction>
 *                         </complexContent>
 *                       </complexType>
 *                     </element>
 *                     <element name="ThoroughfareNumberTo">
 *                       <complexType>
 *                         <complexContent>
 *                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                             <sequence>
 *                               <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLine" maxOccurs="unbounded" minOccurs="0"/>
 *                               <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumberPrefix" maxOccurs="unbounded" minOccurs="0"/>
 *                               <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumber" maxOccurs="unbounded"/>
 *                               <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumberSuffix" maxOccurs="unbounded" minOccurs="0"/>
 *                             </sequence>
 *                             <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
 *                             <anyAttribute namespace='##other'/>
 *                           </restriction>
 *                         </complexContent>
 *                       </complexType>
 *                     </element>
 *                   </sequence>
 *                   <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
 *                   <attribute name="RangeType">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
 *                         <enumeration value="Odd"/>
 *                         <enumeration value="Even"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </attribute>
 *                   <attribute name="Indicator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
 *                   <attribute name="Separator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
 *                   <attribute name="IndicatorOccurrence">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
 *                         <enumeration value="Before"/>
 *                         <enumeration value="After"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </attribute>
 *                   <attribute name="NumberRangeOccurrence">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
 *                         <enumeration value="BeforeName"/>
 *                         <enumeration value="AfterName"/>
 *                         <enumeration value="BeforeType"/>
 *                         <enumeration value="AfterType"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </attribute>
 *                   <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
 *                   <anyAttribute namespace='##other'/>
 *                 </restriction>
 *               </complexContent>
 *             </complexType>
 *           </element>
 *         </choice>
 *         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumberPrefix" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumberSuffix" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="ThoroughfarePreDirection" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfarePreDirectionType" minOccurs="0"/>
 *         <element name="ThoroughfareLeadingType" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareLeadingTypeType" minOccurs="0"/>
 *         <element name="ThoroughfareName" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNameType" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="ThoroughfareTrailingType" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareTrailingTypeType" minOccurs="0"/>
 *         <element name="ThoroughfarePostDirection" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfarePostDirectionType" minOccurs="0"/>
 *         <element name="DependentThoroughfare" minOccurs="0">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLine" maxOccurs="unbounded" minOccurs="0"/>
 *                   <element name="ThoroughfarePreDirection" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfarePreDirectionType" minOccurs="0"/>
 *                   <element name="ThoroughfareLeadingType" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareLeadingTypeType" minOccurs="0"/>
 *                   <element name="ThoroughfareName" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNameType" maxOccurs="unbounded" minOccurs="0"/>
 *                   <element name="ThoroughfareTrailingType" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareTrailingTypeType" minOccurs="0"/>
 *                   <element name="ThoroughfarePostDirection" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfarePostDirectionType" minOccurs="0"/>
 *                   <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
 *                 </sequence>
 *                 <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
 *                 <anyAttribute namespace='##other'/>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *         <choice minOccurs="0">
 *           <element name="DependentLocality" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}DependentLocalityType"/>
 *           <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}Premise"/>
 *           <element name="Firm" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}FirmType"/>
 *           <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}PostalCode"/>
 *         </choice>
 *         <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
 *       <attribute name="DependentThoroughfares">
 *         <simpleType>
 *           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
 *             <enumeration value="Yes"/>
 *             <enumeration value="No"/>
 *           </restriction>
 *         </simpleType>
 *       </attribute>
 *       <attribute name="DependentThoroughfaresIndicator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
 *       <attribute name="DependentThoroughfaresConnector" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
 *       <attribute name="DependentThoroughfaresType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
 *       <anyAttribute namespace='##other'/>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "addressLines", "thoroughfareNumbersAndThoroughfareNumberRanges", "thoroughfareNumberPrefixes", "thoroughfareNumberSuffixes", "thoroughfarePreDirection", "thoroughfareLeadingType", "thoroughfareNames", "thoroughfareTrailingType", "thoroughfarePostDirection", "dependentThoroughfare", "postalCode", "firm", "premise", "dependentLocality", "anies" }) @XmlRootElement(name = "Thoroughfare") public class Thoroughfare implements Serializable { private final static long serialVersionUID = 1L; @XmlElement(name = "AddressLine") protected List addressLines; @XmlElements({ @XmlElement(name = "ThoroughfareNumber", type = ThoroughfareNumber.class), @XmlElement(name = "ThoroughfareNumberRange", type = Thoroughfare.ThoroughfareNumberRange.class) }) protected List thoroughfareNumbersAndThoroughfareNumberRanges; @XmlElement(name = "ThoroughfareNumberPrefix") protected List thoroughfareNumberPrefixes; @XmlElement(name = "ThoroughfareNumberSuffix") protected List thoroughfareNumberSuffixes; @XmlElement(name = "ThoroughfarePreDirection") protected ThoroughfarePreDirectionType thoroughfarePreDirection; @XmlElement(name = "ThoroughfareLeadingType") protected ThoroughfareLeadingTypeType thoroughfareLeadingType; @XmlElement(name = "ThoroughfareName") protected List thoroughfareNames; @XmlElement(name = "ThoroughfareTrailingType") protected ThoroughfareTrailingTypeType thoroughfareTrailingType; @XmlElement(name = "ThoroughfarePostDirection") protected ThoroughfarePostDirectionType thoroughfarePostDirection; @XmlElement(name = "DependentThoroughfare") protected Thoroughfare.DependentThoroughfare dependentThoroughfare; @XmlElement(name = "PostalCode") protected PostalCode postalCode; @XmlElement(name = "Firm") protected FirmType firm; @XmlElement(name = "Premise") protected Premise premise; @XmlElement(name = "DependentLocality") protected DependentLocalityType dependentLocality; @XmlAnyElement(lax = true) protected List anies; @XmlAttribute(name = "Type") @XmlSchemaType(name = "anySimpleType") protected String type; @XmlAttribute(name = "DependentThoroughfares") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String dependentThoroughfares; @XmlAttribute(name = "DependentThoroughfaresIndicator") @XmlSchemaType(name = "anySimpleType") protected String dependentThoroughfaresIndicator; @XmlAttribute(name = "DependentThoroughfaresConnector") @XmlSchemaType(name = "anySimpleType") protected String dependentThoroughfaresConnector; @XmlAttribute(name = "DependentThoroughfaresType") @XmlSchemaType(name = "anySimpleType") protected String dependentThoroughfaresType; @XmlAnyAttribute private Map otherAttributes = new HashMap(); /** * Gets the value of the addressLines property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the addressLines property. * *

* For example, to add a new item, do as follows: *

     *    getAddressLines().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link AddressLine } * * */ public List getAddressLines() { if (addressLines == null) { addressLines = new ArrayList(); } return this.addressLines; } /** * Gets the value of the thoroughfareNumbersAndThoroughfareNumberRanges property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the thoroughfareNumbersAndThoroughfareNumberRanges property. * *

* For example, to add a new item, do as follows: *

     *    getThoroughfareNumbersAndThoroughfareNumberRanges().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ThoroughfareNumber } * {@link Thoroughfare.ThoroughfareNumberRange } * * */ public List getThoroughfareNumbersAndThoroughfareNumberRanges() { if (thoroughfareNumbersAndThoroughfareNumberRanges == null) { thoroughfareNumbersAndThoroughfareNumberRanges = new ArrayList(); } return this.thoroughfareNumbersAndThoroughfareNumberRanges; } /** * Gets the value of the thoroughfareNumberPrefixes property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the thoroughfareNumberPrefixes property. * *

* For example, to add a new item, do as follows: *

     *    getThoroughfareNumberPrefixes().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ThoroughfareNumberPrefix } * * */ public List getThoroughfareNumberPrefixes() { if (thoroughfareNumberPrefixes == null) { thoroughfareNumberPrefixes = new ArrayList(); } return this.thoroughfareNumberPrefixes; } /** * Gets the value of the thoroughfareNumberSuffixes property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the thoroughfareNumberSuffixes property. * *

* For example, to add a new item, do as follows: *

     *    getThoroughfareNumberSuffixes().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ThoroughfareNumberSuffix } * * */ public List getThoroughfareNumberSuffixes() { if (thoroughfareNumberSuffixes == null) { thoroughfareNumberSuffixes = new ArrayList(); } return this.thoroughfareNumberSuffixes; } /** * Gets the value of the thoroughfarePreDirection property. * * @return * possible object is * {@link ThoroughfarePreDirectionType } * */ public ThoroughfarePreDirectionType getThoroughfarePreDirection() { return thoroughfarePreDirection; } /** * Sets the value of the thoroughfarePreDirection property. * * @param value * allowed object is * {@link ThoroughfarePreDirectionType } * */ public void setThoroughfarePreDirection(ThoroughfarePreDirectionType value) { this.thoroughfarePreDirection = value; } /** * Gets the value of the thoroughfareLeadingType property. * * @return * possible object is * {@link ThoroughfareLeadingTypeType } * */ public ThoroughfareLeadingTypeType getThoroughfareLeadingType() { return thoroughfareLeadingType; } /** * Sets the value of the thoroughfareLeadingType property. * * @param value * allowed object is * {@link ThoroughfareLeadingTypeType } * */ public void setThoroughfareLeadingType(ThoroughfareLeadingTypeType value) { this.thoroughfareLeadingType = value; } /** * Gets the value of the thoroughfareNames property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the thoroughfareNames property. * *

* For example, to add a new item, do as follows: *

     *    getThoroughfareNames().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ThoroughfareNameType } * * */ public List getThoroughfareNames() { if (thoroughfareNames == null) { thoroughfareNames = new ArrayList(); } return this.thoroughfareNames; } /** * Gets the value of the thoroughfareTrailingType property. * * @return * possible object is * {@link ThoroughfareTrailingTypeType } * */ public ThoroughfareTrailingTypeType getThoroughfareTrailingType() { return thoroughfareTrailingType; } /** * Sets the value of the thoroughfareTrailingType property. * * @param value * allowed object is * {@link ThoroughfareTrailingTypeType } * */ public void setThoroughfareTrailingType(ThoroughfareTrailingTypeType value) { this.thoroughfareTrailingType = value; } /** * Gets the value of the thoroughfarePostDirection property. * * @return * possible object is * {@link ThoroughfarePostDirectionType } * */ public ThoroughfarePostDirectionType getThoroughfarePostDirection() { return thoroughfarePostDirection; } /** * Sets the value of the thoroughfarePostDirection property. * * @param value * allowed object is * {@link ThoroughfarePostDirectionType } * */ public void setThoroughfarePostDirection(ThoroughfarePostDirectionType value) { this.thoroughfarePostDirection = value; } /** * Gets the value of the dependentThoroughfare property. * * @return * possible object is * {@link Thoroughfare.DependentThoroughfare } * */ public Thoroughfare.DependentThoroughfare getDependentThoroughfare() { return dependentThoroughfare; } /** * Sets the value of the dependentThoroughfare property. * * @param value * allowed object is * {@link Thoroughfare.DependentThoroughfare } * */ public void setDependentThoroughfare(Thoroughfare.DependentThoroughfare value) { this.dependentThoroughfare = value; } /** * Gets the value of the postalCode property. * * @return * possible object is * {@link PostalCode } * */ public PostalCode getPostalCode() { return postalCode; } /** * Sets the value of the postalCode property. * * @param value * allowed object is * {@link PostalCode } * */ public void setPostalCode(PostalCode value) { this.postalCode = value; } /** * Gets the value of the firm property. * * @return * possible object is * {@link FirmType } * */ public FirmType getFirm() { return firm; } /** * Sets the value of the firm property. * * @param value * allowed object is * {@link FirmType } * */ public void setFirm(FirmType value) { this.firm = value; } /** * Gets the value of the premise property. * * @return * possible object is * {@link Premise } * */ public Premise getPremise() { return premise; } /** * Sets the value of the premise property. * * @param value * allowed object is * {@link Premise } * */ public void setPremise(Premise value) { this.premise = value; } /** * Gets the value of the dependentLocality property. * * @return * possible object is * {@link DependentLocalityType } * */ public DependentLocalityType getDependentLocality() { return dependentLocality; } /** * Sets the value of the dependentLocality property. * * @param value * allowed object is * {@link DependentLocalityType } * */ public void setDependentLocality(DependentLocalityType value) { this.dependentLocality = value; } /** * Gets the value of the anies property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the anies property. * *

* For example, to add a new item, do as follows: *

     *    getAnies().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Object } * * */ public List getAnies() { if (anies == null) { anies = new ArrayList(); } return this.anies; } /** * Gets the value of the type property. * * @return * possible object is * {@link String } * */ public String getType() { return type; } /** * Sets the value of the type property. * * @param value * allowed object is * {@link String } * */ public void setType(String value) { this.type = value; } /** * Gets the value of the dependentThoroughfares property. * * @return * possible object is * {@link String } * */ public String getDependentThoroughfares() { return dependentThoroughfares; } /** * Sets the value of the dependentThoroughfares property. * * @param value * allowed object is * {@link String } * */ public void setDependentThoroughfares(String value) { this.dependentThoroughfares = value; } /** * Gets the value of the dependentThoroughfaresIndicator property. * * @return * possible object is * {@link String } * */ public String getDependentThoroughfaresIndicator() { return dependentThoroughfaresIndicator; } /** * Sets the value of the dependentThoroughfaresIndicator property. * * @param value * allowed object is * {@link String } * */ public void setDependentThoroughfaresIndicator(String value) { this.dependentThoroughfaresIndicator = value; } /** * Gets the value of the dependentThoroughfaresConnector property. * * @return * possible object is * {@link String } * */ public String getDependentThoroughfaresConnector() { return dependentThoroughfaresConnector; } /** * Sets the value of the dependentThoroughfaresConnector property. * * @param value * allowed object is * {@link String } * */ public void setDependentThoroughfaresConnector(String value) { this.dependentThoroughfaresConnector = value; } /** * Gets the value of the dependentThoroughfaresType property. * * @return * possible object is * {@link String } * */ public String getDependentThoroughfaresType() { return dependentThoroughfaresType; } /** * Sets the value of the dependentThoroughfaresType property. * * @param value * allowed object is * {@link String } * */ public void setDependentThoroughfaresType(String value) { this.dependentThoroughfaresType = value; } /** * Gets a map that contains attributes that aren't bound to any typed property on this class. * *

* the map is keyed by the name of the attribute and * the value is the string value of the attribute. * * the map returned by this method is live, and you can add new attribute * by updating the map directly. Because of this design, there's no setter. * * * @return * always non-null */ public Map getOtherAttributes() { return otherAttributes; } /** *

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

     * <complexType>
     *   <complexContent>
     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       <sequence>
     *         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLine" maxOccurs="unbounded" minOccurs="0"/>
     *         <element name="ThoroughfarePreDirection" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfarePreDirectionType" minOccurs="0"/>
     *         <element name="ThoroughfareLeadingType" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareLeadingTypeType" minOccurs="0"/>
     *         <element name="ThoroughfareName" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNameType" maxOccurs="unbounded" minOccurs="0"/>
     *         <element name="ThoroughfareTrailingType" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareTrailingTypeType" minOccurs="0"/>
     *         <element name="ThoroughfarePostDirection" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfarePostDirectionType" minOccurs="0"/>
     *         <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
     *       </sequence>
     *       <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     *       <anyAttribute namespace='##other'/>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "addressLines", "thoroughfarePreDirection", "thoroughfareLeadingType", "thoroughfareNames", "thoroughfareTrailingType", "thoroughfarePostDirection", "anies" }) public static class DependentThoroughfare implements Serializable { private final static long serialVersionUID = 1L; @XmlElement(name = "AddressLine") protected List addressLines; @XmlElement(name = "ThoroughfarePreDirection") protected ThoroughfarePreDirectionType thoroughfarePreDirection; @XmlElement(name = "ThoroughfareLeadingType") protected ThoroughfareLeadingTypeType thoroughfareLeadingType; @XmlElement(name = "ThoroughfareName") protected List thoroughfareNames; @XmlElement(name = "ThoroughfareTrailingType") protected ThoroughfareTrailingTypeType thoroughfareTrailingType; @XmlElement(name = "ThoroughfarePostDirection") protected ThoroughfarePostDirectionType thoroughfarePostDirection; @XmlAnyElement(lax = true) protected List anies; @XmlAttribute(name = "Type") @XmlSchemaType(name = "anySimpleType") protected String type; @XmlAnyAttribute private Map otherAttributes = new HashMap(); /** * Gets the value of the addressLines property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the addressLines property. * *

* For example, to add a new item, do as follows: *

         *    getAddressLines().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link AddressLine } * * */ public List getAddressLines() { if (addressLines == null) { addressLines = new ArrayList(); } return this.addressLines; } /** * Gets the value of the thoroughfarePreDirection property. * * @return * possible object is * {@link ThoroughfarePreDirectionType } * */ public ThoroughfarePreDirectionType getThoroughfarePreDirection() { return thoroughfarePreDirection; } /** * Sets the value of the thoroughfarePreDirection property. * * @param value * allowed object is * {@link ThoroughfarePreDirectionType } * */ public void setThoroughfarePreDirection(ThoroughfarePreDirectionType value) { this.thoroughfarePreDirection = value; } /** * Gets the value of the thoroughfareLeadingType property. * * @return * possible object is * {@link ThoroughfareLeadingTypeType } * */ public ThoroughfareLeadingTypeType getThoroughfareLeadingType() { return thoroughfareLeadingType; } /** * Sets the value of the thoroughfareLeadingType property. * * @param value * allowed object is * {@link ThoroughfareLeadingTypeType } * */ public void setThoroughfareLeadingType(ThoroughfareLeadingTypeType value) { this.thoroughfareLeadingType = value; } /** * Gets the value of the thoroughfareNames property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the thoroughfareNames property. * *

* For example, to add a new item, do as follows: *

         *    getThoroughfareNames().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ThoroughfareNameType } * * */ public List getThoroughfareNames() { if (thoroughfareNames == null) { thoroughfareNames = new ArrayList(); } return this.thoroughfareNames; } /** * Gets the value of the thoroughfareTrailingType property. * * @return * possible object is * {@link ThoroughfareTrailingTypeType } * */ public ThoroughfareTrailingTypeType getThoroughfareTrailingType() { return thoroughfareTrailingType; } /** * Sets the value of the thoroughfareTrailingType property. * * @param value * allowed object is * {@link ThoroughfareTrailingTypeType } * */ public void setThoroughfareTrailingType(ThoroughfareTrailingTypeType value) { this.thoroughfareTrailingType = value; } /** * Gets the value of the thoroughfarePostDirection property. * * @return * possible object is * {@link ThoroughfarePostDirectionType } * */ public ThoroughfarePostDirectionType getThoroughfarePostDirection() { return thoroughfarePostDirection; } /** * Sets the value of the thoroughfarePostDirection property. * * @param value * allowed object is * {@link ThoroughfarePostDirectionType } * */ public void setThoroughfarePostDirection(ThoroughfarePostDirectionType value) { this.thoroughfarePostDirection = value; } /** * Gets the value of the anies property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the anies property. * *

* For example, to add a new item, do as follows: *

         *    getAnies().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Object } * * */ public List getAnies() { if (anies == null) { anies = new ArrayList(); } return this.anies; } /** * Gets the value of the type property. * * @return * possible object is * {@link String } * */ public String getType() { return type; } /** * Sets the value of the type property. * * @param value * allowed object is * {@link String } * */ public void setType(String value) { this.type = value; } /** * Gets a map that contains attributes that aren't bound to any typed property on this class. * *

* the map is keyed by the name of the attribute and * the value is the string value of the attribute. * * the map returned by this method is live, and you can add new attribute * by updating the map directly. Because of this design, there's no setter. * * * @return * always non-null */ public Map getOtherAttributes() { return otherAttributes; } } /** *

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

     * <complexType>
     *   <complexContent>
     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       <sequence>
     *         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLine" maxOccurs="unbounded" minOccurs="0"/>
     *         <element name="ThoroughfareNumberFrom">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLine" maxOccurs="unbounded" minOccurs="0"/>
     *                   <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumberPrefix" maxOccurs="unbounded" minOccurs="0"/>
     *                   <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumber" maxOccurs="unbounded"/>
     *                   <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumberSuffix" maxOccurs="unbounded" minOccurs="0"/>
     *                 </sequence>
     *                 <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
     *                 <anyAttribute namespace='##other'/>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="ThoroughfareNumberTo">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLine" maxOccurs="unbounded" minOccurs="0"/>
     *                   <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumberPrefix" maxOccurs="unbounded" minOccurs="0"/>
     *                   <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumber" maxOccurs="unbounded"/>
     *                   <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumberSuffix" maxOccurs="unbounded" minOccurs="0"/>
     *                 </sequence>
     *                 <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
     *                 <anyAttribute namespace='##other'/>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *       </sequence>
     *       <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
     *       <attribute name="RangeType">
     *         <simpleType>
     *           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
     *             <enumeration value="Odd"/>
     *             <enumeration value="Even"/>
     *           </restriction>
     *         </simpleType>
     *       </attribute>
     *       <attribute name="Indicator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     *       <attribute name="Separator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     *       <attribute name="IndicatorOccurrence">
     *         <simpleType>
     *           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
     *             <enumeration value="Before"/>
     *             <enumeration value="After"/>
     *           </restriction>
     *         </simpleType>
     *       </attribute>
     *       <attribute name="NumberRangeOccurrence">
     *         <simpleType>
     *           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
     *             <enumeration value="BeforeName"/>
     *             <enumeration value="AfterName"/>
     *             <enumeration value="BeforeType"/>
     *             <enumeration value="AfterType"/>
     *           </restriction>
     *         </simpleType>
     *       </attribute>
     *       <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     *       <anyAttribute namespace='##other'/>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "addressLines", "thoroughfareNumberFrom", "thoroughfareNumberTo" }) public static class ThoroughfareNumberRange implements Serializable { private final static long serialVersionUID = 1L; @XmlElement(name = "AddressLine") protected List addressLines; @XmlElement(name = "ThoroughfareNumberFrom", required = true) protected Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom thoroughfareNumberFrom; @XmlElement(name = "ThoroughfareNumberTo", required = true) protected Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo thoroughfareNumberTo; @XmlAttribute(name = "RangeType") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String rangeType; @XmlAttribute(name = "Indicator") @XmlSchemaType(name = "anySimpleType") protected String indicator; @XmlAttribute(name = "Separator") @XmlSchemaType(name = "anySimpleType") protected String separator; @XmlAttribute(name = "IndicatorOccurrence") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String indicatorOccurrence; @XmlAttribute(name = "NumberRangeOccurrence") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String numberRangeOccurrence; @XmlAttribute(name = "Type") @XmlSchemaType(name = "anySimpleType") protected String type; @XmlAttribute(name = "Code") @XmlSchemaType(name = "anySimpleType") protected String code; @XmlAnyAttribute private Map otherAttributes = new HashMap(); /** * Gets the value of the addressLines property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the addressLines property. * *

* For example, to add a new item, do as follows: *

         *    getAddressLines().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link AddressLine } * * */ public List getAddressLines() { if (addressLines == null) { addressLines = new ArrayList(); } return this.addressLines; } /** * Gets the value of the thoroughfareNumberFrom property. * * @return * possible object is * {@link Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom } * */ public Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom getThoroughfareNumberFrom() { return thoroughfareNumberFrom; } /** * Sets the value of the thoroughfareNumberFrom property. * * @param value * allowed object is * {@link Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom } * */ public void setThoroughfareNumberFrom(Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom value) { this.thoroughfareNumberFrom = value; } /** * Gets the value of the thoroughfareNumberTo property. * * @return * possible object is * {@link Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo } * */ public Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo getThoroughfareNumberTo() { return thoroughfareNumberTo; } /** * Sets the value of the thoroughfareNumberTo property. * * @param value * allowed object is * {@link Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo } * */ public void setThoroughfareNumberTo(Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo value) { this.thoroughfareNumberTo = value; } /** * Gets the value of the rangeType property. * * @return * possible object is * {@link String } * */ public String getRangeType() { return rangeType; } /** * Sets the value of the rangeType property. * * @param value * allowed object is * {@link String } * */ public void setRangeType(String value) { this.rangeType = value; } /** * Gets the value of the indicator property. * * @return * possible object is * {@link String } * */ public String getIndicator() { return indicator; } /** * Sets the value of the indicator property. * * @param value * allowed object is * {@link String } * */ public void setIndicator(String value) { this.indicator = value; } /** * Gets the value of the separator property. * * @return * possible object is * {@link String } * */ public String getSeparator() { return separator; } /** * Sets the value of the separator property. * * @param value * allowed object is * {@link String } * */ public void setSeparator(String value) { this.separator = value; } /** * Gets the value of the indicatorOccurrence property. * * @return * possible object is * {@link String } * */ public String getIndicatorOccurrence() { return indicatorOccurrence; } /** * Sets the value of the indicatorOccurrence property. * * @param value * allowed object is * {@link String } * */ public void setIndicatorOccurrence(String value) { this.indicatorOccurrence = value; } /** * Gets the value of the numberRangeOccurrence property. * * @return * possible object is * {@link String } * */ public String getNumberRangeOccurrence() { return numberRangeOccurrence; } /** * Sets the value of the numberRangeOccurrence property. * * @param value * allowed object is * {@link String } * */ public void setNumberRangeOccurrence(String value) { this.numberRangeOccurrence = value; } /** * Gets the value of the type property. * * @return * possible object is * {@link String } * */ public String getType() { return type; } /** * Sets the value of the type property. * * @param value * allowed object is * {@link String } * */ public void setType(String value) { this.type = value; } /** * Gets the value of the code property. * * @return * possible object is * {@link String } * */ public String getCode() { return code; } /** * Sets the value of the code property. * * @param value * allowed object is * {@link String } * */ public void setCode(String value) { this.code = value; } /** * Gets a map that contains attributes that aren't bound to any typed property on this class. * *

* the map is keyed by the name of the attribute and * the value is the string value of the attribute. * * the map returned by this method is live, and you can add new attribute * by updating the map directly. Because of this design, there's no setter. * * * @return * always non-null */ public Map getOtherAttributes() { return otherAttributes; } /** *

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <sequence>
         *         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLine" maxOccurs="unbounded" minOccurs="0"/>
         *         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumberPrefix" maxOccurs="unbounded" minOccurs="0"/>
         *         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumber" maxOccurs="unbounded"/>
         *         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumberSuffix" maxOccurs="unbounded" minOccurs="0"/>
         *       </sequence>
         *       <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
         *       <anyAttribute namespace='##other'/>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "content" }) public static class ThoroughfareNumberFrom implements Serializable { private final static long serialVersionUID = 1L; @XmlElementRefs({ @XmlElementRef(name = "AddressLine", namespace = "urn:oasis:names:tc:ciq:xsdschema:xAL:2.0", type = AddressLine.class), @XmlElementRef(name = "ThoroughfareNumberPrefix", namespace = "urn:oasis:names:tc:ciq:xsdschema:xAL:2.0", type = ThoroughfareNumberPrefix.class), @XmlElementRef(name = "ThoroughfareNumber", namespace = "urn:oasis:names:tc:ciq:xsdschema:xAL:2.0", type = ThoroughfareNumber.class), @XmlElementRef(name = "ThoroughfareNumberSuffix", namespace = "urn:oasis:names:tc:ciq:xsdschema:xAL:2.0", type = ThoroughfareNumberSuffix.class) }) @XmlMixed protected List content; @XmlAttribute(name = "Code") @XmlSchemaType(name = "anySimpleType") protected String code; @XmlAnyAttribute private Map otherAttributes = new HashMap(); /** * Gets the value of the content property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the content property. * *

* For example, to add a new item, do as follows: *

             *    getContent().add(newItem);
             * 
* * *

* Objects of the following type(s) are allowed in the list * {@link AddressLine } * {@link ThoroughfareNumberPrefix } * {@link ThoroughfareNumber } * {@link ThoroughfareNumberSuffix } * {@link String } * * */ public List getContent() { if (content == null) { content = new ArrayList(); } return this.content; } /** * Gets the value of the code property. * * @return * possible object is * {@link String } * */ public String getCode() { return code; } /** * Sets the value of the code property. * * @param value * allowed object is * {@link String } * */ public void setCode(String value) { this.code = value; } /** * Gets a map that contains attributes that aren't bound to any typed property on this class. * *

* the map is keyed by the name of the attribute and * the value is the string value of the attribute. * * the map returned by this method is live, and you can add new attribute * by updating the map directly. Because of this design, there's no setter. * * * @return * always non-null */ public Map getOtherAttributes() { return otherAttributes; } } /** *

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <sequence>
         *         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLine" maxOccurs="unbounded" minOccurs="0"/>
         *         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumberPrefix" maxOccurs="unbounded" minOccurs="0"/>
         *         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumber" maxOccurs="unbounded"/>
         *         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNumberSuffix" maxOccurs="unbounded" minOccurs="0"/>
         *       </sequence>
         *       <attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
         *       <anyAttribute namespace='##other'/>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "content" }) public static class ThoroughfareNumberTo implements Serializable { private final static long serialVersionUID = 1L; @XmlElementRefs({ @XmlElementRef(name = "AddressLine", namespace = "urn:oasis:names:tc:ciq:xsdschema:xAL:2.0", type = AddressLine.class), @XmlElementRef(name = "ThoroughfareNumberPrefix", namespace = "urn:oasis:names:tc:ciq:xsdschema:xAL:2.0", type = ThoroughfareNumberPrefix.class), @XmlElementRef(name = "ThoroughfareNumber", namespace = "urn:oasis:names:tc:ciq:xsdschema:xAL:2.0", type = ThoroughfareNumber.class), @XmlElementRef(name = "ThoroughfareNumberSuffix", namespace = "urn:oasis:names:tc:ciq:xsdschema:xAL:2.0", type = ThoroughfareNumberSuffix.class) }) @XmlMixed protected List content; @XmlAttribute(name = "Code") @XmlSchemaType(name = "anySimpleType") protected String code; @XmlAnyAttribute private Map otherAttributes = new HashMap(); /** * Gets the value of the content property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the content property. * *

* For example, to add a new item, do as follows: *

             *    getContent().add(newItem);
             * 
* * *

* Objects of the following type(s) are allowed in the list * {@link AddressLine } * {@link ThoroughfareNumberPrefix } * {@link ThoroughfareNumber } * {@link ThoroughfareNumberSuffix } * {@link String } * * */ public List getContent() { if (content == null) { content = new ArrayList(); } return this.content; } /** * Gets the value of the code property. * * @return * possible object is * {@link String } * */ public String getCode() { return code; } /** * Sets the value of the code property. * * @param value * allowed object is * {@link String } * */ public void setCode(String value) { this.code = value; } /** * Gets a map that contains attributes that aren't bound to any typed property on this class. * *

* the map is keyed by the name of the attribute and * the value is the string value of the attribute. * * the map returned by this method is live, and you can add new attribute * by updating the map directly. Because of this design, there's no setter. * * * @return * always non-null */ public Map getOtherAttributes() { return otherAttributes; } } } }