|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oasis.names.tc.ciq.xsdschema.xal._2.Thoroughfare.ThoroughfareNumberRange
public static class Thoroughfare.ThoroughfareNumberRange
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 |
---|
protected List<AddressLine> addressLine
protected Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom thoroughfareNumberFrom
protected Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo thoroughfareNumberTo
protected String rangeType
protected String indicator
protected String separator
protected String indicatorOccurrence
protected String numberRangeOccurrence
protected String type
protected String code
Constructor Detail |
---|
public Thoroughfare.ThoroughfareNumberRange()
Method Detail |
---|
public List<AddressLine> getAddressLine()
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
public Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom getThoroughfareNumberFrom()
Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom
public void setThoroughfareNumberFrom(Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom value)
value
- allowed object is
Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom
public Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo getThoroughfareNumberTo()
Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo
public void setThoroughfareNumberTo(Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo value)
value
- allowed object is
Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo
public String getRangeType()
String
public void setRangeType(String value)
value
- allowed object is
String
public String getIndicator()
String
public void setIndicator(String value)
value
- allowed object is
String
public String getSeparator()
String
public void setSeparator(String value)
value
- allowed object is
String
public String getIndicatorOccurrence()
String
public void setIndicatorOccurrence(String value)
value
- allowed object is
String
public String getNumberRangeOccurrence()
String
public void setNumberRangeOccurrence(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public Map<QName,String> getOtherAttributes()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |