public class C236DangerousGoodsLabel extends Object
Java class for C236-DangerousGoodsLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C236-DangerousGoodsLabel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E8246" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8246-DangerousGoodsMarkingIdentifier" maxOccurs="4" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C236DangerousGoodsLabel() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getE8246()
Gets the value of the e8246 property.
|
C236DangerousGoodsLabel |
withE8246(Collection<String> values) |
C236DangerousGoodsLabel |
withE8246(String... values) |
public List<String> getE8246()
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 e8246 property.
For example, to add a new item, do as follows:
getE8246().add(newItem);
Objects of the following type(s) are allowed in the list
String
public C236DangerousGoodsLabel withE8246(String... values)
public C236DangerousGoodsLabel withE8246(Collection<String> values)
Copyright © 2020. All rights reserved.