public class GINGoodsIdentityNumber extends Object
Java class for GIN-GoodsIdentityNumber complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GIN-GoodsIdentityNumber">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7405-ObjectIdentificationCodeQualifier"/>
<sequence>
<element name="C208" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C208-IdentityNumberRange" maxOccurs="4"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GINGoodsIdentityNumber() |
| Modifier and Type | Method and Description |
|---|---|
List<C208IdentityNumberRange> |
getC208()
Gets the value of the c208 property.
|
String |
getE7405()
Gets the value of the e7405 property.
|
void |
setE7405(String value)
Sets the value of the e7405 property.
|
GINGoodsIdentityNumber |
withC208(C208IdentityNumberRange... values) |
GINGoodsIdentityNumber |
withC208(Collection<C208IdentityNumberRange> values) |
GINGoodsIdentityNumber |
withE7405(String value) |
public String getE7405()
Stringpublic void setE7405(String value)
value - allowed object is
Stringpublic List<C208IdentityNumberRange> getC208()
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 c208 property.
For example, to add a new item, do as follows:
getC208().add(newItem);
Objects of the following type(s) are allowed in the list
C208IdentityNumberRange
public GINGoodsIdentityNumber withE7405(String value)
public GINGoodsIdentityNumber withC208(C208IdentityNumberRange... values)
public GINGoodsIdentityNumber withC208(Collection<C208IdentityNumberRange> values)
Copyright © 2020. All rights reserved.