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 Eclipse Implementation of JAXB, v4.0.2 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
//


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.namespace.QName;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlAnyAttribute;
import jakarta.xml.bind.annotation.XmlAnyElement;
import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlElementRef;
import jakarta.xml.bind.annotation.XmlElementRefs;
import jakarta.xml.bind.annotation.XmlElements;
import jakarta.xml.bind.annotation.XmlMixed;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;


/**
 * 

Java class for anonymous complex type. * *

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

{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *           
 *           
 *             
 *               
 *                 
 *                   
 *                     
 *                     
 *                       
 *                         
 *                           
 *                             
 *                               
 *                               
 *                               
 *                               
 *                             
 *                             
 *                             
 *                           
 *                         
 *                       
 *                     
 *                     
 *                       
 *                         
 *                           
 *                             
 *                               
 *                               
 *                               
 *                               
 *                             
 *                             
 *                             
 *                           
 *                         
 *                       
 *                     
 *                   
 *                   
 *                   
 *                     
 *                       
 *                         
 *                         
 *                       
 *                     
 *                   
 *                   
 *                   
 *                   
 *                     
 *                       
 *                         
 *                         
 *                       
 *                     
 *                   
 *                   
 *                     
 *                       
 *                         
 *                         
 *                         
 *                         
 *                       
 *                     
 *                   
 *                   
 *                   
 *                 
 *               
 *             
 *           
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *           
 *             
 *               
 *                 
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                 
 *                 
 *                 
 *               
 *             
 *           
 *         
 *         
 *           
 *           
 *           
 *           
 *         
 *         
 *       
 *       
 *       
 *         
 *           
 *             
 *             
 *           
 *         
 *       
 *       
 *       
 *       
 *       
 *     
 *   
 * 
 * }
* * */ @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 static final 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 Jakarta XML Binding object. * This is why there is not a {@code 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 } * * * @return * The value of the addressLines property. */ 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 Jakarta XML Binding object. * This is why there is not a {@code 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 Thoroughfare.ThoroughfareNumberRange } * {@link ThoroughfareNumber } * * * @return * The value of the thoroughfareNumbersAndThoroughfareNumberRanges property. */ 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 Jakarta XML Binding object. * This is why there is not a {@code 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 } * * * @return * The value of the thoroughfareNumberPrefixes property. */ 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 Jakarta XML Binding object. * This is why there is not a {@code 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 } * * * @return * The value of the thoroughfareNumberSuffixes property. */ 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 Jakarta XML Binding object. * This is why there is not a {@code 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 } * * * @return * The value of the thoroughfareNames property. */ 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 Jakarta XML Binding object. * This is why there is not a {@code 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 } * * * @return * The value of the anies property. */ 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. * *

{@code
     * 
     *   
     *     
     *       
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *       
     *       
     *       
     *     
     *   
     * 
     * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "addressLines", "thoroughfarePreDirection", "thoroughfareLeadingType", "thoroughfareNames", "thoroughfareTrailingType", "thoroughfarePostDirection", "anies" }) public static class DependentThoroughfare implements Serializable { private static final 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 Jakarta XML Binding object. * This is why there is not a {@code 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 } * * * @return * The value of the addressLines property. */ 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 Jakarta XML Binding object. * This is why there is not a {@code 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 } * * * @return * The value of the thoroughfareNames property. */ 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 Jakarta XML Binding object. * This is why there is not a {@code 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 } * * * @return * The value of the anies property. */ 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. * *

{@code
     * 
     *   
     *     
     *       
     *         
     *         
     *           
     *             
     *               
     *                 
     *                   
     *                   
     *                   
     *                   
     *                 
     *                 
     *                 
     *               
     *             
     *           
     *         
     *         
     *           
     *             
     *               
     *                 
     *                   
     *                   
     *                   
     *                   
     *                 
     *                 
     *                 
     *               
     *             
     *           
     *         
     *       
     *       
     *       
     *         
     *           
     *             
     *             
     *           
     *         
     *       
     *       
     *       
     *       
     *         
     *           
     *             
     *             
     *           
     *         
     *       
     *       
     *         
     *           
     *             
     *             
     *             
     *             
     *           
     *         
     *       
     *       
     *       
     *     
     *   
     * 
     * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "addressLines", "thoroughfareNumberFrom", "thoroughfareNumberTo" }) public static class ThoroughfareNumberRange implements Serializable { private static final 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 Jakarta XML Binding object. * This is why there is not a {@code 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 } * * * @return * The value of the addressLines property. */ 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. * *

{@code
         * 
         *   
         *     
         *       
         *         
         *         
         *         
         *         
         *       
         *       
         *       
         *     
         *   
         * 
         * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "content" }) public static class ThoroughfareNumberFrom implements Serializable { private static final 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 Jakarta XML Binding object. * This is why there is not a {@code 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 String } * {@link AddressLine } * {@link ThoroughfareNumber } * {@link ThoroughfareNumberPrefix } * {@link ThoroughfareNumberSuffix } * * * @return * The value of the content property. */ 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. * *

{@code
         * 
         *   
         *     
         *       
         *         
         *         
         *         
         *         
         *       
         *       
         *       
         *     
         *   
         * 
         * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "content" }) public static class ThoroughfareNumberTo implements Serializable { private static final 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 Jakarta XML Binding object. * This is why there is not a {@code 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 String } * {@link AddressLine } * {@link ThoroughfareNumber } * {@link ThoroughfareNumberPrefix } * {@link ThoroughfareNumberSuffix } * * * @return * The value of the content property. */ 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; } } } }