public static class PROCST.SegGrp2 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="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" minOccurs="0"/>
<element name="CCI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CCI-CharacteristicClassId" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp2() |
| Modifier and Type | Method and Description |
|---|---|
List<ATTAttribute> |
getATT()
Gets the value of the att property.
|
CCICharacteristicClassId |
getCCI()
Gets the value of the cci property.
|
IMDItemDescription |
getIMD()
Gets the value of the imd property.
|
QTYQuantity |
getQTY()
Gets the value of the qty property.
|
void |
setCCI(CCICharacteristicClassId value)
Sets the value of the cci property.
|
void |
setIMD(IMDItemDescription value)
Sets the value of the imd property.
|
void |
setQTY(QTYQuantity value)
Sets the value of the qty property.
|
PROCST.SegGrp2 |
withATT(ATTAttribute... values) |
PROCST.SegGrp2 |
withATT(Collection<ATTAttribute> values) |
PROCST.SegGrp2 |
withCCI(CCICharacteristicClassId value) |
PROCST.SegGrp2 |
withIMD(IMDItemDescription value) |
PROCST.SegGrp2 |
withQTY(QTYQuantity value) |
public QTYQuantity getQTY()
QTYQuantitypublic void setQTY(QTYQuantity value)
value - allowed object is
QTYQuantitypublic IMDItemDescription getIMD()
IMDItemDescriptionpublic void setIMD(IMDItemDescription value)
value - allowed object is
IMDItemDescriptionpublic CCICharacteristicClassId getCCI()
CCICharacteristicClassIdpublic void setCCI(CCICharacteristicClassId value)
value - allowed object is
CCICharacteristicClassIdpublic List<ATTAttribute> getATT()
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 att property.
For example, to add a new item, do as follows:
getATT().add(newItem);
Objects of the following type(s) are allowed in the list
ATTAttribute
public PROCST.SegGrp2 withQTY(QTYQuantity value)
public PROCST.SegGrp2 withIMD(IMDItemDescription value)
public PROCST.SegGrp2 withCCI(CCICharacteristicClassId value)
public PROCST.SegGrp2 withATT(ATTAttribute... values)
public PROCST.SegGrp2 withATT(Collection<ATTAttribute> values)
Copyright © 2020. All rights reserved.