@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 |
|---|---|
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
|
ActivityTypeType |
getActivityType()
<pre>
<?
|
ActivityTypeCodeType |
getActivityTypeCode()
<pre>
<?
|
String |
getActivityTypeCodeValue()
Get the value of the contained ActivityTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
getActivityTypeValue()
Get the value of the contained ActivityTypeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setActivityType(ActivityTypeType value)
Sets the value of the activityType property.
|
ActivityTypeType |
setActivityType(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ContractingActivityType()
@Nullable public ActivityTypeCodeType getActivityTypeCode()
ActivityTypeCodeTypepublic void setActivityTypeCode(@Nullable ActivityTypeCodeType value)
value - allowed object is
ActivityTypeCodeType@Nullable public ActivityTypeType getActivityType()
ActivityTypeTypepublic void setActivityType(@Nullable ActivityTypeType value)
value - allowed object is
ActivityTypeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
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>.@Nonnull public ActivityTypeType setActivityType(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getActivityTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.