public static class IFTSTQ.SegGrp4.SegGrp6.SegGrp7 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="GID" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GID-GoodsItemDetails"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
<element name="SGP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SGP-SplitGoodsPlacement" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp7() |
| Modifier and Type | Method and Description |
|---|---|
FTXFreeText |
getFTX()
Gets the value of the ftx property.
|
GIDGoodsItemDetails |
getGID()
Gets the value of the gid property.
|
List<SGPSplitGoodsPlacement> |
getSGP()
Gets the value of the sgp property.
|
void |
setFTX(FTXFreeText value)
Sets the value of the ftx property.
|
void |
setGID(GIDGoodsItemDetails value)
Sets the value of the gid property.
|
IFTSTQ.SegGrp4.SegGrp6.SegGrp7 |
withFTX(FTXFreeText value) |
IFTSTQ.SegGrp4.SegGrp6.SegGrp7 |
withGID(GIDGoodsItemDetails value) |
IFTSTQ.SegGrp4.SegGrp6.SegGrp7 |
withSGP(Collection<SGPSplitGoodsPlacement> values) |
IFTSTQ.SegGrp4.SegGrp6.SegGrp7 |
withSGP(SGPSplitGoodsPlacement... values) |
public GIDGoodsItemDetails getGID()
GIDGoodsItemDetailspublic void setGID(GIDGoodsItemDetails value)
value - allowed object is
GIDGoodsItemDetailspublic FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic List<SGPSplitGoodsPlacement> getSGP()
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 sgp property.
For example, to add a new item, do as follows:
getSGP().add(newItem);
Objects of the following type(s) are allowed in the list
SGPSplitGoodsPlacement
public IFTSTQ.SegGrp4.SegGrp6.SegGrp7 withGID(GIDGoodsItemDetails value)
public IFTSTQ.SegGrp4.SegGrp6.SegGrp7 withFTX(FTXFreeText value)
public IFTSTQ.SegGrp4.SegGrp6.SegGrp7 withSGP(SGPSplitGoodsPlacement... values)
public IFTSTQ.SegGrp4.SegGrp6.SegGrp7 withSGP(Collection<SGPSplitGoodsPlacement> values)
Copyright © 2020. All rights reserved.