|
||||||||||
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.Premise.PremiseNumberRange.PremiseNumberRangeTo
public static class Premise.PremiseNumberRange.PremiseNumberRangeTo
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 ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}PremiseNumberPrefix" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}PremiseNumber" maxOccurs="unbounded"/> <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}PremiseNumberSuffix" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<AddressLine> |
addressLine
|
protected List<PremiseNumber> |
premiseNumber
|
protected List<PremiseNumberPrefix> |
premiseNumberPrefix
|
protected List<PremiseNumberSuffix> |
premiseNumberSuffix
|
Constructor Summary | |
---|---|
Premise.PremiseNumberRange.PremiseNumberRangeTo()
|
Method Summary | |
---|---|
List<AddressLine> |
getAddressLine()
Gets the value of the addressLine property. |
List<PremiseNumber> |
getPremiseNumber()
Gets the value of the premiseNumber property. |
List<PremiseNumberPrefix> |
getPremiseNumberPrefix()
Gets the value of the premiseNumberPrefix property. |
List<PremiseNumberSuffix> |
getPremiseNumberSuffix()
Gets the value of the premiseNumberSuffix 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 List<PremiseNumberPrefix> premiseNumberPrefix
protected List<PremiseNumber> premiseNumber
protected List<PremiseNumberSuffix> premiseNumberSuffix
Constructor Detail |
---|
public Premise.PremiseNumberRange.PremiseNumberRangeTo()
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 List<PremiseNumberPrefix> getPremiseNumberPrefix()
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 premiseNumberPrefix property.
For example, to add a new item, do as follows:
getPremiseNumberPrefix().add(newItem);
Objects of the following type(s) are allowed in the list
PremiseNumberPrefix
public List<PremiseNumber> getPremiseNumber()
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 premiseNumber property.
For example, to add a new item, do as follows:
getPremiseNumber().add(newItem);
Objects of the following type(s) are allowed in the list
PremiseNumber
public List<PremiseNumberSuffix> getPremiseNumberSuffix()
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 premiseNumberSuffix property.
For example, to add a new item, do as follows:
getPremiseNumberSuffix().add(newItem);
Objects of the following type(s) are allowed in the list
PremiseNumberSuffix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |