@CodingStyleguideUnaware public class AgentType extends FoafAgentType
Java class for AgentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AgentType">
<complexContent>
<extension base="{http://xmlns.com/foaf/0.1/}AgentType">
<sequence>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}id" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}name" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}alias" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}defaultContactPoint" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}roleOf" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}location" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{https://semic.org/sa/cv/common/cac-2.0.0#}ThingAttributes"/>
</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 |
|---|
AgentType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addId(IDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addLocation(LocationType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addName(NameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addRoleOf(IDReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
AgentType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AgentType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
NameType |
getAlias()
Gets the value of the alias property.
|
String |
getAliasValue()
Get the value of the contained NameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ContactPointType |
getDefaultContactPoint()
Gets the value of the defaultContactPoint property.
|
List<IDType> |
getId()
Gets the value of the id property.
|
IDType |
getIdAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getIdCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<LocationType> |
getLocation()
Gets the value of the location property.
|
LocationType |
getLocationAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getLocationCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<NameType> |
getName()
Gets the value of the name property.
|
NameType |
getNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<IDReferenceType> |
getRoleOf()
Gets the value of the roleOf property.
|
IDReferenceType |
getRoleOfAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRoleOfCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getVersionIdAttr()
Gets the value of the versionIdAttr property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasIdEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasLocationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIdEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoLocationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoRoleOfEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRoleOfEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAlias(NameType value)
Sets the value of the alias property.
|
NameType |
setAlias(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDefaultContactPoint(ContactPointType value)
Sets the value of the defaultContactPoint property.
|
void |
setId(List<IDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLocation(List<LocationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setName(List<NameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRoleOf(List<IDReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setVersionIdAttr(String value)
Sets the value of the versionIdAttr property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
cloneTopublic AgentType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDType> getId()
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 id property.
For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
IDType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NameType> getName()
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 name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
@Nullable public NameType getAlias()
NameTypepublic void setAlias(@Nullable NameType value)
value - allowed object is
NameType@Nullable public ContactPointType getDefaultContactPoint()
ContactPointTypepublic void setDefaultContactPoint(@Nullable ContactPointType value)
value - allowed object is
ContactPointType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDReferenceType> getRoleOf()
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 roleOf property.
For example, to add a new item, do as follows:
getRoleOf().add(newItem);
Objects of the following type(s) are allowed in the list
IDReferenceType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<LocationType> getLocation()
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 location property.
For example, to add a new item, do as follows:
getLocation().add(newItem);
Objects of the following type(s) are allowed in the list
LocationType
@Nullable public String getVersionIdAttr()
Stringpublic void setVersionIdAttr(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
equals in class FoafAgentTypepublic int hashCode()
hashCode in class FoafAgentTypepublic String toString()
toString in class FoafAgentTypepublic void setId(@Nullable List<IDType> aList)
aList - The new list member to set. May be null.public void setName(@Nullable List<NameType> aList)
aList - The new list member to set. May be null.public void setRoleOf(@Nullable List<IDReferenceType> aList)
aList - The new list member to set. May be null.public void setLocation(@Nullable List<LocationType> aList)
aList - The new list member to set. May be null.public boolean hasIdEntries()
true if at least one item is contained, false otherwise.public boolean hasNoIdEntries()
true if no item is contained, false otherwise.@Nonnegative public int getIdCount()
@Nullable public IDType getIdAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addId(@Nonnull IDType elem)
elem - The element to be added. May not be null.public boolean hasNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getNameCount()
@Nullable public NameType getNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addName(@Nonnull NameType elem)
elem - The element to be added. May not be null.public boolean hasRoleOfEntries()
true if at least one item is contained, false otherwise.public boolean hasNoRoleOfEntries()
true if no item is contained, false otherwise.@Nonnegative public int getRoleOfCount()
@Nullable public IDReferenceType getRoleOfAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addRoleOf(@Nonnull IDReferenceType elem)
elem - The element to be added. May not be null.public boolean hasLocationEntries()
true if at least one item is contained, false otherwise.public boolean hasNoLocationEntries()
true if no item is contained, false otherwise.@Nonnegative public int getLocationCount()
@Nullable public LocationType getLocationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addLocation(@Nonnull LocationType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull AgentType 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 AgentType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class FoafAgentTypenull.@Nonnull public NameType setAlias(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2020 toop.eu. All rights reserved.