public class DGSDangerousGoods extends Object
Java class for DGS-DangerousGoods complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DGS-DangerousGoods">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E8273" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8273-DangerousGoodsRegulationsCode" minOccurs="0"/>
<element name="C205" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C205-HazardCode" minOccurs="0"/>
<element name="C234" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C234-UndgInformation" minOccurs="0"/>
<element name="C223" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C223-DangerousGoodsShipmentFlashpoint" minOccurs="0"/>
<element name="E8339" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8339-PackagingDangerLevelCode" minOccurs="0"/>
<element name="E8364" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8364-EmergencyProcedureForShipsIdentifier" minOccurs="0"/>
<element name="E8410" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8410-HazardMedicalFirstAidGuideIdentifier" minOccurs="0"/>
<element name="E8126" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8126-TransportEmergencyCardIdentifier" minOccurs="0"/>
<element name="C235" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C235-HazardIdentificationPlacardDetails" minOccurs="0"/>
<element name="C236" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C236-DangerousGoodsLabel" minOccurs="0"/>
<element name="E8255" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8255-PackingInstructionTypeCode" minOccurs="0"/>
<element name="E8179" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8179-TransportMeansDescriptionCode" minOccurs="0"/>
<element name="E8211" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8211-HazardousCargoTransportAuthorisationCode" minOccurs="0"/>
<element name="C289" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C289-TunnelRestriction" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DGSDangerousGoods() |
| Modifier and Type | Method and Description |
|---|---|
C205HazardCode |
getC205()
Gets the value of the c205 property.
|
C223DangerousGoodsShipmentFlashpoint |
getC223()
Gets the value of the c223 property.
|
C234UndgInformation |
getC234()
Gets the value of the c234 property.
|
C235HazardIdentificationPlacardDetails |
getC235()
Gets the value of the c235 property.
|
C236DangerousGoodsLabel |
getC236()
Gets the value of the c236 property.
|
C289TunnelRestriction |
getC289()
Gets the value of the c289 property.
|
String |
getE8126()
Gets the value of the e8126 property.
|
String |
getE8179()
Gets the value of the e8179 property.
|
String |
getE8211()
Gets the value of the e8211 property.
|
String |
getE8255()
Gets the value of the e8255 property.
|
E8273DangerousGoodsRegulationsCode |
getE8273()
Gets the value of the e8273 property.
|
String |
getE8339()
Gets the value of the e8339 property.
|
String |
getE8364()
Gets the value of the e8364 property.
|
String |
getE8410()
Gets the value of the e8410 property.
|
void |
setC205(C205HazardCode value)
Sets the value of the c205 property.
|
void |
setC223(C223DangerousGoodsShipmentFlashpoint value)
Sets the value of the c223 property.
|
void |
setC234(C234UndgInformation value)
Sets the value of the c234 property.
|
void |
setC235(C235HazardIdentificationPlacardDetails value)
Sets the value of the c235 property.
|
void |
setC236(C236DangerousGoodsLabel value)
Sets the value of the c236 property.
|
void |
setC289(C289TunnelRestriction value)
Sets the value of the c289 property.
|
void |
setE8126(String value)
Sets the value of the e8126 property.
|
void |
setE8179(String value)
Sets the value of the e8179 property.
|
void |
setE8211(String value)
Sets the value of the e8211 property.
|
void |
setE8255(String value)
Sets the value of the e8255 property.
|
void |
setE8273(E8273DangerousGoodsRegulationsCode value)
Sets the value of the e8273 property.
|
void |
setE8339(String value)
Sets the value of the e8339 property.
|
void |
setE8364(String value)
Sets the value of the e8364 property.
|
void |
setE8410(String value)
Sets the value of the e8410 property.
|
DGSDangerousGoods |
withC205(C205HazardCode value) |
DGSDangerousGoods |
withC223(C223DangerousGoodsShipmentFlashpoint value) |
DGSDangerousGoods |
withC234(C234UndgInformation value) |
DGSDangerousGoods |
withC235(C235HazardIdentificationPlacardDetails value) |
DGSDangerousGoods |
withC236(C236DangerousGoodsLabel value) |
DGSDangerousGoods |
withC289(C289TunnelRestriction value) |
DGSDangerousGoods |
withE8126(String value) |
DGSDangerousGoods |
withE8179(String value) |
DGSDangerousGoods |
withE8211(String value) |
DGSDangerousGoods |
withE8255(String value) |
DGSDangerousGoods |
withE8273(E8273DangerousGoodsRegulationsCode value) |
DGSDangerousGoods |
withE8339(String value) |
DGSDangerousGoods |
withE8364(String value) |
DGSDangerousGoods |
withE8410(String value) |
public E8273DangerousGoodsRegulationsCode getE8273()
E8273DangerousGoodsRegulationsCodepublic void setE8273(E8273DangerousGoodsRegulationsCode value)
value - allowed object is
E8273DangerousGoodsRegulationsCodepublic C205HazardCode getC205()
C205HazardCodepublic void setC205(C205HazardCode value)
value - allowed object is
C205HazardCodepublic C234UndgInformation getC234()
C234UndgInformationpublic void setC234(C234UndgInformation value)
value - allowed object is
C234UndgInformationpublic C223DangerousGoodsShipmentFlashpoint getC223()
C223DangerousGoodsShipmentFlashpointpublic void setC223(C223DangerousGoodsShipmentFlashpoint value)
value - allowed object is
C223DangerousGoodsShipmentFlashpointpublic String getE8339()
Stringpublic void setE8339(String value)
value - allowed object is
Stringpublic String getE8364()
Stringpublic void setE8364(String value)
value - allowed object is
Stringpublic String getE8410()
Stringpublic void setE8410(String value)
value - allowed object is
Stringpublic String getE8126()
Stringpublic void setE8126(String value)
value - allowed object is
Stringpublic C235HazardIdentificationPlacardDetails getC235()
C235HazardIdentificationPlacardDetailspublic void setC235(C235HazardIdentificationPlacardDetails value)
value - allowed object is
C235HazardIdentificationPlacardDetailspublic C236DangerousGoodsLabel getC236()
C236DangerousGoodsLabelpublic void setC236(C236DangerousGoodsLabel value)
value - allowed object is
C236DangerousGoodsLabelpublic String getE8255()
Stringpublic void setE8255(String value)
value - allowed object is
Stringpublic String getE8179()
Stringpublic void setE8179(String value)
value - allowed object is
Stringpublic String getE8211()
Stringpublic void setE8211(String value)
value - allowed object is
Stringpublic C289TunnelRestriction getC289()
C289TunnelRestrictionpublic void setC289(C289TunnelRestriction value)
value - allowed object is
C289TunnelRestrictionpublic DGSDangerousGoods withE8273(E8273DangerousGoodsRegulationsCode value)
public DGSDangerousGoods withC205(C205HazardCode value)
public DGSDangerousGoods withC234(C234UndgInformation value)
public DGSDangerousGoods withC223(C223DangerousGoodsShipmentFlashpoint value)
public DGSDangerousGoods withE8339(String value)
public DGSDangerousGoods withE8364(String value)
public DGSDangerousGoods withE8410(String value)
public DGSDangerousGoods withE8126(String value)
public DGSDangerousGoods withC235(C235HazardIdentificationPlacardDetails value)
public DGSDangerousGoods withC236(C236DangerousGoodsLabel value)
public DGSDangerousGoods withE8255(String value)
public DGSDangerousGoods withE8179(String value)
public DGSDangerousGoods withE8211(String value)
public DGSDangerousGoods withC289(C289TunnelRestriction value)
Copyright © 2020. All rights reserved.