|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.xal.PremiseElement.PremiseNumberRange.PremiseNumberRangeTo
public static class PremiseElement.PremiseNumberRange.PremiseNumberRangeTo
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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>
Constructor Summary | |
---|---|
PremiseElement.PremiseNumberRange.PremiseNumberRangeTo()
|
Method Summary | |
---|---|
java.util.List<AddressLineElement> |
getAddressLine()
Gets the value of the addressLine property. |
java.util.List<PremiseNumberElement> |
getPremiseNumber()
Gets the value of the premiseNumber property. |
java.util.List<PremiseNumberPrefixElement> |
getPremiseNumberPrefix()
Gets the value of the premiseNumberPrefix property. |
java.util.List<PremiseNumberSuffixElement> |
getPremiseNumberSuffix()
Gets the value of the premiseNumberSuffix property. |
boolean |
isSetAddressLine()
|
boolean |
isSetPremiseNumber()
|
boolean |
isSetPremiseNumberPrefix()
|
boolean |
isSetPremiseNumberSuffix()
|
void |
setAddressLine(java.util.List<AddressLineElement> addressLine)
Sets the value of the addressLine property. |
void |
setPremiseNumber(java.util.List<PremiseNumberElement> premiseNumber)
Sets the value of the premiseNumber property. |
void |
setPremiseNumberPrefix(java.util.List<PremiseNumberPrefixElement> premiseNumberPrefix)
Sets the value of the premiseNumberPrefix property. |
void |
setPremiseNumberSuffix(java.util.List<PremiseNumberSuffixElement> premiseNumberSuffix)
Sets the value of the premiseNumberSuffix property. |
void |
unsetAddressLine()
|
void |
unsetPremiseNumber()
|
void |
unsetPremiseNumberPrefix()
|
void |
unsetPremiseNumberSuffix()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PremiseElement.PremiseNumberRange.PremiseNumberRangeTo()
Method Detail |
---|
public java.util.List<AddressLineElement> 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
AddressLineElement
public boolean isSetAddressLine()
public void unsetAddressLine()
public java.util.List<PremiseNumberPrefixElement> 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
PremiseNumberPrefixElement
public boolean isSetPremiseNumberPrefix()
public void unsetPremiseNumberPrefix()
public java.util.List<PremiseNumberElement> 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
PremiseNumberElement
public boolean isSetPremiseNumber()
public void unsetPremiseNumber()
public java.util.List<PremiseNumberSuffixElement> 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
PremiseNumberSuffixElement
public boolean isSetPremiseNumberSuffix()
public void unsetPremiseNumberSuffix()
public void setAddressLine(java.util.List<AddressLineElement> addressLine)
addressLine
- allowed object is
AddressLineElement
public void setPremiseNumberPrefix(java.util.List<PremiseNumberPrefixElement> premiseNumberPrefix)
premiseNumberPrefix
- allowed object is
PremiseNumberPrefixElement
public void setPremiseNumber(java.util.List<PremiseNumberElement> premiseNumber)
premiseNumber
- allowed object is
PremiseNumberElement
public void setPremiseNumberSuffix(java.util.List<PremiseNumberSuffixElement> premiseNumberSuffix)
premiseNumberSuffix
- allowed object is
PremiseNumberSuffixElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |