@CodingStyleguideUnaware public class EconomicOperatorRoleType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EconomicOperatorRoleType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRoleDescription(RoleDescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
EconomicOperatorRoleType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EconomicOperatorRoleType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
RoleCodeType |
getRoleCode()
<pre>
<?
|
String |
getRoleCodeValue()
Get the value of the contained RoleCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<RoleDescriptionType> |
getRoleDescription()
<pre>
<?
|
RoleDescriptionType |
getRoleDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRoleDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoRoleDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRoleDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRoleCode(RoleCodeType value)
Sets the value of the roleCode property.
|
RoleCodeType |
setRoleCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setRoleDescription(List<RoleDescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EconomicOperatorRoleType()
@Nullable public RoleCodeType getRoleCode()
RoleCodeTypepublic void setRoleCode(@Nullable RoleCodeType value)
value - allowed object is
RoleCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<RoleDescriptionType> getRoleDescription()
RoleDescriptionTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setRoleDescription(@Nullable List<RoleDescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasRoleDescriptionEntries()
public boolean hasNoRoleDescriptionEntries()
@Nonnegative public int getRoleDescriptionCount()
@Nullable public RoleDescriptionType getRoleDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addRoleDescription(@Nonnull RoleDescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull EconomicOperatorRoleType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EconomicOperatorRoleType clone()
@Nonnull public RoleCodeType setRoleCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.Copyright © 2017–2021 Philip Helger. All rights reserved.