@CodingStyleguideUnaware public static class VCARDType.EMAIL 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>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="TYPE" default="internet">
<simpleType>
<list>
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="internet"/>
<enumeration value="x400"/>
<enumeration value="pref"/>
</restriction>
</simpleType>
</list>
</simpleType>
</attribute>
<attribute name="OTHERTYPE" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</extension>
</simpleContent>
</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 |
|---|
EMAIL()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
EMAIL(String valueParam)
Constructor for value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addTYPE(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
VCARDType.EMAIL |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(VCARDType.EMAIL ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getLang()
Gets the value of the lang property.
|
String |
getOTHERTYPE()
Gets the value of the othertype 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
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoTYPEEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTYPEEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setOTHERTYPE(String value)
Sets the value of the othertype property.
|
void |
setTYPE(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EMAIL()
@Nullable public String getValue()
Stringpublic void setValue(@Nullable String value)
value - allowed object is
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 getOTHERTYPE()
Stringpublic void setOTHERTYPE(@Nullable String value)
value - allowed object is
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 setTYPE(@Nullable List<String> aList)
aList - The new list member to set. May 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.EMAIL 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.EMAIL clone()
Copyright © 2020 toop.eu. All rights reserved.