Class Thoroughfare.ThoroughfareNumberRange
- All Implemented Interfaces:
Serializable
- Enclosing class:
Thoroughfare
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addressLines property.getCode()Gets the value of the code property.Gets the value of the indicator property.Gets the value of the indicatorOccurrence property.Gets the value of the numberRangeOccurrence property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the rangeType property.Gets the value of the separator property.Gets the value of the thoroughfareNumberFrom property.Gets the value of the thoroughfareNumberTo property.getType()Gets the value of the type property.voidSets the value of the code property.voidsetIndicator(String value) Sets the value of the indicator property.voidsetIndicatorOccurrence(String value) Sets the value of the indicatorOccurrence property.voidsetNumberRangeOccurrence(String value) Sets the value of the numberRangeOccurrence property.voidsetRangeType(String value) Sets the value of the rangeType property.voidsetSeparator(String value) Sets the value of the separator property.voidSets the value of the thoroughfareNumberFrom property.voidSets the value of the thoroughfareNumberTo property.voidSets the value of the type property.
-
Field Details
-
addressLines
-
thoroughfareNumberFrom
-
thoroughfareNumberTo
-
rangeType
-
indicator
-
separator
-
indicatorOccurrence
-
numberRangeOccurrence
-
type
-
code
-
-
Constructor Details
-
ThoroughfareNumberRange
public ThoroughfareNumberRange()
-
-
Method Details
-
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
setmethod 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 isThoroughfare.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 isThoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo
-
getRangeType
Gets the value of the rangeType property.- Returns:
- possible object is
String
-
setRangeType
Sets the value of the rangeType property.- Parameters:
value- allowed object isString
-
getIndicator
Gets the value of the indicator property.- Returns:
- possible object is
String
-
setIndicator
Sets the value of the indicator property.- Parameters:
value- allowed object isString
-
getSeparator
Gets the value of the separator property.- Returns:
- possible object is
String
-
setSeparator
Sets the value of the separator property.- Parameters:
value- allowed object isString
-
getIndicatorOccurrence
Gets the value of the indicatorOccurrence property.- Returns:
- possible object is
String
-
setIndicatorOccurrence
Sets the value of the indicatorOccurrence property.- Parameters:
value- allowed object isString
-
getNumberRangeOccurrence
Gets the value of the numberRangeOccurrence property.- Returns:
- possible object is
String
-
setNumberRangeOccurrence
Sets the value of the numberRangeOccurrence property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isString
-
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
-