public static class DAPLOS.SegGrp2.SegGrp8.SegGrp10 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="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" minOccurs="0"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp10() |
| Modifier and Type | Method and Description |
|---|---|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
IMDItemDescription |
getIMD()
Gets the value of the imd property.
|
NADNameAndAddress |
getNAD()
Gets the value of the nad property.
|
QTYQuantity |
getQTY()
Gets the value of the qty property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
void |
setIMD(IMDItemDescription value)
Sets the value of the imd property.
|
void |
setNAD(NADNameAndAddress value)
Sets the value of the nad property.
|
void |
setQTY(QTYQuantity value)
Sets the value of the qty property.
|
DAPLOS.SegGrp2.SegGrp8.SegGrp10 |
withDTM(DTMDateTimePeriod value) |
DAPLOS.SegGrp2.SegGrp8.SegGrp10 |
withIMD(IMDItemDescription value) |
DAPLOS.SegGrp2.SegGrp8.SegGrp10 |
withNAD(NADNameAndAddress value) |
DAPLOS.SegGrp2.SegGrp8.SegGrp10 |
withQTY(QTYQuantity value) |
public IMDItemDescription getIMD()
IMDItemDescriptionpublic void setIMD(IMDItemDescription value)
value - allowed object is
IMDItemDescriptionpublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic QTYQuantity getQTY()
QTYQuantitypublic void setQTY(QTYQuantity value)
value - allowed object is
QTYQuantitypublic NADNameAndAddress getNAD()
NADNameAndAddresspublic void setNAD(NADNameAndAddress value)
value - allowed object is
NADNameAndAddresspublic DAPLOS.SegGrp2.SegGrp8.SegGrp10 withIMD(IMDItemDescription value)
public DAPLOS.SegGrp2.SegGrp8.SegGrp10 withDTM(DTMDateTimePeriod value)
public DAPLOS.SegGrp2.SegGrp8.SegGrp10 withQTY(QTYQuantity value)
public DAPLOS.SegGrp2.SegGrp8.SegGrp10 withNAD(NADNameAndAddress value)
Copyright © 2020. All rights reserved.