public class HazardousItemType extends Object implements Serializable
<?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 Item. Details</ccts:DictionaryEntryName><ccts:Definition>Information about a Hazardous Item.</ccts:Definition><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass></ccts:Component>
Java class for HazardousItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HazardousItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PlacardNotation" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PlacardEndorsement" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AdditionalInformation" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UNDGCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EmergencyProceduresCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MedicalFirstAidGuideCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TechnicalName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CategoryName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}HazardousCategoryCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UpperOrangeHazardPlacardID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LowerOrangeHazardPlacardID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MarkingID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}HazardClassID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}NetWeightMeasure" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}NetVolumeMeasure" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Quantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContactParty" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SecondaryHazard" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}HazardousGoodsTransit" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EmergencyTemperature" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}FlashpointTemperature" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AdditionalTemperature" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
HazardousItemType()
Default constructor
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
AdditionalInformationType |
getAdditionalInformation()
<?
|
String |
getAdditionalInformationValue()
Get the value of the contained AdditionalInformationType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
List<TemperatureType> |
getAdditionalTemperature()
<?
|
TemperatureType |
getAdditionalTemperatureAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAdditionalTemperatureCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
CategoryNameType |
getCategoryName()
<?
|
String |
getCategoryNameValue()
Get the value of the contained CategoryNameType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
PartyType |
getContactParty()
<?
|
EmergencyProceduresCodeType |
getEmergencyProceduresCode()
<?
|
String |
getEmergencyProceduresCodeValue()
Get the value of the contained EmergencyProceduresCodeType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
TemperatureType |
getEmergencyTemperature()
<?
|
TemperatureType |
getFlashpointTemperature()
<?
|
HazardClassIDType |
getHazardClassID()
<?
|
String |
getHazardClassIDValue()
Get the value of the contained HazardClassIDType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
HazardousCategoryCodeType |
getHazardousCategoryCode()
<?
|
String |
getHazardousCategoryCodeValue()
Get the value of the contained HazardousCategoryCodeType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
List<HazardousGoodsTransitType> |
getHazardousGoodsTransit()
<?
|
HazardousGoodsTransitType |
getHazardousGoodsTransitAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getHazardousGoodsTransitCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getID()
<?
|
String |
getIDValue()
Get the value of the contained IDType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
LowerOrangeHazardPlacardIDType |
getLowerOrangeHazardPlacardID()
<?
|
String |
getLowerOrangeHazardPlacardIDValue()
Get the value of the contained LowerOrangeHazardPlacardIDType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
MarkingIDType |
getMarkingID()
<?
|
String |
getMarkingIDValue()
Get the value of the contained MarkingIDType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
MedicalFirstAidGuideCodeType |
getMedicalFirstAidGuideCode()
<?
|
String |
getMedicalFirstAidGuideCodeValue()
Get the value of the contained MedicalFirstAidGuideCodeType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
NetVolumeMeasureType |
getNetVolumeMeasure()
<?
|
BigDecimal |
getNetVolumeMeasureValue()
Get the value of the contained NetVolumeMeasureType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
NetWeightMeasureType |
getNetWeightMeasure()
<?
|
BigDecimal |
getNetWeightMeasureValue()
Get the value of the contained NetWeightMeasureType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
PlacardEndorsementType |
getPlacardEndorsement()
<?
|
String |
getPlacardEndorsementValue()
Get the value of the contained PlacardEndorsementType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
PlacardNotationType |
getPlacardNotation()
<?
|
String |
getPlacardNotationValue()
Get the value of the contained PlacardNotationType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
QuantityType |
getQuantity()
<?
|
BigDecimal |
getQuantityValue()
Get the value of the contained QuantityType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
List<SecondaryHazardType> |
getSecondaryHazard()
<?
|
SecondaryHazardType |
getSecondaryHazardAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSecondaryHazardCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TechnicalNameType |
getTechnicalName()
<?
|
String |
getTechnicalNameValue()
Get the value of the contained TechnicalNameType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
UNDGCodeType |
getUNDGCode()
<?
|
String |
getUNDGCodeValue()
Get the value of the contained UNDGCodeType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
UpperOrangeHazardPlacardIDType |
getUpperOrangeHazardPlacardID()
<?
|
String |
getUpperOrangeHazardPlacardIDValue()
Get the value of the contained UpperOrangeHazardPlacardIDType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
boolean |
hasAdditionalTemperatureEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasHazardousGoodsTransitEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAdditionalTemperatureEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoHazardousGoodsTransitEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSecondaryHazardEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSecondaryHazardEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAdditionalInformation(AdditionalInformationType value)
Sets the value of the additionalInformation property.
|
AdditionalInformationType |
setAdditionalInformation(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setAdditionalTemperature(List<TemperatureType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCategoryName(CategoryNameType value)
Sets the value of the categoryName property.
|
CategoryNameType |
setCategoryName(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setContactParty(PartyType value)
Sets the value of the contactParty property.
|
void |
setEmergencyProceduresCode(EmergencyProceduresCodeType value)
Sets the value of the emergencyProceduresCode property.
|
EmergencyProceduresCodeType |
setEmergencyProceduresCode(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setEmergencyTemperature(TemperatureType value)
Sets the value of the emergencyTemperature property.
|
void |
setFlashpointTemperature(TemperatureType value)
Sets the value of the flashpointTemperature property.
|
void |
setHazardClassID(HazardClassIDType value)
Sets the value of the hazardClassID property.
|
HazardClassIDType |
setHazardClassID(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setHazardousCategoryCode(HazardousCategoryCodeType value)
Sets the value of the hazardousCategoryCode property.
|
HazardousCategoryCodeType |
setHazardousCategoryCode(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setHazardousGoodsTransit(List<HazardousGoodsTransitType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setLowerOrangeHazardPlacardID(LowerOrangeHazardPlacardIDType value)
Sets the value of the lowerOrangeHazardPlacardID property.
|
LowerOrangeHazardPlacardIDType |
setLowerOrangeHazardPlacardID(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setMarkingID(MarkingIDType value)
Sets the value of the markingID property.
|
MarkingIDType |
setMarkingID(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setMedicalFirstAidGuideCode(MedicalFirstAidGuideCodeType value)
Sets the value of the medicalFirstAidGuideCode property.
|
MedicalFirstAidGuideCodeType |
setMedicalFirstAidGuideCode(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
NetVolumeMeasureType |
setNetVolumeMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setNetVolumeMeasure(NetVolumeMeasureType value)
Sets the value of the netVolumeMeasure property.
|
NetWeightMeasureType |
setNetWeightMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setNetWeightMeasure(NetWeightMeasureType value)
Sets the value of the netWeightMeasure property.
|
void |
setPlacardEndorsement(PlacardEndorsementType value)
Sets the value of the placardEndorsement property.
|
PlacardEndorsementType |
setPlacardEndorsement(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setPlacardNotation(PlacardNotationType value)
Sets the value of the placardNotation property.
|
PlacardNotationType |
setPlacardNotation(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
QuantityType |
setQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
void |
setSecondaryHazard(List<SecondaryHazardType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TechnicalNameType |
setTechnicalName(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setTechnicalName(TechnicalNameType value)
Sets the value of the technicalName property.
|
UNDGCodeType |
setUNDGCode(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setUNDGCode(UNDGCodeType value)
Sets the value of the undgCode property.
|
UpperOrangeHazardPlacardIDType |
setUpperOrangeHazardPlacardID(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setUpperOrangeHazardPlacardID(UpperOrangeHazardPlacardIDType value)
Sets the value of the upperOrangeHazardPlacardID property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public HazardousItemType()
@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: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 Item. Identifier</ccts:DictionaryEntryName><ccts:Definition>The identifier for a Hazardous Item.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:Examples>"Round Up"</ccts:Examples></ccts:Component>
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public PlacardNotationType getPlacardNotation()
<?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 Item. Placard Notation. Text</ccts:DictionaryEntryName><ccts:Definition>The placard notation corresponding to the hazard class of the hazardous commodity. Can also be the hazard identification number of the orange placard (upper part) required on the means of transport.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTerm>Placard Notation</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType><ccts:Examples>"5.1"</ccts:Examples></ccts:Component>
PlacardNotationTypepublic void setPlacardNotation(@Nullable PlacardNotationType value)
value - allowed object is
PlacardNotationType@Nullable public PlacardEndorsementType getPlacardEndorsement()
<?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 Item. Placard Endorsement. Text</ccts:DictionaryEntryName><ccts:Definition>The placard endorsement that is to be shown on the shipping papers for the hazardous commodity. Can also be used for the number of the orange placard (lower part) required on the means of transport.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTerm>Placard Endorsement</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType><ccts:Examples>"2"</ccts:Examples></ccts:Component>
PlacardEndorsementTypepublic void setPlacardEndorsement(@Nullable PlacardEndorsementType value)
value - allowed object is
PlacardEndorsementType@Nullable public AdditionalInformationType getAdditionalInformation()
<?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 Item. Additional_ Information. Text</ccts:DictionaryEntryName><ccts:Definition>Additional information about the hazardous substance. Can be used to specify information such as the type of regulatory requirements that apply to a description.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier><ccts:PropertyTerm>Information</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType><ccts:Examples>"Must be stored away from flammable materials" "N.O.S. or a Waste Characteristics Code in conjunction with an EPA Waste Stream code"</ccts:Examples></ccts:Component>
AdditionalInformationTypepublic void setAdditionalInformation(@Nullable AdditionalInformationType value)
value - allowed object is
AdditionalInformationType@Nullable public UNDGCodeType getUNDGCode()
<?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 Item. UNDG Code. Code</ccts:DictionaryEntryName><ccts:Definition>The identifier assigned to transportable hazardous goods by the United Nations, expressed as a code.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTerm>UNDG Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:AlternativeBusinessTerms>UN Code</ccts:AlternativeBusinessTerms></ccts:Component>
UNDGCodeTypepublic void setUNDGCode(@Nullable UNDGCodeType value)
value - allowed object is
UNDGCodeType@Nullable public EmergencyProceduresCodeType getEmergencyProceduresCode()
<?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 Item. Emergency Procedures Code. Code</ccts:DictionaryEntryName><ccts:Definition>The emergency procedures for the Hazardous Item, expressed as a code.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTerm>Emergency Procedures Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:AlternativeBusinessTerms>EMG code, EMS Page Number</ccts:AlternativeBusinessTerms></ccts:Component>
EmergencyProceduresCodeTypepublic void setEmergencyProceduresCode(@Nullable EmergencyProceduresCodeType value)
value - allowed object is
EmergencyProceduresCodeType@Nullable public MedicalFirstAidGuideCodeType getMedicalFirstAidGuideCode()
<?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 Item. Medical First Aid Guide Code. Code</ccts:DictionaryEntryName><ccts:Definition>The identifier of a medical first aid guide that is relevant to specific hazardous goods, expressed as a code.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTerm>Medical First Aid Guide Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:AlternativeBusinessTerms>MFAG page number</ccts:AlternativeBusinessTerms></ccts:Component>
MedicalFirstAidGuideCodeTypepublic void setMedicalFirstAidGuideCode(@Nullable MedicalFirstAidGuideCodeType value)
value - allowed object is
MedicalFirstAidGuideCodeType@Nullable public TechnicalNameType getTechnicalName()
<?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 Item. Technical_ Name. Name</ccts:DictionaryEntryName><ccts:Definition>The full technical name of the specific hazardous substance.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTermQualifier>Technical</ccts:PropertyTermQualifier><ccts:PropertyTerm>Name</ccts:PropertyTerm><ccts:RepresentationTerm>Name</ccts:RepresentationTerm><ccts:DataType>Name. Type</ccts:DataType><ccts:Examples>"Granular Sodium Chlorate WeedKiller"</ccts:Examples></ccts:Component>
TechnicalNameTypepublic void setTechnicalName(@Nullable TechnicalNameType value)
value - allowed object is
TechnicalNameType@Nullable public CategoryNameType getCategoryName()
<?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 Item. Category. Name</ccts:DictionaryEntryName><ccts:Definition>The name of the category of hazard that applies to the Item.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTerm>Category</ccts:PropertyTerm><ccts:RepresentationTerm>Name</ccts:RepresentationTerm><ccts:DataType>Name. Type</ccts:DataType></ccts:Component>
CategoryNameTypepublic void setCategoryName(@Nullable CategoryNameType value)
value - allowed object is
CategoryNameType@Nullable public HazardousCategoryCodeType getHazardousCategoryCode()
<?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 Item. Hazardous Category Code. Code</ccts:DictionaryEntryName><ccts:Definition>Code specifying a kind of hazard for a material.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTerm>Hazardous Category Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:AlternativeBusinessTerms>Hazardous material class code</ccts:AlternativeBusinessTerms></ccts:Component>
HazardousCategoryCodeTypepublic void setHazardousCategoryCode(@Nullable HazardousCategoryCodeType value)
value - allowed object is
HazardousCategoryCodeType@Nullable public UpperOrangeHazardPlacardIDType getUpperOrangeHazardPlacardID()
<?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 Item. Upper_ Orange Hazard Placard Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>Specifies the identity number for the upper part of the orange hazard placard required on the means of transport.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTermQualifier>Upper</ccts:PropertyTermQualifier><ccts:PropertyTerm>Orange Hazard Placard Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:AlternativeBusinessTerms>Hazard identification number (upper part)</ccts:AlternativeBusinessTerms></ccts:Component>
UpperOrangeHazardPlacardIDTypepublic void setUpperOrangeHazardPlacardID(@Nullable UpperOrangeHazardPlacardIDType value)
value - allowed object is
UpperOrangeHazardPlacardIDType@Nullable public LowerOrangeHazardPlacardIDType getLowerOrangeHazardPlacardID()
<?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 Item. Lower_ Orange Hazard Placard Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>Specifies the identity number for the lower part of the orange hazard placard required on the means of transport.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTermQualifier>Lower</ccts:PropertyTermQualifier><ccts:PropertyTerm>Orange Hazard Placard Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:AlternativeBusinessTerms>Substance identification number (lower part)</ccts:AlternativeBusinessTerms></ccts:Component>
LowerOrangeHazardPlacardIDTypepublic void setLowerOrangeHazardPlacardID(@Nullable LowerOrangeHazardPlacardIDType value)
value - allowed object is
LowerOrangeHazardPlacardIDType@Nullable public MarkingIDType getMarkingID()
<?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 Item. Marking Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>Identifies the marking of dangerous goods.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTerm>Marking Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:AlternativeBusinessTerms>Dangerous goods label marking</ccts:AlternativeBusinessTerms></ccts:Component>
MarkingIDTypepublic void setMarkingID(@Nullable MarkingIDType value)
value - allowed object is
MarkingIDType@Nullable public HazardClassIDType getHazardClassID()
<?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 Item. Hazard Class Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>Identifies a hazard class applicable to dangerous goods as defined by the relevant regulation authority, such as the IMDG Class Number of the SOLAS Convention of IMO and the ADR/RID Class Number for the road/rail environment.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTerm>Hazard Class Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:AlternativeBusinessTerms>IMDG Class Number, ADR/RID Class Number</ccts:AlternativeBusinessTerms></ccts:Component>
HazardClassIDTypepublic void setHazardClassID(@Nullable HazardClassIDType value)
value - allowed object is
HazardClassIDType@Nullable public NetWeightMeasureType getNetWeightMeasure()
<?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 Item. Net_ Weight. Measure</ccts:DictionaryEntryName><ccts:Definition>The total net weight of hazardous goods; the weight of the goods plus packaging.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTermQualifier>Net</ccts:PropertyTermQualifier><ccts:PropertyTerm>Weight</ccts:PropertyTerm><ccts:RepresentationTerm>Measure</ccts:RepresentationTerm><ccts:DataType>Measure. Type</ccts:DataType></ccts:Component>
NetWeightMeasureTypepublic void setNetWeightMeasure(@Nullable NetWeightMeasureType value)
value - allowed object is
NetWeightMeasureType@Nullable public NetVolumeMeasureType getNetVolumeMeasure()
<?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 Item. Net_ Volume. Measure</ccts:DictionaryEntryName><ccts:Definition>The volume of hazardous goods net of packaging and transport equipment.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTermQualifier>Net</ccts:PropertyTermQualifier><ccts:PropertyTerm>Volume</ccts:PropertyTerm><ccts:RepresentationTerm>Measure</ccts:RepresentationTerm><ccts:DataType>Measure. Type</ccts:DataType></ccts:Component>
NetVolumeMeasureTypepublic void setNetVolumeMeasure(@Nullable NetVolumeMeasureType value)
value - allowed object is
NetVolumeMeasureType@Nullable public QuantityType getQuantity()
<?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 Item. Quantity</ccts:DictionaryEntryName><ccts:Definition>The quantity of goods that are hazardous.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTerm>Quantity</ccts:PropertyTerm><ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm><ccts:DataType>Quantity. Type</ccts:DataType></ccts:Component>
QuantityTypepublic void setQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nullable public PartyType getContactParty()
<?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 Item. Contact_ Party. Party</ccts:DictionaryEntryName><ccts:Definition>Associates the Hazardous Item with details of an individual, group, or body that is the contact in case of hazard incident.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTermQualifier>Contact</ccts:PropertyTermQualifier><ccts:PropertyTerm>Party</ccts:PropertyTerm><ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass></ccts:Component>
PartyTypepublic void setContactParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nonnull @ReturnsMutableObject(reason="JAXB implementation style") public List<SecondaryHazardType> getSecondaryHazard()
<?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 Item. Secondary Hazard</ccts:DictionaryEntryName><ccts:Definition>Associates the Hazardous Item with information about secondary hazards.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTerm>Secondary Hazard</ccts:PropertyTerm><ccts:AssociatedObjectClass>Secondary Hazard</ccts:AssociatedObjectClass></ccts:Component>Gets the value of the secondaryHazard property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the secondaryHazard property.
For example, to add a new item, do as follows:
getSecondaryHazard().add(newItem);
Objects of the following type(s) are allowed in the list
SecondaryHazardType
@Nonnull @ReturnsMutableObject(reason="JAXB implementation style") public List<HazardousGoodsTransitType> getHazardousGoodsTransit()
<?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 Item. Hazardous Goods Transit</ccts:DictionaryEntryName><ccts:Definition>Associates the Hazardous Item with information about the transportation of hazardous goods.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTerm>Hazardous Goods Transit</ccts:PropertyTerm><ccts:AssociatedObjectClass>Hazardous Goods Transit</ccts:AssociatedObjectClass></ccts:Component>Gets the value of the hazardousGoodsTransit property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the hazardousGoodsTransit property.
For example, to add a new item, do as follows:
getHazardousGoodsTransit().add(newItem);
Objects of the following type(s) are allowed in the list
HazardousGoodsTransitType
@Nullable public TemperatureType getEmergencyTemperature()
<?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 Item. Emergency_ Temperature. Temperature</ccts:DictionaryEntryName><ccts:Definition>Associates the Hazardous Item with the temperature at which emergency procedures apply during the handling of temperature-controlled hazardous goods.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTermQualifier>Emergency</ccts:PropertyTermQualifier><ccts:PropertyTerm>Temperature</ccts:PropertyTerm><ccts:AssociatedObjectClass>Temperature</ccts:AssociatedObjectClass></ccts:Component>
TemperatureTypepublic void setEmergencyTemperature(@Nullable TemperatureType value)
value - allowed object is
TemperatureType@Nullable public TemperatureType getFlashpointTemperature()
<?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 Item. Flashpoint_ Temperature. Temperature</ccts:DictionaryEntryName><ccts:Definition>Associates the Hazardous Item with the lowest temperature at which the vapor of a combustible liquid can be made to ignite momentarily in air, known in hazardous goods procedures as the flashpoint.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTermQualifier>Flashpoint</ccts:PropertyTermQualifier><ccts:PropertyTerm>Temperature</ccts:PropertyTerm><ccts:AssociatedObjectClass>Temperature</ccts:AssociatedObjectClass></ccts:Component>
TemperatureTypepublic void setFlashpointTemperature(@Nullable TemperatureType value)
value - allowed object is
TemperatureType@Nonnull @ReturnsMutableObject(reason="JAXB implementation style") public List<TemperatureType> getAdditionalTemperature()
<?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 Item. Additional_ Temperature. Temperature</ccts:DictionaryEntryName><ccts:Definition>Information providing details of temperatures relevant to the handling of hazardous goods.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Hazardous Item</ccts:ObjectClass><ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier><ccts:PropertyTerm>Temperature</ccts:PropertyTerm><ccts:AssociatedObjectClass>Temperature</ccts:AssociatedObjectClass></ccts:Component>Gets the value of the additionalTemperature property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the additionalTemperature property.
For example, to add a new item, do as follows:
getAdditionalTemperature().add(newItem);
Objects of the following type(s) are allowed in the list
TemperatureType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setSecondaryHazard(@Nullable List<SecondaryHazardType> aList)
aList - The new list member to set. May be null.public void setHazardousGoodsTransit(@Nullable List<HazardousGoodsTransitType> aList)
aList - The new list member to set. May be null.public void setAdditionalTemperature(@Nullable List<TemperatureType> aList)
aList - The new list member to set. May be null.public boolean hasSecondaryHazardEntries()
true if at least one item is contained, false otherwise.public boolean hasNoSecondaryHazardEntries()
true if no item is contained, false otherwise.@Nonnegative public int getSecondaryHazardCount()
@Nullable public SecondaryHazardType getSecondaryHazardAtIndex(@Nonnegative int index)
index - The index to retrievenullArrayIndexOutOfBoundsException - if the index is invalid!public boolean hasHazardousGoodsTransitEntries()
true if at least one item is contained, false otherwise.public boolean hasNoHazardousGoodsTransitEntries()
true if no item is contained, false otherwise.@Nonnegative public int getHazardousGoodsTransitCount()
@Nullable public HazardousGoodsTransitType getHazardousGoodsTransitAtIndex(@Nonnegative int index)
index - The index to retrievenullArrayIndexOutOfBoundsException - if the index is invalid!public boolean hasAdditionalTemperatureEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAdditionalTemperatureEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAdditionalTemperatureCount()
@Nullable public TemperatureType getAdditionalTemperatureAtIndex(@Nonnegative int index)
index - The index to retrievenullArrayIndexOutOfBoundsException - if the index is invalid!@Nonnull public PlacardNotationType setPlacardNotation(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PlacardEndorsementType setPlacardEndorsement(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public AdditionalInformationType setAdditionalInformation(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TechnicalNameType setTechnicalName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CategoryNameType setCategoryName(@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 UpperOrangeHazardPlacardIDType setUpperOrangeHazardPlacardID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public LowerOrangeHazardPlacardIDType setLowerOrangeHazardPlacardID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MarkingIDType setMarkingID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public HazardClassIDType setHazardClassID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public NetWeightMeasureType setNetWeightMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public NetVolumeMeasureType setNetVolumeMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public UNDGCodeType setUNDGCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public EmergencyProceduresCodeType setEmergencyProceduresCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MedicalFirstAidGuideCodeType setMedicalFirstAidGuideCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public HazardousCategoryCodeType setHazardousCategoryCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public QuantityType setQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public String getPlacardNotationValue()
null@Nullable public String getPlacardEndorsementValue()
null@Nullable public String getAdditionalInformationValue()
null@Nullable public String getUNDGCodeValue()
null@Nullable public String getEmergencyProceduresCodeValue()
null@Nullable public String getMedicalFirstAidGuideCodeValue()
null@Nullable public String getTechnicalNameValue()
null@Nullable public String getCategoryNameValue()
null@Nullable public String getHazardousCategoryCodeValue()
null@Nullable public String getUpperOrangeHazardPlacardIDValue()
null@Nullable public String getLowerOrangeHazardPlacardIDValue()
null@Nullable public String getMarkingIDValue()
null@Nullable public String getHazardClassIDValue()
null@Nullable public BigDecimal getNetWeightMeasureValue()
null@Nullable public BigDecimal getNetVolumeMeasureValue()
null@Nullable public BigDecimal getQuantityValue()
nullCopyright © 2014 Philip Helger. All rights reserved.