@CodingStyleguideUnaware public class TransportEquipmentSealType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Equipment Seal. Details</ccts:DictionaryEntryName><ccts:Definition>A class to describe a device (a transport equipment seal) for securing the doors of a shipping container.</ccts:Definition><ccts:ObjectClass>Transport Equipment Seal</ccts:ObjectClass><ccts:AlternativeBusinessTerms>Container Seal</ccts:AlternativeBusinessTerms></ccts:Component>
Java class for TransportEquipmentSealType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransportEquipmentSealType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SealIssuerTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Condition" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SealStatusCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SealingPartyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</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 |
|---|
TransportEquipmentSealType()
Default constructor
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
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
ConditionType |
getCondition()
<?
|
String |
getConditionValue()
Get the value of the contained ConditionType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getID()
<?
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SealingPartyTypeType |
getSealingPartyType()
<?
|
String |
getSealingPartyTypeValue()
Get the value of the contained SealingPartyTypeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SealIssuerTypeCodeType |
getSealIssuerTypeCode()
<?
|
String |
getSealIssuerTypeCodeValue()
Get the value of the contained SealIssuerTypeCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SealStatusCodeType |
getSealStatusCode()
<?
|
String |
getSealStatusCodeValue()
Get the value of the contained SealStatusCodeType object
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
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
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
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
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
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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Equipment Seal. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for this transport equipment seal.</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Transport Equipment Seal</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:Examples>ACS1234 </ccts:Examples></ccts:Component>
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public SealIssuerTypeCodeType getSealIssuerTypeCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Equipment Seal. Seal Issuer Type Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the type of party that issues and is responsible for this transport equipment seal.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Transport Equipment Seal</ccts:ObjectClass><ccts:PropertyTerm>Seal Issuer Type Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
SealIssuerTypeCodeTypepublic void setSealIssuerTypeCode(@Nullable SealIssuerTypeCodeType value)
value - allowed object is
SealIssuerTypeCodeType@Nullable public ConditionType getCondition()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Equipment Seal. Condition. Text</ccts:DictionaryEntryName><ccts:Definition>The condition of this transport equipment seal.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Transport Equipment Seal</ccts:ObjectClass><ccts:PropertyTerm>Condition</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>
ConditionTypepublic void setCondition(@Nullable ConditionType value)
value - allowed object is
ConditionType@Nullable public SealStatusCodeType getSealStatusCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Equipment Seal. Seal Status Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the condition of this transport equipment seal.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Transport Equipment Seal</ccts:ObjectClass><ccts:PropertyTerm>Seal Status Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
SealStatusCodeTypepublic void setSealStatusCode(@Nullable SealStatusCodeType value)
value - allowed object is
SealStatusCodeType@Nullable public SealingPartyTypeType getSealingPartyType()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Equipment Seal. Sealing Party Type. Text</ccts:DictionaryEntryName><ccts:Definition>The role of the sealing party.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Transport Equipment Seal</ccts:ObjectClass><ccts:PropertyTerm>Sealing Party Type</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType><ccts:AlternativeBusinessTerms>Sealing Party</ccts:AlternativeBusinessTerms></ccts:Component>
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)
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 TransportEquipmentSealType clone()
@Nonnull public SealIssuerTypeCodeType setSealIssuerTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SealStatusCodeType setSealStatusCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ConditionType setCondition(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SealingPartyTypeType setSealingPartyType(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public String getSealIssuerTypeCodeValue()
null@Nullable public String getConditionValue()
null@Nullable public String getSealStatusCodeValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.