@CodingStyleguideUnaware public class OrganizationType extends FoafOrganizationType
Java class for OrganizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganizationType">
<complexContent>
<extension base="{http://xmlns.com/foaf/0.1/}OrganizationType">
<sequence>
<element ref="{http://www.w3.org/2004/02/skos/core#}prefLabel" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/2004/02/skos/core#}altLabel" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</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 |
|---|
OrganizationType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addAltLabel(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPrefLabel(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
OrganizationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(OrganizationType 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> |
getAltLabel()
Gets the value of the altLabel property.
|
String |
getAltLabelAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAltLabelCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<String> |
getPrefLabel()
Gets the value of the prefLabel property.
|
String |
getPrefLabelAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPrefLabelCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasAltLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAltLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPrefLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPrefLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAltLabel(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPrefLabel(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
cloneTopublic OrganizationType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<String> getPrefLabel()
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 prefLabel property.
For example, to add a new item, do as follows:
getPrefLabel().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<String> getAltLabel()
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 altLabel property.
For example, to add a new item, do as follows:
getAltLabel().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean equals(Object o)
equals in class FoafOrganizationTypepublic int hashCode()
hashCode in class FoafOrganizationTypepublic String toString()
toString in class FoafOrganizationTypepublic void setPrefLabel(@Nullable List<String> aList)
aList - The new list member to set. May be null.public void setAltLabel(@Nullable List<String> aList)
aList - The new list member to set. May be null.public boolean hasPrefLabelEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPrefLabelEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPrefLabelCount()
@Nullable public String getPrefLabelAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPrefLabel(@Nonnull String elem)
elem - The element to be added. May not be null.public boolean hasAltLabelEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAltLabelEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAltLabelCount()
@Nullable public String getAltLabelAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAltLabel(@Nonnull String elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull OrganizationType 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 OrganizationType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class FoafOrganizationTypenull.Copyright © 2020 toop.eu. All rights reserved.