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

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

public static class Premise.PremiseNumberRange.PremiseNumberRangeTo
extends Object

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

addressLine

protected List<AddressLine> addressLine

premiseNumberPrefix

protected List<PremiseNumberPrefix> premiseNumberPrefix

premiseNumber

protected List<PremiseNumber> premiseNumber

premiseNumberSuffix

protected List<PremiseNumberSuffix> premiseNumberSuffix
Constructor Detail

Premise.PremiseNumberRange.PremiseNumberRangeTo

public Premise.PremiseNumberRange.PremiseNumberRangeTo()
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


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


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


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



Copyright © 2008. All Rights Reserved.