public class CSTCustomsStatusOfGoods extends Object
Java class for CST-CustomsStatusOfGoods complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CST-CustomsStatusOfGoods">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E1496" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1496-GoodsItemNumber" minOccurs="0"/>
<sequence>
<element name="C246" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C246-CustomsIdentityCodes" maxOccurs="4" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CSTCustomsStatusOfGoods() |
| Modifier and Type | Method and Description |
|---|---|
List<C246CustomsIdentityCodes> |
getC246()
Gets the value of the c246 property.
|
String |
getE1496()
Gets the value of the e1496 property.
|
void |
setE1496(String value)
Sets the value of the e1496 property.
|
CSTCustomsStatusOfGoods |
withC246(C246CustomsIdentityCodes... values) |
CSTCustomsStatusOfGoods |
withC246(Collection<C246CustomsIdentityCodes> values) |
CSTCustomsStatusOfGoods |
withE1496(String value) |
public String getE1496()
Stringpublic void setE1496(String value)
value - allowed object is
Stringpublic List<C246CustomsIdentityCodes> getC246()
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 c246 property.
For example, to add a new item, do as follows:
getC246().add(newItem);
Objects of the following type(s) are allowed in the list
C246CustomsIdentityCodes
public CSTCustomsStatusOfGoods withE1496(String value)
public CSTCustomsStatusOfGoods withC246(C246CustomsIdentityCodes... values)
public CSTCustomsStatusOfGoods withC246(Collection<C246CustomsIdentityCodes> values)
Copyright © 2020. All rights reserved.