oasis.names.tc.ciq.xsdschema.xal._2
Class Thoroughfare.ThoroughfareNumberRange

java.lang.Object
  extended by oasis.names.tc.ciq.xsdschema.xal._2.Thoroughfare.ThoroughfareNumberRange
Enclosing class:
Thoroughfare

public static class Thoroughfare.ThoroughfareNumberRange
extends Object

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"/>
               </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"/>
               </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" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom
          Java class for anonymous complex type.
static class Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo
          Java class for anonymous complex type.
 
Field Summary
protected  List<AddressLine> addressLine
           
protected  String code
           
protected  String indicator
           
protected  String indicatorOccurrence
           
protected  String numberRangeOccurrence
           
protected  String rangeType
           
protected  String separator
           
protected  Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom thoroughfareNumberFrom
           
protected  Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo thoroughfareNumberTo
           
protected  String type
           
 
Constructor Summary
Thoroughfare.ThoroughfareNumberRange()
           
 
Method Summary
 List<AddressLine> getAddressLine()
          Gets the value of the addressLine property.
 String getCode()
          Gets the value of the code property.
 String getIndicator()
          Gets the value of the indicator property.
 String getIndicatorOccurrence()
          Gets the value of the indicatorOccurrence property.
 String getNumberRangeOccurrence()
          Gets the value of the numberRangeOccurrence property.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 String getRangeType()
          Gets the value of the rangeType property.
 String getSeparator()
          Gets the value of the separator property.
 Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom getThoroughfareNumberFrom()
          Gets the value of the thoroughfareNumberFrom property.
 Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo getThoroughfareNumberTo()
          Gets the value of the thoroughfareNumberTo property.
 String getType()
          Gets the value of the type property.
 void setCode(String value)
          Sets the value of the code property.
 void setIndicator(String value)
          Sets the value of the indicator property.
 void setIndicatorOccurrence(String value)
          Sets the value of the indicatorOccurrence property.
 void setNumberRangeOccurrence(String value)
          Sets the value of the numberRangeOccurrence property.
 void setRangeType(String value)
          Sets the value of the rangeType property.
 void setSeparator(String value)
          Sets the value of the separator property.
 void setThoroughfareNumberFrom(Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom value)
          Sets the value of the thoroughfareNumberFrom property.
 void setThoroughfareNumberTo(Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo value)
          Sets the value of the thoroughfareNumberTo property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addressLine

protected List<AddressLine> addressLine

thoroughfareNumberFrom

protected Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom thoroughfareNumberFrom

thoroughfareNumberTo

protected Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo thoroughfareNumberTo

rangeType

protected String rangeType

indicator

protected String indicator

separator

protected String separator

indicatorOccurrence

protected String indicatorOccurrence

numberRangeOccurrence

protected String numberRangeOccurrence

type

protected String type

code

protected String code
Constructor Detail

Thoroughfare.ThoroughfareNumberRange

public Thoroughfare.ThoroughfareNumberRange()
Method Detail

getAddressLine

public List<AddressLine> getAddressLine()
Gets the value of the addressLine 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 addressLine property.

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

    getAddressLine().add(newItem);
 

Objects of the following type(s) are allowed in the list AddressLine


getThoroughfareNumberFrom

public Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom 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

public Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo 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


Copyright © 2008. All Rights Reserved.