@CodingStyleguideUnaware public class HazardousGoodsTransitType 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>Hazardous Goods Transit. Details</ccts:DictionaryEntryName><ccts:Definition>A class to describe hazardous goods in transit.</ccts:Definition><ccts:ObjectClass>Hazardous Goods Transit</ccts:ObjectClass></ccts:Component>
Java class for HazardousGoodsTransitType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HazardousGoodsTransitType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TransportEmergencyCardCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PackingCriteriaCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}HazardousRegulationCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}InhalationToxicityZoneCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TransportAuthorizationCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MaximumTemperature" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MinimumTemperature" 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 |
|---|
HazardousGoodsTransitType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
HazardousGoodsTransitType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(HazardousGoodsTransitType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
HazardousRegulationCodeType |
getHazardousRegulationCode()
<?
|
String |
getHazardousRegulationCodeValue()
Get the value of the contained HazardousRegulationCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
InhalationToxicityZoneCodeType |
getInhalationToxicityZoneCode()
<?
|
String |
getInhalationToxicityZoneCodeValue()
Get the value of the contained InhalationToxicityZoneCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TemperatureType |
getMaximumTemperature()
<?
|
TemperatureType |
getMinimumTemperature()
<?
|
PackingCriteriaCodeType |
getPackingCriteriaCode()
<?
|
String |
getPackingCriteriaCodeValue()
Get the value of the contained PackingCriteriaCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TransportAuthorizationCodeType |
getTransportAuthorizationCode()
<?
|
String |
getTransportAuthorizationCodeValue()
Get the value of the contained TransportAuthorizationCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TransportEmergencyCardCodeType |
getTransportEmergencyCardCode()
<?
|
String |
getTransportEmergencyCardCodeValue()
Get the value of the contained TransportEmergencyCardCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setHazardousRegulationCode(HazardousRegulationCodeType value)
Sets the value of the hazardousRegulationCode property.
|
HazardousRegulationCodeType |
setHazardousRegulationCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setInhalationToxicityZoneCode(InhalationToxicityZoneCodeType value)
Sets the value of the inhalationToxicityZoneCode property.
|
InhalationToxicityZoneCodeType |
setInhalationToxicityZoneCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setMaximumTemperature(TemperatureType value)
Sets the value of the maximumTemperature property.
|
void |
setMinimumTemperature(TemperatureType value)
Sets the value of the minimumTemperature property.
|
void |
setPackingCriteriaCode(PackingCriteriaCodeType value)
Sets the value of the packingCriteriaCode property.
|
PackingCriteriaCodeType |
setPackingCriteriaCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TransportAuthorizationCodeType |
setTransportAuthorizationCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTransportAuthorizationCode(TransportAuthorizationCodeType value)
Sets the value of the transportAuthorizationCode property.
|
TransportEmergencyCardCodeType |
setTransportEmergencyCardCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTransportEmergencyCardCode(TransportEmergencyCardCodeType value)
Sets the value of the transportEmergencyCardCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public HazardousGoodsTransitType()
@Nullable public TransportEmergencyCardCodeType getTransportEmergencyCardCode()
<?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>Hazardous Goods Transit. Transport Emergency Card Code. Code</ccts:DictionaryEntryName><ccts:Definition>An identifier for a transport emergency card describing the actions to be taken in an emergency in transporting the hazardous goods. It may be the identity number of a hazardous emergency response plan assigned by the appropriate authority.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Goods Transit</ccts:ObjectClass><ccts:PropertyTerm>Transport Emergency Card Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:AlternativeBusinessTerms>TREM card</ccts:AlternativeBusinessTerms></ccts:Component>
TransportEmergencyCardCodeTypepublic void setTransportEmergencyCardCode(@Nullable TransportEmergencyCardCodeType value)
value - allowed object is
TransportEmergencyCardCodeType@Nullable public PackingCriteriaCodeType getPackingCriteriaCode()
<?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>Hazardous Goods Transit. Packing Criteria Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the packaging requirement for transportation of the hazardous goods as assigned by IATA, IMDB, ADR, RID etc.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Goods Transit</ccts:ObjectClass><ccts:PropertyTerm>Packing Criteria Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:AlternativeBusinessTerms>Packing Group</ccts:AlternativeBusinessTerms></ccts:Component>
PackingCriteriaCodeTypepublic void setPackingCriteriaCode(@Nullable PackingCriteriaCodeType value)
value - allowed object is
PackingCriteriaCodeType@Nullable public HazardousRegulationCodeType getHazardousRegulationCode()
<?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>Hazardous Goods Transit. Hazardous Regulation Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the set of legal regulations governing the transportation of the hazardous goods.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Goods Transit</ccts:ObjectClass><ccts:PropertyTerm>Hazardous Regulation Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
HazardousRegulationCodeTypepublic void setHazardousRegulationCode(@Nullable HazardousRegulationCodeType value)
value - allowed object is
HazardousRegulationCodeType@Nullable public InhalationToxicityZoneCodeType getInhalationToxicityZoneCode()
<?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>Hazardous Goods Transit. Inhalation Toxicity Zone Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the Inhalation Toxicity Hazard Zone for the hazardous goods, as defined by the US Department of Transportation.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Goods Transit</ccts:ObjectClass><ccts:PropertyTerm>Inhalation Toxicity Zone Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
InhalationToxicityZoneCodeTypepublic void setInhalationToxicityZoneCode(@Nullable InhalationToxicityZoneCodeType value)
value - allowed object is
InhalationToxicityZoneCodeType@Nullable public TransportAuthorizationCodeType getTransportAuthorizationCode()
<?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>Hazardous Goods Transit. Transport Authorization Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying authorization for the transportation of hazardous cargo.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Goods Transit</ccts:ObjectClass><ccts:PropertyTerm>Transport Authorization Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:AlternativeBusinessTerms>Permission for Transport</ccts:AlternativeBusinessTerms></ccts:Component>
TransportAuthorizationCodeTypepublic void setTransportAuthorizationCode(@Nullable TransportAuthorizationCodeType value)
value - allowed object is
TransportAuthorizationCodeType@Nullable public TemperatureType getMaximumTemperature()
<?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>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Hazardous Goods Transit. Maximum_ Temperature. Temperature</ccts:DictionaryEntryName><ccts:Definition>The maximum temperature at which the hazardous goods can safely be transported.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Goods Transit</ccts:ObjectClass><ccts:PropertyTermQualifier>Maximum</ccts:PropertyTermQualifier><ccts:PropertyTerm>Temperature</ccts:PropertyTerm><ccts:AssociatedObjectClass>Temperature</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Temperature</ccts:RepresentationTerm></ccts:Component>
TemperatureTypepublic void setMaximumTemperature(@Nullable TemperatureType value)
value - allowed object is
TemperatureType@Nullable public TemperatureType getMinimumTemperature()
<?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>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Hazardous Goods Transit. Minimum_ Temperature. Temperature</ccts:DictionaryEntryName><ccts:Definition>The minimum temperature at which the hazardous goods can safely be transported.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Goods Transit</ccts:ObjectClass><ccts:PropertyTermQualifier>Minimum</ccts:PropertyTermQualifier><ccts:PropertyTerm>Temperature</ccts:PropertyTerm><ccts:AssociatedObjectClass>Temperature</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Temperature</ccts:RepresentationTerm></ccts:Component>
TemperatureTypepublic void setMinimumTemperature(@Nullable TemperatureType value)
value - allowed object is
TemperatureTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull HazardousGoodsTransitType 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 HazardousGoodsTransitType clone()
@Nonnull public TransportEmergencyCardCodeType setTransportEmergencyCardCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PackingCriteriaCodeType setPackingCriteriaCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public HazardousRegulationCodeType setHazardousRegulationCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public InhalationToxicityZoneCodeType setInhalationToxicityZoneCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TransportAuthorizationCodeType setTransportAuthorizationCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getTransportEmergencyCardCodeValue()
null@Nullable public String getPackingCriteriaCodeValue()
null@Nullable public String getHazardousRegulationCodeValue()
null@Nullable public String getInhalationToxicityZoneCodeValue()
null@Nullable public String getTransportAuthorizationCodeValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.