Class Premise.PremiseNumberRange.PremiseNumberRangeFrom
- All Implemented Interfaces:
Serializable
- Enclosing class:
Premise.PremiseNumberRange
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<AddressLine> protected List<PremiseNumberPrefix> protected List<PremiseNumber> protected List<PremiseNumberSuffix> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addressLines property.Gets the value of the premiseNumberPrefixes property.Gets the value of the premiseNumbers property.Gets the value of the premiseNumberSuffixes property.
-
Field Details
-
addressLines
-
premiseNumberPrefixes
-
premiseNumbers
-
premiseNumberSuffixes
-
-
Constructor Details
-
PremiseNumberRangeFrom
public PremiseNumberRangeFrom()
-
-
Method Details
-
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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.
-