public static class DESADV.SegGrp11.SegGrp19.SegGrp24.SegGrp26 extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="HAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}HAN-HandlingInstructions"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="5" minOccurs="0"/>
<element name="GIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIN-GoodsIdentityNumber" maxOccurs="1000" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp26() |
| Modifier and Type | Method and Description |
|---|---|
List<FTXFreeText> |
getFTX()
Gets the value of the ftx property.
|
List<GINGoodsIdentityNumber> |
getGIN()
Gets the value of the gin property.
|
HANHandlingInstructions |
getHAN()
Gets the value of the han property.
|
void |
setHAN(HANHandlingInstructions value)
Sets the value of the han property.
|
DESADV.SegGrp11.SegGrp19.SegGrp24.SegGrp26 |
withFTX(Collection<FTXFreeText> values) |
DESADV.SegGrp11.SegGrp19.SegGrp24.SegGrp26 |
withFTX(FTXFreeText... values) |
DESADV.SegGrp11.SegGrp19.SegGrp24.SegGrp26 |
withGIN(Collection<GINGoodsIdentityNumber> values) |
DESADV.SegGrp11.SegGrp19.SegGrp24.SegGrp26 |
withGIN(GINGoodsIdentityNumber... values) |
DESADV.SegGrp11.SegGrp19.SegGrp24.SegGrp26 |
withHAN(HANHandlingInstructions value) |
public HANHandlingInstructions getHAN()
HANHandlingInstructionspublic void setHAN(HANHandlingInstructions value)
value - allowed object is
HANHandlingInstructionspublic List<FTXFreeText> getFTX()
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 ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public List<GINGoodsIdentityNumber> getGIN()
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 gin property.
For example, to add a new item, do as follows:
getGIN().add(newItem);
Objects of the following type(s) are allowed in the list
GINGoodsIdentityNumber
public DESADV.SegGrp11.SegGrp19.SegGrp24.SegGrp26 withHAN(HANHandlingInstructions value)
public DESADV.SegGrp11.SegGrp19.SegGrp24.SegGrp26 withFTX(FTXFreeText... values)
public DESADV.SegGrp11.SegGrp19.SegGrp24.SegGrp26 withFTX(Collection<FTXFreeText> values)
public DESADV.SegGrp11.SegGrp19.SegGrp24.SegGrp26 withGIN(GINGoodsIdentityNumber... values)
public DESADV.SegGrp11.SegGrp19.SegGrp24.SegGrp26 withGIN(Collection<GINGoodsIdentityNumber> values)
Copyright © 2020. All rights reserved.