@CodingStyleguideUnaware public class TransportEquipmentSealType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
TransportEquipmentSealType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
TransportEquipmentSealType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TransportEquipmentSealType 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
|
ConditionType |
getCondition()
<pre>
<?
|
String |
getConditionValue()
Get the value of the contained ConditionType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SealingPartyTypeType |
getSealingPartyType()
<pre>
<?
|
String |
getSealingPartyTypeValue()
Get the value of the contained SealingPartyTypeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SealIssuerTypeCodeType |
getSealIssuerTypeCode()
<pre>
<?
|
String |
getSealIssuerTypeCodeValue()
Get the value of the contained SealIssuerTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SealStatusCodeType |
getSealStatusCode()
<pre>
<?
|
String |
getSealStatusCodeValue()
Get the value of the contained SealStatusCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setCondition(ConditionType value)
Sets the value of the condition property.
|
ConditionType |
setCondition(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSealingPartyType(SealingPartyTypeType value)
Sets the value of the sealingPartyType property.
|
SealingPartyTypeType |
setSealingPartyType(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSealIssuerTypeCode(SealIssuerTypeCodeType value)
Sets the value of the sealIssuerTypeCode property.
|
SealIssuerTypeCodeType |
setSealIssuerTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSealStatusCode(SealStatusCodeType value)
Sets the value of the sealStatusCode property.
|
SealStatusCodeType |
setSealStatusCode(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 TransportEquipmentSealType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public SealIssuerTypeCodeType getSealIssuerTypeCode()
SealIssuerTypeCodeTypepublic void setSealIssuerTypeCode(@Nullable SealIssuerTypeCodeType value)
value - allowed object is
SealIssuerTypeCodeType@Nullable public ConditionType getCondition()
ConditionTypepublic void setCondition(@Nullable ConditionType value)
value - allowed object is
ConditionType@Nullable public SealStatusCodeType getSealStatusCode()
SealStatusCodeTypepublic void setSealStatusCode(@Nullable SealStatusCodeType value)
value - allowed object is
SealStatusCodeType@Nullable public SealingPartyTypeType getSealingPartyType()
SealingPartyTypeTypepublic void setSealingPartyType(@Nullable SealingPartyTypeType value)
value - allowed object is
SealingPartyTypeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull TransportEquipmentSealType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public TransportEquipmentSealType clone()
@Nonnull public SealIssuerTypeCodeType setSealIssuerTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SealStatusCodeType setSealStatusCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ConditionType setCondition(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SealingPartyTypeType setSealingPartyType(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getSealIssuerTypeCodeValue()
@Nullable public String getConditionValue()
@Nullable public String getSealStatusCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.