Class Thoroughfare.ThoroughfareNumberRange

java.lang.Object
org.bremersee.oasis.xal.Thoroughfare.ThoroughfareNumberRange
All Implemented Interfaces:
Serializable
Enclosing class:
Thoroughfare

public static class Thoroughfare.ThoroughfareNumberRange extends Object implements Serializable

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>
 
See Also:
  • Field Details

  • Constructor Details

    • ThoroughfareNumberRange

      public ThoroughfareNumberRange()
  • Method Details

    • getAddressLines

      public List<AddressLine> getAddressLines()
      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 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 AddressLine

      Returns:
      The value of the addressLines property.
    • getThoroughfareNumberFrom

      Gets the value of the thoroughfareNumberFrom property.
      Returns:
      possible object is Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom
    • setThoroughfareNumberFrom

      public void setThoroughfareNumberFrom(Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom value)
      Sets the value of the thoroughfareNumberFrom property.
      Parameters:
      value - allowed object is Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom
    • getThoroughfareNumberTo

      Gets the value of the thoroughfareNumberTo property.
      Returns:
      possible object is Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo
    • setThoroughfareNumberTo

      public void setThoroughfareNumberTo(Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo value)
      Sets the value of the thoroughfareNumberTo property.
      Parameters:
      value - allowed object is Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo
    • getRangeType

      public String getRangeType()
      Gets the value of the rangeType property.
      Returns:
      possible object is String
    • setRangeType

      public void setRangeType(String value)
      Sets the value of the rangeType property.
      Parameters:
      value - allowed object is String
    • getIndicator

      public String getIndicator()
      Gets the value of the indicator property.
      Returns:
      possible object is String
    • setIndicator

      public void setIndicator(String value)
      Sets the value of the indicator property.
      Parameters:
      value - allowed object is String
    • getSeparator

      public String getSeparator()
      Gets the value of the separator property.
      Returns:
      possible object is String
    • setSeparator

      public void setSeparator(String value)
      Sets the value of the separator property.
      Parameters:
      value - allowed object is String
    • getIndicatorOccurrence

      public String getIndicatorOccurrence()
      Gets the value of the indicatorOccurrence property.
      Returns:
      possible object is String
    • setIndicatorOccurrence

      public void setIndicatorOccurrence(String value)
      Sets the value of the indicatorOccurrence property.
      Parameters:
      value - allowed object is String
    • getNumberRangeOccurrence

      public String getNumberRangeOccurrence()
      Gets the value of the numberRangeOccurrence property.
      Returns:
      possible object is String
    • setNumberRangeOccurrence

      public void setNumberRangeOccurrence(String value)
      Sets the value of the numberRangeOccurrence property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getCode

      public String getCode()
      Gets the value of the code property.
      Returns:
      possible object is String
    • setCode

      public void setCode(String value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is String
    • getOtherAttributes

      public Map<QName,String> getOtherAttributes()
      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.

      Returns:
      always non-null