@CodingStyleguideUnaware public class ContractingActivityType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ContractingActivityType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addActivityType(ActivityTypeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ContractingActivityType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ContractingActivityType 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
|
List<ActivityTypeType> |
getActivityType()
Gets the value of the activityType property.
|
ActivityTypeType |
getActivityTypeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ActivityTypeCodeType |
getActivityTypeCode()
Gets the value of the activityTypeCode property.
|
String |
getActivityTypeCodeValue()
Get the value of the contained ActivityTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
getActivityTypeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
boolean |
hasActivityTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoActivityTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setActivityType(List<ActivityTypeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setActivityTypeCode(ActivityTypeCodeType value)
Sets the value of the activityTypeCode property.
|
ActivityTypeCodeType |
setActivityTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ContractingActivityType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public ActivityTypeCodeType getActivityTypeCode()
ActivityTypeCodeTypepublic void setActivityTypeCode(@Nullable ActivityTypeCodeType value)
value - allowed object is
ActivityTypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ActivityTypeType> getActivityType()
ActivityTypeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setActivityType(@Nullable List<ActivityTypeType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasActivityTypeEntries()
public boolean hasNoActivityTypeEntries()
@Nonnegative public int getActivityTypeCount()
@Nullable public ActivityTypeType getActivityTypeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addActivityType(@Nonnull ActivityTypeType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ContractingActivityType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ContractingActivityType clone()
@Nonnull public ActivityTypeCodeType setActivityTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.Copyright © 2019–2021 Philip Helger. All rights reserved.