All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.HazardousGoodsTransitType Maven / Gradle / Ivy


package oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2;

import java.io.Serializable;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import com.phloc.commons.equals.EqualsUtils;
import com.phloc.commons.hash.HashCodeGenerator;
import com.phloc.commons.string.ToStringGenerator;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.HazardousRegulationCodeType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.InhalationToxicityZoneCodeType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.PackingCriteriaCodeType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.TransportAuthorizationCodeType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.TransportEmergencyCardCodeType;


/**
 * 
 * 
 * <?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Hazardous Goods Transit. Details</ccts:DictionaryEntryName><ccts:Definition>Information about Hazardous Goods 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>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "HazardousGoodsTransitType", propOrder = { "transportEmergencyCardCode", "packingCriteriaCode", "hazardousRegulationCode", "inhalationToxicityZoneCode", "transportAuthorizationCode", "maximumTemperature", "minimumTemperature" }) public class HazardousGoodsTransitType implements Serializable { @XmlElement(name = "TransportEmergencyCardCode", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") private TransportEmergencyCardCodeType transportEmergencyCardCode; @XmlElement(name = "PackingCriteriaCode", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") private PackingCriteriaCodeType packingCriteriaCode; @XmlElement(name = "HazardousRegulationCode", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") private HazardousRegulationCodeType hazardousRegulationCode; @XmlElement(name = "InhalationToxicityZoneCode", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") private InhalationToxicityZoneCodeType inhalationToxicityZoneCode; @XmlElement(name = "TransportAuthorizationCode", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") private TransportAuthorizationCodeType transportAuthorizationCode; @XmlElement(name = "MaximumTemperature") private TemperatureType maximumTemperature; @XmlElement(name = "MinimumTemperature") private TemperatureType minimumTemperature; /** * Default constructor * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * */ public HazardousGoodsTransitType() { } /** * *
     * <?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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>The identifier for a transport emergency card, describing the actions to be taken in an emergency in transporting the Hazardous Goods. 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>
     * 
* * * @return * possible object is * {@link TransportEmergencyCardCodeType } * */ @Nullable public TransportEmergencyCardCodeType getTransportEmergencyCardCode() { return transportEmergencyCardCode; } /** * Sets the value of the transportEmergencyCardCode property. * * @param value * allowed object is * {@link TransportEmergencyCardCodeType } * */ public void setTransportEmergencyCardCode( @Nullable TransportEmergencyCardCodeType value) { this.transportEmergencyCardCode = value; } /** * *
     * <?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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 identifying the packaging requirement for the 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>
     * 
* * * @return * possible object is * {@link PackingCriteriaCodeType } * */ @Nullable public PackingCriteriaCodeType getPackingCriteriaCode() { return packingCriteriaCode; } /** * Sets the value of the packingCriteriaCode property. * * @param value * allowed object is * {@link PackingCriteriaCodeType } * */ public void setPackingCriteriaCode( @Nullable PackingCriteriaCodeType value) { this.packingCriteriaCode = value; } /** * *
     * <?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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>The identifier for a set of legal regulations that govern the transportation of the Hazardous Goods, expressed as a code.</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>
     * 
* * * @return * possible object is * {@link HazardousRegulationCodeType } * */ @Nullable public HazardousRegulationCodeType getHazardousRegulationCode() { return hazardousRegulationCode; } /** * Sets the value of the hazardousRegulationCode property. * * @param value * allowed object is * {@link HazardousRegulationCodeType } * */ public void setHazardousRegulationCode( @Nullable HazardousRegulationCodeType value) { this.hazardousRegulationCode = value; } /** * *
     * <?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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>An identifier for the Inhalation Toxicity Hazard Zone for the Hazardous Goods, as defined by the US Department of Transportation, expressed as a code.</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>
     * 
* * * @return * possible object is * {@link InhalationToxicityZoneCodeType } * */ @Nullable public InhalationToxicityZoneCodeType getInhalationToxicityZoneCode() { return inhalationToxicityZoneCode; } /** * Sets the value of the inhalationToxicityZoneCode property. * * @param value * allowed object is * {@link InhalationToxicityZoneCodeType } * */ public void setInhalationToxicityZoneCode( @Nullable InhalationToxicityZoneCodeType value) { this.inhalationToxicityZoneCode = value; } /** * *
     * <?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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>Code specifying the 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>
     * 
* * * @return * possible object is * {@link TransportAuthorizationCodeType } * */ @Nullable public TransportAuthorizationCodeType getTransportAuthorizationCode() { return transportAuthorizationCode; } /** * Sets the value of the transportAuthorizationCode property. * * @param value * allowed object is * {@link TransportAuthorizationCodeType } * */ public void setTransportAuthorizationCode( @Nullable TransportAuthorizationCodeType value) { this.transportAuthorizationCode = value; } /** * *
     * <?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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>An association to Maximum Temperature (at which the Hazardous Goods can be safely 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:Component>
     * 
* * * @return * possible object is * {@link TemperatureType } * */ @Nullable public TemperatureType getMaximumTemperature() { return maximumTemperature; } /** * Sets the value of the maximumTemperature property. * * @param value * allowed object is * {@link TemperatureType } * */ public void setMaximumTemperature( @Nullable TemperatureType value) { this.maximumTemperature = value; } /** * *
     * <?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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>An association to Minimum Temperature (at which the Hazardous Goods can be safely 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:Component>
     * 
* * * @return * possible object is * {@link TemperatureType } * */ @Nullable public TemperatureType getMinimumTemperature() { return minimumTemperature; } /** * Sets the value of the minimumTemperature property. * * @param value * allowed object is * {@link TemperatureType } * */ public void setMinimumTemperature( @Nullable TemperatureType value) { this.minimumTemperature = value; } /** * Created by phloc-jaxb22-plugin -Xphloc-equalshashcode * */ @Override public boolean equals(final Object o) { if (o == this) { return true; } if ((o == null)||(!getClass().equals(o.getClass()))) { return false; } final HazardousGoodsTransitType rhs = ((HazardousGoodsTransitType) o); if (!EqualsUtils.equals(transportEmergencyCardCode, rhs.transportEmergencyCardCode)) { return false; } if (!EqualsUtils.equals(packingCriteriaCode, rhs.packingCriteriaCode)) { return false; } if (!EqualsUtils.equals(hazardousRegulationCode, rhs.hazardousRegulationCode)) { return false; } if (!EqualsUtils.equals(inhalationToxicityZoneCode, rhs.inhalationToxicityZoneCode)) { return false; } if (!EqualsUtils.equals(transportAuthorizationCode, rhs.transportAuthorizationCode)) { return false; } if (!EqualsUtils.equals(maximumTemperature, rhs.maximumTemperature)) { return false; } if (!EqualsUtils.equals(minimumTemperature, rhs.minimumTemperature)) { return false; } return true; } /** * Created by phloc-jaxb22-plugin -Xphloc-equalshashcode * */ @Override public int hashCode() { return new HashCodeGenerator(this).append(transportEmergencyCardCode).append(packingCriteriaCode).append(hazardousRegulationCode).append(inhalationToxicityZoneCode).append(transportAuthorizationCode).append(maximumTemperature).append(minimumTemperature).getHashCode(); } /** * Created by phloc-jaxb22-plugin -Xphloc-tostring * */ @Override public String toString() { return new ToStringGenerator(this).append("transportEmergencyCardCode", transportEmergencyCardCode).append("packingCriteriaCode", packingCriteriaCode).append("hazardousRegulationCode", hazardousRegulationCode).append("inhalationToxicityZoneCode", inhalationToxicityZoneCode).append("transportAuthorizationCode", transportAuthorizationCode).append("maximumTemperature", maximumTemperature).append("minimumTemperature", minimumTemperature).toString(); } /** * Special setter with value of type String * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type TransportEmergencyCardCodeType and never null */ @Nonnull public TransportEmergencyCardCodeType setTransportEmergencyCardCode( @Nullable final String valueParam) { TransportEmergencyCardCodeType aObj = getTransportEmergencyCardCode(); if (aObj == null) { aObj = new TransportEmergencyCardCodeType(valueParam); setTransportEmergencyCardCode(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Special setter with value of type String * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type PackingCriteriaCodeType and never null */ @Nonnull public PackingCriteriaCodeType setPackingCriteriaCode( @Nullable final String valueParam) { PackingCriteriaCodeType aObj = getPackingCriteriaCode(); if (aObj == null) { aObj = new PackingCriteriaCodeType(valueParam); setPackingCriteriaCode(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Special setter with value of type String * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type HazardousRegulationCodeType and never null */ @Nonnull public HazardousRegulationCodeType setHazardousRegulationCode( @Nullable final String valueParam) { HazardousRegulationCodeType aObj = getHazardousRegulationCode(); if (aObj == null) { aObj = new HazardousRegulationCodeType(valueParam); setHazardousRegulationCode(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Special setter with value of type String * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type InhalationToxicityZoneCodeType and never null */ @Nonnull public InhalationToxicityZoneCodeType setInhalationToxicityZoneCode( @Nullable final String valueParam) { InhalationToxicityZoneCodeType aObj = getInhalationToxicityZoneCode(); if (aObj == null) { aObj = new InhalationToxicityZoneCodeType(valueParam); setInhalationToxicityZoneCode(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Special setter with value of type String * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type TransportAuthorizationCodeType and never null */ @Nonnull public TransportAuthorizationCodeType setTransportAuthorizationCode( @Nullable final String valueParam) { TransportAuthorizationCodeType aObj = getTransportAuthorizationCode(); if (aObj == null) { aObj = new TransportAuthorizationCodeType(valueParam); setTransportAuthorizationCode(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Get the value of the contained TransportEmergencyCardCodeType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained TransportEmergencyCardCodeType object or null */ @Nullable public String getTransportEmergencyCardCodeValue() { TransportEmergencyCardCodeType aObj = getTransportEmergencyCardCode(); return ((aObj == null)?null:aObj.getValue()); } /** * Get the value of the contained PackingCriteriaCodeType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained PackingCriteriaCodeType object or null */ @Nullable public String getPackingCriteriaCodeValue() { PackingCriteriaCodeType aObj = getPackingCriteriaCode(); return ((aObj == null)?null:aObj.getValue()); } /** * Get the value of the contained HazardousRegulationCodeType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained HazardousRegulationCodeType object or null */ @Nullable public String getHazardousRegulationCodeValue() { HazardousRegulationCodeType aObj = getHazardousRegulationCode(); return ((aObj == null)?null:aObj.getValue()); } /** * Get the value of the contained InhalationToxicityZoneCodeType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained InhalationToxicityZoneCodeType object or null */ @Nullable public String getInhalationToxicityZoneCodeValue() { InhalationToxicityZoneCodeType aObj = getInhalationToxicityZoneCode(); return ((aObj == null)?null:aObj.getValue()); } /** * Get the value of the contained TransportAuthorizationCodeType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained TransportAuthorizationCodeType object or null */ @Nullable public String getTransportAuthorizationCodeValue() { TransportAuthorizationCodeType aObj = getTransportAuthorizationCode(); return ((aObj == null)?null:aObj.getValue()); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy