@CodingStyleguideUnaware public class RoleType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for RoleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}cagv_RoleElements"/>
</sequence>
<attGroup ref="{https://semic.org/sa/cv/common/cac-2.0.0#}ThingAttributes"/>
</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 |
|---|
RoleType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addHasContactPoint(ContactPointType 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
|
RoleType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RoleType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<ContactPointType> |
getHasContactPoint()
Gets the value of the hasContactPoint property.
|
ContactPointType |
getHasContactPointAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getHasContactPointCount()
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
|
TypeType |
getType()
Gets the value of the type property.
|
String |
getTypeValue()
Get the value of the contained TypeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getVersionIdAttr()
Gets the value of the versionIdAttr property.
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasHasContactPointEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoHasContactPointEntries()
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 |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setHasContactPoint(List<ContactPointType> 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
|
TypeType |
setType(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setType(TypeType value)
Sets the value of the type property.
|
void |
setVersionIdAttr(String value)
Sets the value of the versionIdAttr property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public RoleType()
@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
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
@Nullable public TypeType getType()
TypeTypepublic void setType(@Nullable TypeType value)
value - allowed object is
TypeType@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<ContactPointType> getHasContactPoint()
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 hasContactPoint property.
For example, to add a new item, do as follows:
getHasContactPoint().add(newItem);
Objects of the following type(s) are allowed in the list
ContactPointType
@Nullable public String getVersionIdAttr()
Stringpublic void setVersionIdAttr(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setName(@Nullable List<NameType> aList)
aList - The new list member to set. May be null.public void setDescription(@Nullable List<DescriptionType> 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 setHasContactPoint(@Nullable List<ContactPointType> aList)
aList - The new list member to set. May 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 hasDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType 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 hasHasContactPointEntries()
true if at least one item is contained, false otherwise.public boolean hasNoHasContactPointEntries()
true if no item is contained, false otherwise.@Nonnegative public int getHasContactPointCount()
@Nullable public ContactPointType getHasContactPointAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addHasContactPoint(@Nonnull ContactPointType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull RoleType 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 RoleType clone()
@Nonnull public TypeType setType(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2020 toop.eu. All rights reserved.