@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"/>
<element ref="{http://www.w3.org/ns/org#}classification" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/org#}purpose" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/org#}hasUnit" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/org#}hasSubOrganization" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/org#}linkedTo" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/org#}subOrganizationOf" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/org#}transitiveSubOrganizationOf" 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 |
addClassification(ConceptType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addHasSubOrganization(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addHasUnit(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addLinkedTo(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPrefLabel(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPurpose(Object elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSubOrganizationOf(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTransitiveSubOrganizationOf(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<ConceptType> |
getClassification()
Gets the value of the classification property.
|
ConceptType |
getClassificationAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getClassificationCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<String> |
getHasSubOrganization()
Gets the value of the hasSubOrganization property.
|
String |
getHasSubOrganizationAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getHasSubOrganizationCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<String> |
getHasUnit()
Gets the value of the hasUnit property.
|
String |
getHasUnitAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getHasUnitCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<String> |
getLinkedTo()
Gets the value of the linkedTo property.
|
String |
getLinkedToAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getLinkedToCount()
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
|
List<Object> |
getPurpose()
Gets the value of the purpose property.
|
Object |
getPurposeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPurposeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<String> |
getSubOrganizationOf()
Gets the value of the subOrganizationOf property.
|
String |
getSubOrganizationOfAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSubOrganizationOfCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<String> |
getTransitiveSubOrganizationOf()
Gets the value of the transitiveSubOrganizationOf property.
|
String |
getTransitiveSubOrganizationOfAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTransitiveSubOrganizationOfCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasAltLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasClassificationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasHasSubOrganizationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasHasUnitEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasLinkedToEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoAltLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoClassificationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoHasSubOrganizationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoHasUnitEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoLinkedToEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPrefLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPurposeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSubOrganizationOfEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTransitiveSubOrganizationOfEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPrefLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPurposeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSubOrganizationOfEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTransitiveSubOrganizationOfEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAltLabel(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setClassification(List<ConceptType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setHasSubOrganization(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setHasUnit(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLinkedTo(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPrefLabel(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPurpose(List<Object> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSubOrganizationOf(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTransitiveSubOrganizationOf(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
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ConceptType> getClassification()
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 classification property.
For example, to add a new item, do as follows:
getClassification().add(newItem);
Objects of the following type(s) are allowed in the list
ConceptType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<Object> getPurpose()
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 purpose property.
For example, to add a new item, do as follows:
getPurpose().add(newItem);
Objects of the following type(s) are allowed in the list
Object
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<String> getHasUnit()
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 hasUnit property.
For example, to add a new item, do as follows:
getHasUnit().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<String> getHasSubOrganization()
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 hasSubOrganization property.
For example, to add a new item, do as follows:
getHasSubOrganization().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<String> getLinkedTo()
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 linkedTo property.
For example, to add a new item, do as follows:
getLinkedTo().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<String> getSubOrganizationOf()
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 subOrganizationOf property.
For example, to add a new item, do as follows:
getSubOrganizationOf().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<String> getTransitiveSubOrganizationOf()
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 transitiveSubOrganizationOf property.
For example, to add a new item, do as follows:
getTransitiveSubOrganizationOf().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 void setClassification(@Nullable List<ConceptType> aList)
aList - The new list member to set. May be null.public void setPurpose(@Nullable List<Object> aList)
aList - The new list member to set. May be null.public void setHasUnit(@Nullable List<String> aList)
aList - The new list member to set. May be null.public void setHasSubOrganization(@Nullable List<String> aList)
aList - The new list member to set. May be null.public void setLinkedTo(@Nullable List<String> aList)
aList - The new list member to set. May be null.public void setSubOrganizationOf(@Nullable List<String> aList)
aList - The new list member to set. May be null.public void setTransitiveSubOrganizationOf(@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 boolean hasClassificationEntries()
true if at least one item is contained, false otherwise.public boolean hasNoClassificationEntries()
true if no item is contained, false otherwise.@Nonnegative public int getClassificationCount()
@Nullable public ConceptType getClassificationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addClassification(@Nonnull ConceptType elem)
elem - The element to be added. May not be null.public boolean hasPurposeEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPurposeEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPurposeCount()
@Nullable public Object getPurposeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPurpose(@Nonnull Object elem)
elem - The element to be added. May not be null.public boolean hasHasUnitEntries()
true if at least one item is contained, false otherwise.public boolean hasNoHasUnitEntries()
true if no item is contained, false otherwise.@Nonnegative public int getHasUnitCount()
@Nullable public String getHasUnitAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addHasUnit(@Nonnull String elem)
elem - The element to be added. May not be null.public boolean hasHasSubOrganizationEntries()
true if at least one item is contained, false otherwise.public boolean hasNoHasSubOrganizationEntries()
true if no item is contained, false otherwise.@Nonnegative public int getHasSubOrganizationCount()
@Nullable public String getHasSubOrganizationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addHasSubOrganization(@Nonnull String elem)
elem - The element to be added. May not be null.public boolean hasLinkedToEntries()
true if at least one item is contained, false otherwise.public boolean hasNoLinkedToEntries()
true if no item is contained, false otherwise.@Nonnegative public int getLinkedToCount()
@Nullable public String getLinkedToAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addLinkedTo(@Nonnull String elem)
elem - The element to be added. May not be null.public boolean hasSubOrganizationOfEntries()
true if at least one item is contained, false otherwise.public boolean hasNoSubOrganizationOfEntries()
true if no item is contained, false otherwise.@Nonnegative public int getSubOrganizationOfCount()
@Nullable public String getSubOrganizationOfAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addSubOrganizationOf(@Nonnull String elem)
elem - The element to be added. May not be null.public boolean hasTransitiveSubOrganizationOfEntries()
true if at least one item is contained, false otherwise.public boolean hasNoTransitiveSubOrganizationOfEntries()
true if no item is contained, false otherwise.@Nonnegative public int getTransitiveSubOrganizationOfCount()
@Nullable public String getTransitiveSubOrganizationOfAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addTransitiveSubOrganizationOf(@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–2021 toop.eu. All rights reserved.