@CodingStyleguideUnaware public class VCARDType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for VCARDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VCARDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="VCARD">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any namespace='http://www.w3.org/2001/vcard-rdf/3.0#' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="FN" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement"/>
<element name="NICKNAME" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement"/>
<element name="BDAY" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement"/>
<element name="MAILER" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement"/>
<element name="GEO" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement"/>
<element name="TITLE" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement"/>
<element name="ROLE" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement"/>
<element name="CATEGORIES" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement"/>
<element name="NAME" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement"/>
<element name="SOURCE" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement"/>
<element name="NOTE" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement"/>
<element name="PRODID" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement"/>
<element name="REV" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement"/>
<element name="SORT-STRING" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement"/>
<element name="CLASS" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement"/>
<element name="TEL">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="TYPE" default="voice">
<simpleType>
<list>
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="home"/>
<enumeration value="msg"/>
<enumeration value="work"/>
<enumeration value="pref"/>
<enumeration value="voice"/>
<enumeration value="fax"/>
<enumeration value="cell"/>
<enumeration value="video"/>
<enumeration value="pager"/>
<enumeration value="bbs"/>
<enumeration value="modem"/>
<enumeration value="car"/>
<enumeration value="isdn"/>
<enumeration value="pcs"/>
</restriction>
</simpleType>
</list>
</simpleType>
</attribute>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="EMAIL">
<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>
</element>
<element name="ADR">
<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>
</element>
<element name="ORG">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Orgname" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement" maxOccurs="unbounded" minOccurs="0"/>
<element name="Orgunit" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="N">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Family" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement" maxOccurs="unbounded" minOccurs="0"/>
<element name="Given" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement" maxOccurs="unbounded" minOccurs="0"/>
<element name="Other" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement" maxOccurs="unbounded" minOccurs="0"/>
<element name="Prefix" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement" maxOccurs="unbounded" minOccurs="0"/>
<element name="Suffix" type="{http://www.w3.org/2001/vcard-rdf/3.0#}simpleElement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="LABEL">
<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>
</element>
<element name="TZ">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="TYPE">
<simpleType>
<list>
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="text"/>
</restriction>
</simpleType>
</list>
</simpleType>
</attribute>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="UID">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="TYPE" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="PHOTO" type="{http://www.w3.org/2001/vcard-rdf/3.0#}binaryElement"/>
<element name="LOGO" type="{http://www.w3.org/2001/vcard-rdf/3.0#}binaryElement"/>
<element name="SOUND" type="{http://www.w3.org/2001/vcard-rdf/3.0#}binaryElement"/>
<element name="KEY" type="{http://www.w3.org/2001/vcard-rdf/3.0#}binaryElement"/>
<element name="AGENT">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any namespace='http://www.w3.org/2001/vcard-rdf/3.0#' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="GROUP">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any namespace='http://www.w3.org/2001/vcard-rdf/3.0#' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="URL">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://www.w3.org/1999/xlink}simpleAttrs"/>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</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-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Modifier and Type | Class and Description |
|---|---|
static class |
VCARDType.ADR
Java class for anonymous complex type.
|
static class |
VCARDType.AGENT
Java class for anonymous complex type.
|
static class |
VCARDType.EMAIL
Java class for anonymous complex type.
|
static class |
VCARDType.GROUP
Java class for anonymous complex type.
|
static class |
VCARDType.LABEL
Java class for anonymous complex type.
|
static class |
VCARDType.N
Java class for anonymous complex type.
|
static class |
VCARDType.ORG
Java class for anonymous complex type.
|
static class |
VCARDType.TEL
Java class for anonymous complex type.
|
static class |
VCARDType.TZ
Java class for anonymous complex type.
|
static class |
VCARDType.UID
Java class for anonymous complex type.
|
static class |
VCARDType.URL
Java class for anonymous complex type.
|
static class |
VCARDType.VCARD
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
VCARDType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
VCARDType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(VCARDType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
VCARDType.ADR |
getADR()
Gets the value of the adr property.
|
VCARDType.AGENT |
getAGENT()
Gets the value of the agent property.
|
SimpleElement |
getBDAY()
Gets the value of the bday property.
|
String |
getBDAYValue()
Get the value of the contained SimpleElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SimpleElement |
getCATEGORIES()
Gets the value of the categories property.
|
String |
getCATEGORIESValue()
Get the value of the contained SimpleElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SimpleElement |
getCLASS()
Gets the value of the class property.
|
String |
getCLASSValue()
Get the value of the contained SimpleElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
VCARDType.EMAIL |
getEMAIL()
Gets the value of the email property.
|
String |
getEMAILValue()
Get the value of the contained EMAIL object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SimpleElement |
getFN()
Gets the value of the fn property.
|
String |
getFNValue()
Get the value of the contained SimpleElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SimpleElement |
getGEO()
Gets the value of the geo property.
|
String |
getGEOValue()
Get the value of the contained SimpleElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
VCARDType.GROUP |
getGROUP()
Gets the value of the group property.
|
BinaryElement |
getKEY()
Gets the value of the key property.
|
byte[] |
getKEYValue()
Get the value of the contained BinaryElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
VCARDType.LABEL |
getLABEL()
Gets the value of the label property.
|
BinaryElement |
getLOGO()
Gets the value of the logo property.
|
byte[] |
getLOGOValue()
Get the value of the contained BinaryElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SimpleElement |
getMAILER()
Gets the value of the mailer property.
|
String |
getMAILERValue()
Get the value of the contained SimpleElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
VCARDType.N |
getN()
Gets the value of the n property.
|
SimpleElement |
getNAME()
Gets the value of the name property.
|
String |
getNAMEValue()
Get the value of the contained SimpleElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SimpleElement |
getNICKNAME()
Gets the value of the nickname property.
|
String |
getNICKNAMEValue()
Get the value of the contained SimpleElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SimpleElement |
getNOTE()
Gets the value of the note property.
|
String |
getNOTEValue()
Get the value of the contained SimpleElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
VCARDType.ORG |
getORG()
Gets the value of the org property.
|
BinaryElement |
getPHOTO()
Gets the value of the photo property.
|
byte[] |
getPHOTOValue()
Get the value of the contained BinaryElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SimpleElement |
getPRODID()
Gets the value of the prodid property.
|
String |
getPRODIDValue()
Get the value of the contained SimpleElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SimpleElement |
getREV()
Gets the value of the rev property.
|
String |
getREVValue()
Get the value of the contained SimpleElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SimpleElement |
getROLE()
Gets the value of the role property.
|
String |
getROLEValue()
Get the value of the contained SimpleElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SimpleElement |
getSORTSTRING()
Gets the value of the sortstring property.
|
String |
getSORTSTRINGValue()
Get the value of the contained SimpleElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
BinaryElement |
getSOUND()
Gets the value of the sound property.
|
byte[] |
getSOUNDValue()
Get the value of the contained BinaryElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SimpleElement |
getSOURCE()
Gets the value of the source property.
|
String |
getSOURCEValue()
Get the value of the contained SimpleElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
VCARDType.TEL |
getTEL()
Gets the value of the tel property.
|
String |
getTELValue()
Get the value of the contained TEL object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SimpleElement |
getTITLE()
Gets the value of the title property.
|
String |
getTITLEValue()
Get the value of the contained SimpleElement object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
VCARDType.TZ |
getTZ()
Gets the value of the tz property.
|
String |
getTZValue()
Get the value of the contained TZ object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
VCARDType.UID |
getUID()
Gets the value of the uid property.
|
String |
getUIDValue()
Get the value of the contained UID object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
VCARDType.URL |
getURL()
Gets the value of the url property.
|
VCARDType.VCARD |
getVCARD()
Gets the value of the vcard property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setADR(VCARDType.ADR value)
Sets the value of the adr property.
|
void |
setAGENT(VCARDType.AGENT value)
Sets the value of the agent property.
|
void |
setBDAY(SimpleElement value)
Sets the value of the bday property.
|
SimpleElement |
setBDAY(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCATEGORIES(SimpleElement value)
Sets the value of the categories property.
|
SimpleElement |
setCATEGORIES(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCLASS(SimpleElement value)
Sets the value of the class property.
|
SimpleElement |
setCLASS(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
VCARDType.EMAIL |
setEMAIL(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setEMAIL(VCARDType.EMAIL value)
Sets the value of the email property.
|
void |
setFN(SimpleElement value)
Sets the value of the fn property.
|
SimpleElement |
setFN(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setGEO(SimpleElement value)
Sets the value of the geo property.
|
SimpleElement |
setGEO(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setGROUP(VCARDType.GROUP value)
Sets the value of the group property.
|
void |
setKEY(BinaryElement value)
Sets the value of the key property.
|
BinaryElement |
setKEY(byte[] valueParam)
Special setter with value of type byte[]
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLABEL(VCARDType.LABEL value)
Sets the value of the label property.
|
void |
setLOGO(BinaryElement value)
Sets the value of the logo property.
|
BinaryElement |
setLOGO(byte[] valueParam)
Special setter with value of type byte[]
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setMAILER(SimpleElement value)
Sets the value of the mailer property.
|
SimpleElement |
setMAILER(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setN(VCARDType.N value)
Sets the value of the n property.
|
void |
setNAME(SimpleElement value)
Sets the value of the name property.
|
SimpleElement |
setNAME(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setNICKNAME(SimpleElement value)
Sets the value of the nickname property.
|
SimpleElement |
setNICKNAME(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setNOTE(SimpleElement value)
Sets the value of the note property.
|
SimpleElement |
setNOTE(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setORG(VCARDType.ORG value)
Sets the value of the org property.
|
void |
setPHOTO(BinaryElement value)
Sets the value of the photo property.
|
BinaryElement |
setPHOTO(byte[] valueParam)
Special setter with value of type byte[]
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPRODID(SimpleElement value)
Sets the value of the prodid property.
|
SimpleElement |
setPRODID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setREV(SimpleElement value)
Sets the value of the rev property.
|
SimpleElement |
setREV(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setROLE(SimpleElement value)
Sets the value of the role property.
|
SimpleElement |
setROLE(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSORTSTRING(SimpleElement value)
Sets the value of the sortstring property.
|
SimpleElement |
setSORTSTRING(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSOUND(BinaryElement value)
Sets the value of the sound property.
|
BinaryElement |
setSOUND(byte[] valueParam)
Special setter with value of type byte[]
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSOURCE(SimpleElement value)
Sets the value of the source property.
|
SimpleElement |
setSOURCE(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
VCARDType.TEL |
setTEL(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTEL(VCARDType.TEL value)
Sets the value of the tel property.
|
void |
setTITLE(SimpleElement value)
Sets the value of the title property.
|
SimpleElement |
setTITLE(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
VCARDType.TZ |
setTZ(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTZ(VCARDType.TZ value)
Sets the value of the tz property.
|
VCARDType.UID |
setUID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setUID(VCARDType.UID value)
Sets the value of the uid property.
|
void |
setURL(VCARDType.URL value)
Sets the value of the url property.
|
void |
setVCARD(VCARDType.VCARD value)
Sets the value of the vcard property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public VCARDType()
@Nullable public VCARDType.VCARD getVCARD()
VCARDType.VCARDpublic void setVCARD(@Nullable VCARDType.VCARD value)
value - allowed object is
VCARDType.VCARD@Nullable public SimpleElement getFN()
SimpleElementpublic void setFN(@Nullable SimpleElement value)
value - allowed object is
SimpleElement@Nullable public SimpleElement getNICKNAME()
SimpleElementpublic void setNICKNAME(@Nullable SimpleElement value)
value - allowed object is
SimpleElement@Nullable public SimpleElement getBDAY()
SimpleElementpublic void setBDAY(@Nullable SimpleElement value)
value - allowed object is
SimpleElement@Nullable public SimpleElement getMAILER()
SimpleElementpublic void setMAILER(@Nullable SimpleElement value)
value - allowed object is
SimpleElement@Nullable public SimpleElement getGEO()
SimpleElementpublic void setGEO(@Nullable SimpleElement value)
value - allowed object is
SimpleElement@Nullable public SimpleElement getTITLE()
SimpleElementpublic void setTITLE(@Nullable SimpleElement value)
value - allowed object is
SimpleElement@Nullable public SimpleElement getROLE()
SimpleElementpublic void setROLE(@Nullable SimpleElement value)
value - allowed object is
SimpleElement@Nullable public SimpleElement getCATEGORIES()
SimpleElementpublic void setCATEGORIES(@Nullable SimpleElement value)
value - allowed object is
SimpleElement@Nullable public SimpleElement getNAME()
SimpleElementpublic void setNAME(@Nullable SimpleElement value)
value - allowed object is
SimpleElement@Nullable public SimpleElement getSOURCE()
SimpleElementpublic void setSOURCE(@Nullable SimpleElement value)
value - allowed object is
SimpleElement@Nullable public SimpleElement getNOTE()
SimpleElementpublic void setNOTE(@Nullable SimpleElement value)
value - allowed object is
SimpleElement@Nullable public SimpleElement getPRODID()
SimpleElementpublic void setPRODID(@Nullable SimpleElement value)
value - allowed object is
SimpleElement@Nullable public SimpleElement getREV()
SimpleElementpublic void setREV(@Nullable SimpleElement value)
value - allowed object is
SimpleElement@Nullable public SimpleElement getSORTSTRING()
SimpleElementpublic void setSORTSTRING(@Nullable SimpleElement value)
value - allowed object is
SimpleElement@Nullable public SimpleElement getCLASS()
SimpleElementpublic void setCLASS(@Nullable SimpleElement value)
value - allowed object is
SimpleElement@Nullable public VCARDType.TEL getTEL()
VCARDType.TELpublic void setTEL(@Nullable VCARDType.TEL value)
value - allowed object is
VCARDType.TEL@Nullable public VCARDType.EMAIL getEMAIL()
VCARDType.EMAILpublic void setEMAIL(@Nullable VCARDType.EMAIL value)
value - allowed object is
VCARDType.EMAIL@Nullable public VCARDType.ADR getADR()
VCARDType.ADRpublic void setADR(@Nullable VCARDType.ADR value)
value - allowed object is
VCARDType.ADR@Nullable public VCARDType.ORG getORG()
VCARDType.ORGpublic void setORG(@Nullable VCARDType.ORG value)
value - allowed object is
VCARDType.ORG@Nullable public VCARDType.N getN()
VCARDType.Npublic void setN(@Nullable VCARDType.N value)
value - allowed object is
VCARDType.N@Nullable public VCARDType.LABEL getLABEL()
VCARDType.LABELpublic void setLABEL(@Nullable VCARDType.LABEL value)
value - allowed object is
VCARDType.LABEL@Nullable public VCARDType.TZ getTZ()
VCARDType.TZpublic void setTZ(@Nullable VCARDType.TZ value)
value - allowed object is
VCARDType.TZ@Nullable public VCARDType.UID getUID()
VCARDType.UIDpublic void setUID(@Nullable VCARDType.UID value)
value - allowed object is
VCARDType.UID@Nullable public BinaryElement getPHOTO()
BinaryElementpublic void setPHOTO(@Nullable BinaryElement value)
value - allowed object is
BinaryElement@Nullable public BinaryElement getLOGO()
BinaryElementpublic void setLOGO(@Nullable BinaryElement value)
value - allowed object is
BinaryElement@Nullable public BinaryElement getSOUND()
BinaryElementpublic void setSOUND(@Nullable BinaryElement value)
value - allowed object is
BinaryElement@Nullable public BinaryElement getKEY()
BinaryElementpublic void setKEY(@Nullable BinaryElement value)
value - allowed object is
BinaryElement@Nullable public VCARDType.AGENT getAGENT()
VCARDType.AGENTpublic void setAGENT(@Nullable VCARDType.AGENT value)
value - allowed object is
VCARDType.AGENT@Nullable public VCARDType.GROUP getGROUP()
VCARDType.GROUPpublic void setGROUP(@Nullable VCARDType.GROUP value)
value - allowed object is
VCARDType.GROUP@Nullable public VCARDType.URL getURL()
VCARDType.URLpublic void setURL(@Nullable VCARDType.URL value)
value - allowed object is
VCARDType.URLpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull VCARDType 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 clone()
@Nonnull public SimpleElement setFN(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SimpleElement setNICKNAME(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SimpleElement setBDAY(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SimpleElement setMAILER(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SimpleElement setGEO(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SimpleElement setTITLE(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SimpleElement setROLE(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SimpleElement setCATEGORIES(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SimpleElement setNAME(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SimpleElement setSOURCE(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SimpleElement setNOTE(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SimpleElement setPRODID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SimpleElement setREV(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SimpleElement setSORTSTRING(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SimpleElement setCLASS(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public BinaryElement setPHOTO(@Nullable byte[] valueParam)
valueParam - The value to be set. May be null.null@Nonnull public BinaryElement setLOGO(@Nullable byte[] valueParam)
valueParam - The value to be set. May be null.null@Nonnull public BinaryElement setSOUND(@Nullable byte[] valueParam)
valueParam - The value to be set. May be null.null@Nonnull public BinaryElement setKEY(@Nullable byte[] valueParam)
valueParam - The value to be set. May be null.null@Nonnull public VCARDType.TEL setTEL(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public VCARDType.EMAIL setEMAIL(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public VCARDType.TZ setTZ(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public VCARDType.UID setUID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getFNValue()
null@Nullable public String getNICKNAMEValue()
null@Nullable public String getBDAYValue()
null@Nullable public String getMAILERValue()
null@Nullable public String getGEOValue()
null@Nullable public String getTITLEValue()
null@Nullable public String getROLEValue()
null@Nullable public String getCATEGORIESValue()
null@Nullable public String getNAMEValue()
null@Nullable public String getSOURCEValue()
null@Nullable public String getNOTEValue()
null@Nullable public String getPRODIDValue()
null@Nullable public String getREVValue()
null@Nullable public String getSORTSTRINGValue()
null@Nullable public String getCLASSValue()
null@Nullable public String getTELValue()
null@Nullable public String getEMAILValue()
null@Nullable public String getTZValue()
null@Nullable public String getUIDValue()
null@Nullable public byte[] getPHOTOValue()
null@Nullable public byte[] getLOGOValue()
null@Nullable public byte[] getSOUNDValue()
null@Nullable public byte[] getKEYValue()
nullCopyright © 2020 toop.eu. All rights reserved.