oasis.names.tc.ciq.xsdschema.xal._2
Class Premise.PremiseNumberRange.PremiseNumberRangeFrom

java.lang.Object
  extended by oasis.names.tc.ciq.xsdschema.xal._2.Premise.PremiseNumberRange.PremiseNumberRangeFrom
Enclosing class:
Premise.PremiseNumberRange

public static class Premise.PremiseNumberRange.PremiseNumberRangeFrom
extends Object

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

addressLine

protected List<AddressLine> addressLine

premiseNumberPrefix

protected List<PremiseNumberPrefix> premiseNumberPrefix

premiseNumber

protected List<PremiseNumber> premiseNumber

premiseNumberSuffix

protected List<PremiseNumberSuffix> premiseNumberSuffix
Constructor Detail

Premise.PremiseNumberRange.PremiseNumberRangeFrom

public Premise.PremiseNumberRange.PremiseNumberRangeFrom()
Method Detail

getAddressLine

public List<AddressLine> 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 AddressLine


isSetAddressLine

public boolean isSetAddressLine()

unsetAddressLine

public void unsetAddressLine()

getPremiseNumberPrefix

public List<PremiseNumberPrefix> 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 PremiseNumberPrefix


isSetPremiseNumberPrefix

public boolean isSetPremiseNumberPrefix()

unsetPremiseNumberPrefix

public void unsetPremiseNumberPrefix()

getPremiseNumber

public List<PremiseNumber> 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 PremiseNumber


isSetPremiseNumber

public boolean isSetPremiseNumber()

unsetPremiseNumber

public void unsetPremiseNumber()

getPremiseNumberSuffix

public List<PremiseNumberSuffix> 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 PremiseNumberSuffix


isSetPremiseNumberSuffix

public boolean isSetPremiseNumberSuffix()

unsetPremiseNumberSuffix

public void unsetPremiseNumberSuffix()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.