@CodingStyleguideUnaware public static class VCARDType.LABEL 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>
<any processContents='lax' maxOccurs="0" 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 |
|---|
LABEL()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addContent(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTYPE(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
VCARDType.LABEL |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(VCARDType.LABEL ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<String> |
getContent()
Gets the value of the content property.
|
String |
getContentAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getContentCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getLang()
Gets the value of the lang property.
|
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 |
hasContentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoContentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTYPEEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTYPEEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setContent(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setTYPE(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public LABEL()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<String> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
String
@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 setContent(@Nullable List<String> 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 hasContentEntries()
true if at least one item is contained, false otherwise.public boolean hasNoContentEntries()
true if no item is contained, false otherwise.@Nonnegative public int getContentCount()
@Nullable public String getContentAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addContent(@Nonnull String 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.LABEL 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.LABEL clone()
Copyright © 2020 toop.eu. All rights reserved.