@CodingStyleguideUnaware public class CrewPersonEffectType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
CrewPersonEffectType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEffectDescription(EffectDescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CrewPersonEffectType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CrewPersonEffectType 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
|
PersonType |
getCrewPerson()
Gets the value of the crewPerson property.
|
List<EffectDescriptionType> |
getEffectDescription()
Gets the value of the effectDescription property.
|
EffectDescriptionType |
getEffectDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getEffectDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
boolean |
hasEffectDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoEffectDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCrewPerson(PersonType value)
Sets the value of the crewPerson property.
|
void |
setEffectDescription(List<EffectDescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CrewPersonEffectType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<EffectDescriptionType> getEffectDescription()
EffectDescriptionType@Nullable public PersonType getCrewPerson()
PersonTypepublic void setCrewPerson(@Nullable PersonType value)
value - allowed object is
PersonTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setEffectDescription(@Nullable List<EffectDescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasEffectDescriptionEntries()
public boolean hasNoEffectDescriptionEntries()
@Nonnegative public int getEffectDescriptionCount()
@Nullable public EffectDescriptionType getEffectDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addEffectDescription(@Nonnull EffectDescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull CrewPersonEffectType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public CrewPersonEffectType clone()
Copyright © 2019–2021 Philip Helger. All rights reserved.