|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.ciq.xsdschema.xal._2.Premise.PremiseNumberRange.PremiseNumberRangeFrom
public static class Premise.PremiseNumberRange.PremiseNumberRangeFrom
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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.PremiseNumberRangeFrom()
|
|
| 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. |
boolean |
isSetAddressLine()
|
boolean |
isSetPremiseNumber()
|
boolean |
isSetPremiseNumberPrefix()
|
boolean |
isSetPremiseNumberSuffix()
|
void |
unsetAddressLine()
|
void |
unsetPremiseNumber()
|
void |
unsetPremiseNumberPrefix()
|
void |
unsetPremiseNumberSuffix()
|
| 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.PremiseNumberRangeFrom()
| 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 boolean isSetAddressLine()
public void unsetAddressLine()
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 boolean isSetPremiseNumberPrefix()
public void unsetPremiseNumberPrefix()
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 boolean isSetPremiseNumber()
public void unsetPremiseNumber()
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
public boolean isSetPremiseNumberSuffix()
public void unsetPremiseNumberSuffix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||