Class Premise.PremiseNumberRange.PremiseNumberRangeTo

java.lang.Object
org.bremersee.oasis.xal.Premise.PremiseNumberRange.PremiseNumberRangeTo
All Implemented Interfaces:
Serializable
Enclosing class:
Premise.PremiseNumberRange

public static class Premise.PremiseNumberRange.PremiseNumberRangeTo extends Object implements Serializable

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>
 
See Also:
  • Field Details

  • Constructor Details

    • PremiseNumberRangeTo

      public PremiseNumberRangeTo()
  • Method Details

    • getAddressLines

      public List<AddressLine> getAddressLines()
      Gets the value of the addressLines 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 Jakarta XML Binding object. This is why there is not a set method for the addressLines property.

      For example, to add a new item, do as follows:

          getAddressLines().add(newItem);
       

      Objects of the following type(s) are allowed in the list AddressLine

      Returns:
      The value of the addressLines property.
    • getPremiseNumberPrefixes

      public List<PremiseNumberPrefix> getPremiseNumberPrefixes()
      Gets the value of the premiseNumberPrefixes 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 Jakarta XML Binding object. This is why there is not a set method for the premiseNumberPrefixes property.

      For example, to add a new item, do as follows:

          getPremiseNumberPrefixes().add(newItem);
       

      Objects of the following type(s) are allowed in the list PremiseNumberPrefix

      Returns:
      The value of the premiseNumberPrefixes property.
    • getPremiseNumbers

      public List<PremiseNumber> getPremiseNumbers()
      Gets the value of the premiseNumbers 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 Jakarta XML Binding object. This is why there is not a set method for the premiseNumbers property.

      For example, to add a new item, do as follows:

          getPremiseNumbers().add(newItem);
       

      Objects of the following type(s) are allowed in the list PremiseNumber

      Returns:
      The value of the premiseNumbers property.
    • getPremiseNumberSuffixes

      public List<PremiseNumberSuffix> getPremiseNumberSuffixes()
      Gets the value of the premiseNumberSuffixes 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 Jakarta XML Binding object. This is why there is not a set method for the premiseNumberSuffixes property.

      For example, to add a new item, do as follows:

          getPremiseNumberSuffixes().add(newItem);
       

      Objects of the following type(s) are allowed in the list PremiseNumberSuffix

      Returns:
      The value of the premiseNumberSuffixes property.