public static class REQOTE.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="DLM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DLM-DeliveryLimitations"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp10() |
| Modifier and Type | Method and Description |
|---|---|
DLMDeliveryLimitations |
getDLM()
Gets the value of the dlm property.
|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
MOAMonetaryAmount |
getMOA()
Gets the value of the moa property.
|
void |
setDLM(DLMDeliveryLimitations value)
Sets the value of the dlm property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
void |
setMOA(MOAMonetaryAmount value)
Sets the value of the moa property.
|
REQOTE.SegGrp10 |
withDLM(DLMDeliveryLimitations value) |
REQOTE.SegGrp10 |
withDTM(DTMDateTimePeriod value) |
REQOTE.SegGrp10 |
withMOA(MOAMonetaryAmount value) |
public DLMDeliveryLimitations getDLM()
DLMDeliveryLimitationspublic void setDLM(DLMDeliveryLimitations value)
value - allowed object is
DLMDeliveryLimitationspublic MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic REQOTE.SegGrp10 withDLM(DLMDeliveryLimitations value)
public REQOTE.SegGrp10 withMOA(MOAMonetaryAmount value)
public REQOTE.SegGrp10 withDTM(DTMDateTimePeriod value)
Copyright © 2020. All rights reserved.