@CodingStyleguideUnaware public static class VCARDType.ORG 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="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>
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 |
|---|
ORG()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addOrgname(SimpleElement elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addOrgunit(SimpleElement elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
VCARDType.ORG |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(VCARDType.ORG 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.
|
List<SimpleElement> |
getOrgname()
Gets the value of the orgname property.
|
SimpleElement |
getOrgnameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getOrgnameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<SimpleElement> |
getOrgunit()
Gets the value of the orgunit property.
|
SimpleElement |
getOrgunitAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getOrgunitCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoOrgnameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoOrgunitEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasOrgnameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasOrgunitEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setOrgname(List<SimpleElement> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setOrgunit(List<SimpleElement> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ORG()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SimpleElement> getOrgname()
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 orgname property.
For example, to add a new item, do as follows:
getOrgname().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleElement
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SimpleElement> getOrgunit()
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 orgunit property.
For example, to add a new item, do as follows:
getOrgunit().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 setOrgname(@Nullable List<SimpleElement> aList)
aList - The new list member to set. May be null.public void setOrgunit(@Nullable List<SimpleElement> aList)
aList - The new list member to set. May be null.public boolean hasOrgnameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoOrgnameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getOrgnameCount()
@Nullable public SimpleElement getOrgnameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addOrgname(@Nonnull SimpleElement elem)
elem - The element to be added. May not be null.public boolean hasOrgunitEntries()
true if at least one item is contained, false otherwise.public boolean hasNoOrgunitEntries()
true if no item is contained, false otherwise.@Nonnegative public int getOrgunitCount()
@Nullable public SimpleElement getOrgunitAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addOrgunit(@Nonnull SimpleElement elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull VCARDType.ORG 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.ORG clone()
Copyright © 2020 toop.eu. All rights reserved.