@CodingStyleguideUnaware public static class VCARDType.N 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="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>
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 |
|---|
N()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addFamily(SimpleElement elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addGiven(SimpleElement elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addOther(SimpleElement elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPrefix(SimpleElement elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSuffix(SimpleElement elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
VCARDType.N |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(VCARDType.N 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> |
getFamily()
Gets the value of the family property.
|
SimpleElement |
getFamilyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getFamilyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<SimpleElement> |
getGiven()
Gets the value of the given property.
|
SimpleElement |
getGivenAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getGivenCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getLang()
Gets the value of the lang property.
|
List<SimpleElement> |
getOther()
Gets the value of the other property.
|
SimpleElement |
getOtherAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getOtherCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<SimpleElement> |
getPrefix()
Gets the value of the prefix property.
|
SimpleElement |
getPrefixAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPrefixCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<SimpleElement> |
getSuffix()
Gets the value of the suffix property.
|
SimpleElement |
getSuffixAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSuffixCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasFamilyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasGivenEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoFamilyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoGivenEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoOtherEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPrefixEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSuffixEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasOtherEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPrefixEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSuffixEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setFamily(List<SimpleElement> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setGiven(List<SimpleElement> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setOther(List<SimpleElement> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPrefix(List<SimpleElement> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSuffix(List<SimpleElement> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public N()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SimpleElement> getFamily()
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 family property.
For example, to add a new item, do as follows:
getFamily().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleElement
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SimpleElement> getGiven()
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 given property.
For example, to add a new item, do as follows:
getGiven().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleElement
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SimpleElement> getOther()
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 other property.
For example, to add a new item, do as follows:
getOther().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleElement
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SimpleElement> getPrefix()
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 prefix property.
For example, to add a new item, do as follows:
getPrefix().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleElement
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SimpleElement> getSuffix()
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 suffix property.
For example, to add a new item, do as follows:
getSuffix().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleElement
@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 setFamily(@Nullable List<SimpleElement> aList)
aList - The new list member to set. May be null.public void setGiven(@Nullable List<SimpleElement> aList)
aList - The new list member to set. May be null.public void setOther(@Nullable List<SimpleElement> aList)
aList - The new list member to set. May be null.public void setPrefix(@Nullable List<SimpleElement> aList)
aList - The new list member to set. May be null.public void setSuffix(@Nullable List<SimpleElement> aList)
aList - The new list member to set. May be null.public boolean hasFamilyEntries()
true if at least one item is contained, false otherwise.public boolean hasNoFamilyEntries()
true if no item is contained, false otherwise.@Nonnegative public int getFamilyCount()
@Nullable public SimpleElement getFamilyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addFamily(@Nonnull SimpleElement elem)
elem - The element to be added. May not be null.public boolean hasGivenEntries()
true if at least one item is contained, false otherwise.public boolean hasNoGivenEntries()
true if no item is contained, false otherwise.@Nonnegative public int getGivenCount()
@Nullable public SimpleElement getGivenAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addGiven(@Nonnull SimpleElement elem)
elem - The element to be added. May not be null.public boolean hasOtherEntries()
true if at least one item is contained, false otherwise.public boolean hasNoOtherEntries()
true if no item is contained, false otherwise.@Nonnegative public int getOtherCount()
@Nullable public SimpleElement getOtherAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addOther(@Nonnull SimpleElement elem)
elem - The element to be added. May not be null.public boolean hasPrefixEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPrefixEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPrefixCount()
@Nullable public SimpleElement getPrefixAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPrefix(@Nonnull SimpleElement elem)
elem - The element to be added. May not be null.public boolean hasSuffixEntries()
true if at least one item is contained, false otherwise.public boolean hasNoSuffixEntries()
true if no item is contained, false otherwise.@Nonnegative public int getSuffixCount()
@Nullable public SimpleElement getSuffixAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addSuffix(@Nonnull SimpleElement elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull VCARDType.N 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.N clone()
Copyright © 2020 toop.eu. All rights reserved.