@CodingStyleguideUnaware public static class VCARDType.ADR extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
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 name="Pobox" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement" maxOccurs="unbounded" minOccurs="0"/>
<element name="Extadd" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement" maxOccurs="unbounded" minOccurs="0"/>
<element name="Street" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement" maxOccurs="unbounded" minOccurs="0"/>
<element name="Locality" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement" maxOccurs="unbounded" minOccurs="0"/>
<element name="Region" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement" maxOccurs="unbounded" minOccurs="0"/>
<element name="Pcode" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement" maxOccurs="unbounded" minOccurs="0"/>
<element name="Country" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="TYPE" default="intl postal parcel work">
<simpleType>
<list>
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="dom"/>
<enumeration value="intl"/>
<enumeration value="postal"/>
<enumeration value="parcel"/>
<enumeration value="home"/>
<enumeration value="work"/>
<enumeration value="pref"/>
</restriction>
</simpleType>
</list>
</simpleType>
</attribute>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
ADR()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addCountry(SimpleElement elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addExtadd(SimpleElement elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addLocality(SimpleElement elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPcode(SimpleElement elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPobox(SimpleElement elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addRegion(SimpleElement elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addStreet(SimpleElement elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTYPE(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
VCARDType.ADR |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(VCARDType.ADR ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<SimpleElement> |
getCountry()
Gets the value of the country property.
|
SimpleElement |
getCountryAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCountryCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<SimpleElement> |
getExtadd()
Gets the value of the extadd property.
|
SimpleElement |
getExtaddAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getExtaddCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getLang()
Gets the value of the lang property.
|
List<SimpleElement> |
getLocality()
Gets the value of the locality property.
|
SimpleElement |
getLocalityAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getLocalityCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<SimpleElement> |
getPcode()
Gets the value of the pcode property.
|
SimpleElement |
getPcodeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPcodeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<SimpleElement> |
getPobox()
Gets the value of the pobox property.
|
SimpleElement |
getPoboxAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPoboxCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<SimpleElement> |
getRegion()
Gets the value of the region property.
|
SimpleElement |
getRegionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRegionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<SimpleElement> |
getStreet()
Gets the value of the street property.
|
SimpleElement |
getStreetAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getStreetCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<String> |
getTYPE()
Gets the value of the type property.
|
String |
getTYPEAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTYPECount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasCountryEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasExtaddEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasLocalityEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoCountryEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoExtaddEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoLocalityEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPcodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPoboxEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoRegionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoStreetEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTYPEEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPcodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPoboxEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRegionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasStreetEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTYPEEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCountry(List<SimpleElement> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setExtadd(List<SimpleElement> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setLocality(List<SimpleElement> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPcode(List<SimpleElement> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPobox(List<SimpleElement> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRegion(List<SimpleElement> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setStreet(List<SimpleElement> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTYPE(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ADR()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SimpleElement> getPobox()
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 pobox property.
For example, to add a new item, do as follows:
getPobox().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleElement
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SimpleElement> getExtadd()
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 extadd property.
For example, to add a new item, do as follows:
getExtadd().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleElement
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SimpleElement> getStreet()
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 street property.
For example, to add a new item, do as follows:
getStreet().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleElement
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SimpleElement> getLocality()
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 locality property.
For example, to add a new item, do as follows:
getLocality().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleElement
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SimpleElement> getRegion()
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 region property.
For example, to add a new item, do as follows:
getRegion().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleElement
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SimpleElement> getPcode()
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 pcode property.
For example, to add a new item, do as follows:
getPcode().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleElement
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SimpleElement> getCountry()
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 country property.
For example, to add a new item, do as follows:
getCountry().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleElement
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<String> getTYPE()
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 type property.
For example, to add a new item, do as follows:
getTYPE().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Nullable public String getLang()
Stringpublic void setLang(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setPobox(@Nullable List<SimpleElement> aList)
aList - The new list member to set. May be null.public void setExtadd(@Nullable List<SimpleElement> aList)
aList - The new list member to set. May be null.public void setStreet(@Nullable List<SimpleElement> aList)
aList - The new list member to set. May be null.public void setLocality(@Nullable List<SimpleElement> aList)
aList - The new list member to set. May be null.public void setRegion(@Nullable List<SimpleElement> aList)
aList - The new list member to set. May be null.public void setPcode(@Nullable List<SimpleElement> aList)
aList - The new list member to set. May be null.public void setCountry(@Nullable List<SimpleElement> aList)
aList - The new list member to set. May be null.public void setTYPE(@Nullable List<String> aList)
aList - The new list member to set. May be null.public boolean hasPoboxEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPoboxEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPoboxCount()
@Nullable public SimpleElement getPoboxAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPobox(@Nonnull SimpleElement elem)
elem - The element to be added. May not be null.public boolean hasExtaddEntries()
true if at least one item is contained, false otherwise.public boolean hasNoExtaddEntries()
true if no item is contained, false otherwise.@Nonnegative public int getExtaddCount()
@Nullable public SimpleElement getExtaddAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addExtadd(@Nonnull SimpleElement elem)
elem - The element to be added. May not be null.public boolean hasStreetEntries()
true if at least one item is contained, false otherwise.public boolean hasNoStreetEntries()
true if no item is contained, false otherwise.@Nonnegative public int getStreetCount()
@Nullable public SimpleElement getStreetAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addStreet(@Nonnull SimpleElement elem)
elem - The element to be added. May not be null.public boolean hasLocalityEntries()
true if at least one item is contained, false otherwise.public boolean hasNoLocalityEntries()
true if no item is contained, false otherwise.@Nonnegative public int getLocalityCount()
@Nullable public SimpleElement getLocalityAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addLocality(@Nonnull SimpleElement elem)
elem - The element to be added. May not be null.public boolean hasRegionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoRegionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getRegionCount()
@Nullable public SimpleElement getRegionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addRegion(@Nonnull SimpleElement elem)
elem - The element to be added. May not be null.public boolean hasPcodeEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPcodeEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPcodeCount()
@Nullable public SimpleElement getPcodeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPcode(@Nonnull SimpleElement elem)
elem - The element to be added. May not be null.public boolean hasCountryEntries()
true if at least one item is contained, false otherwise.public boolean hasNoCountryEntries()
true if no item is contained, false otherwise.@Nonnegative public int getCountryCount()
@Nullable public SimpleElement getCountryAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addCountry(@Nonnull SimpleElement elem)
elem - The element to be added. May not be null.public boolean hasTYPEEntries()
true if at least one item is contained, false otherwise.public boolean hasNoTYPEEntries()
true if no item is contained, false otherwise.@Nonnegative public int getTYPECount()
@Nullable public String getTYPEAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addTYPE(@Nonnull String elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull VCARDType.ADR ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public VCARDType.ADR clone()
Copyright © 2020 toop.eu. All rights reserved.