@CodingStyleguideUnaware public class TransportEquipmentSizeTypeCodeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for TransportEquipmentSizeTypeCodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransportEquipmentSizeTypeCodeType">
<simpleContent>
<extension base="<urn:un:unece:uncefact:data:standard:QualifiedDataType:100>TransportEquipmentSizeTypeCodeContentType">
<attribute name="listID" type="{http://www.w3.org/2001/XMLSchema}token" fixed="8155" />
<attribute name="listAgencyID" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}TransportEquipmentSizeTypeCodeListAgencyIDContentType" fixed="6" />
<attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
TransportEquipmentSizeTypeCodeType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TransportEquipmentSizeTypeCodeType(String valueParam)
Constructor for value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
TransportEquipmentSizeTypeCodeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TransportEquipmentSizeTypeCodeType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getListAgencyID()
Gets the value of the listAgencyID property.
|
String |
getListID()
Gets the value of the listID property.
|
String |
getListVersionID()
Gets the value of the listVersionID property.
|
String |
getName()
Gets the value of the name property.
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setListAgencyID(String value)
Sets the value of the listAgencyID property.
|
void |
setListID(String value)
Sets the value of the listID property.
|
void |
setListVersionID(String value)
Sets the value of the listVersionID property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TransportEquipmentSizeTypeCodeType()
@Nullable public String getValue()
Stringpublic void setValue(@Nullable String value)
value - allowed object is
String@Nullable public String getListID()
Stringpublic void setListID(@Nullable String value)
value - allowed object is
String@Nullable public String getListAgencyID()
Stringpublic void setListAgencyID(@Nullable String value)
value - allowed object is
String@Nullable public String getListVersionID()
Stringpublic void setListVersionID(@Nullable String value)
value - allowed object is
String@Nullable public String getName()
Stringpublic void setName(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull TransportEquipmentSizeTypeCodeType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public TransportEquipmentSizeTypeCodeType clone()
Copyright © 2016–2021 Philip Helger. All rights reserved.