public class GIDGoodsItemDetails extends Object
Java class for GID-GoodsItemDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GID-GoodsItemDetails">
<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="C213" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C213-NumberAndTypeOfPackages" maxOccurs="4" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GIDGoodsItemDetails() |
| Modifier and Type | Method and Description |
|---|---|
List<C213NumberAndTypeOfPackages> |
getC213()
Gets the value of the c213 property.
|
String |
getE1496()
Gets the value of the e1496 property.
|
void |
setE1496(String value)
Sets the value of the e1496 property.
|
GIDGoodsItemDetails |
withC213(C213NumberAndTypeOfPackages... values) |
GIDGoodsItemDetails |
withC213(Collection<C213NumberAndTypeOfPackages> values) |
GIDGoodsItemDetails |
withE1496(String value) |
public String getE1496()
Stringpublic void setE1496(String value)
value - allowed object is
Stringpublic List<C213NumberAndTypeOfPackages> getC213()
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 c213 property.
For example, to add a new item, do as follows:
getC213().add(newItem);
Objects of the following type(s) are allowed in the list
C213NumberAndTypeOfPackages
public GIDGoodsItemDetails withE1496(String value)
public GIDGoodsItemDetails withC213(C213NumberAndTypeOfPackages... values)
public GIDGoodsItemDetails withC213(Collection<C213NumberAndTypeOfPackages> values)
Copyright © 2020. All rights reserved.