public static class Premise.PremiseNumberRange.PremiseNumberRangeFrom extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<AddressLine> |
addressLine |
protected List<PremiseNumber> |
premiseNumber |
protected List<PremiseNumberPrefix> |
premiseNumberPrefix |
protected List<PremiseNumberSuffix> |
premiseNumberSuffix |
| Constructor and Description |
|---|
PremiseNumberRangeFrom() |
protected List<AddressLine> addressLine
protected List<PremiseNumberPrefix> premiseNumberPrefix
protected List<PremiseNumber> premiseNumber
protected List<PremiseNumberSuffix> premiseNumberSuffix
public List<AddressLine> getAddressLine()
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
public boolean isSetAddressLine()
public void unsetAddressLine()
public List<PremiseNumberPrefix> getPremiseNumberPrefix()
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
public boolean isSetPremiseNumberPrefix()
public void unsetPremiseNumberPrefix()
public List<PremiseNumber> getPremiseNumber()
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
public boolean isSetPremiseNumber()
public void unsetPremiseNumber()
public List<PremiseNumberSuffix> getPremiseNumberSuffix()
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
public boolean isSetPremiseNumberSuffix()
public void unsetPremiseNumberSuffix()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void setAddressLine(List<AddressLine> value)
public void setPremiseNumberPrefix(List<PremiseNumberPrefix> value)
public void setPremiseNumber(List<PremiseNumber> value)
public void setPremiseNumberSuffix(List<PremiseNumberSuffix> value)
public Premise.PremiseNumberRange.PremiseNumberRangeFrom withAddressLine(AddressLine... values)
public Premise.PremiseNumberRange.PremiseNumberRangeFrom withAddressLine(Collection<AddressLine> values)
public Premise.PremiseNumberRange.PremiseNumberRangeFrom withPremiseNumberPrefix(PremiseNumberPrefix... values)
public Premise.PremiseNumberRange.PremiseNumberRangeFrom withPremiseNumberPrefix(Collection<PremiseNumberPrefix> values)
public Premise.PremiseNumberRange.PremiseNumberRangeFrom withPremiseNumber(PremiseNumber... values)
public Premise.PremiseNumberRange.PremiseNumberRangeFrom withPremiseNumber(Collection<PremiseNumber> values)
public Premise.PremiseNumberRange.PremiseNumberRangeFrom withPremiseNumberSuffix(PremiseNumberSuffix... values)
public Premise.PremiseNumberRange.PremiseNumberRangeFrom withPremiseNumberSuffix(Collection<PremiseNumberSuffix> values)
public Premise.PremiseNumberRange.PremiseNumberRangeFrom withAddressLine(List<AddressLine> value)
public Premise.PremiseNumberRange.PremiseNumberRangeFrom withPremiseNumberPrefix(List<PremiseNumberPrefix> value)
public Premise.PremiseNumberRange.PremiseNumberRangeFrom withPremiseNumber(List<PremiseNumber> value)
public Premise.PremiseNumberRange.PremiseNumberRangeFrom withPremiseNumberSuffix(List<PremiseNumberSuffix> value)
Copyright © 2008–2023. All rights reserved.