org.citygml4j.jaxb.xal
Class PremiseElement.PremiseNumberRange.PremiseNumberRangeTo

java.lang.Object
  extended by org.citygml4j.jaxb.xal.PremiseElement.PremiseNumberRange.PremiseNumberRangeTo
Enclosing class:
PremiseElement.PremiseNumberRange

public static class PremiseElement.PremiseNumberRange.PremiseNumberRangeTo
extends java.lang.Object

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

PremiseElement.PremiseNumberRange.PremiseNumberRangeTo

public PremiseElement.PremiseNumberRange.PremiseNumberRangeTo()
Method Detail

getAddressLine

public java.util.List<AddressLineElement> getAddressLine()
Gets the value of the addressLine 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 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


isSetAddressLine

public boolean isSetAddressLine()

unsetAddressLine

public void unsetAddressLine()

getPremiseNumberPrefix

public java.util.List<PremiseNumberPrefixElement> getPremiseNumberPrefix()
Gets the value of the premiseNumberPrefix 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 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


isSetPremiseNumberPrefix

public boolean isSetPremiseNumberPrefix()

unsetPremiseNumberPrefix

public void unsetPremiseNumberPrefix()

getPremiseNumber

public java.util.List<PremiseNumberElement> getPremiseNumber()
Gets the value of the premiseNumber 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 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


isSetPremiseNumber

public boolean isSetPremiseNumber()

unsetPremiseNumber

public void unsetPremiseNumber()

getPremiseNumberSuffix

public java.util.List<PremiseNumberSuffixElement> getPremiseNumberSuffix()
Gets the value of the premiseNumberSuffix 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 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


isSetPremiseNumberSuffix

public boolean isSetPremiseNumberSuffix()

unsetPremiseNumberSuffix

public void unsetPremiseNumberSuffix()

setAddressLine

public void setAddressLine(java.util.List<AddressLineElement> addressLine)
Sets the value of the addressLine property.

Parameters:
addressLine - allowed object is AddressLineElement

setPremiseNumberPrefix

public void setPremiseNumberPrefix(java.util.List<PremiseNumberPrefixElement> premiseNumberPrefix)
Sets the value of the premiseNumberPrefix property.

Parameters:
premiseNumberPrefix - allowed object is PremiseNumberPrefixElement

setPremiseNumber

public void setPremiseNumber(java.util.List<PremiseNumberElement> premiseNumber)
Sets the value of the premiseNumber property.

Parameters:
premiseNumber - allowed object is PremiseNumberElement

setPremiseNumberSuffix

public void setPremiseNumberSuffix(java.util.List<PremiseNumberSuffixElement> premiseNumberSuffix)
Sets the value of the premiseNumberSuffix property.

Parameters:
premiseNumberSuffix - allowed object is PremiseNumberSuffixElement