public static class DESTIM.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="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" maxOccurs="9" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp7() |
| Modifier and Type | Method and Description |
|---|---|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
MOAMonetaryAmount |
getMOA()
Gets the value of the moa property.
|
List<NADNameAndAddress> |
getNAD()
Gets the value of the nad property.
|
RFFReference |
getRFF()
Gets the value of the rff property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
void |
setMOA(MOAMonetaryAmount value)
Sets the value of the moa property.
|
void |
setRFF(RFFReference value)
Sets the value of the rff property.
|
DESTIM.SegGrp7 |
withDTM(DTMDateTimePeriod value) |
DESTIM.SegGrp7 |
withMOA(MOAMonetaryAmount value) |
DESTIM.SegGrp7 |
withNAD(Collection<NADNameAndAddress> values) |
DESTIM.SegGrp7 |
withNAD(NADNameAndAddress... values) |
DESTIM.SegGrp7 |
withRFF(RFFReference value) |
public RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic List<NADNameAndAddress> getNAD()
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 nad property.
For example, to add a new item, do as follows:
getNAD().add(newItem);
Objects of the following type(s) are allowed in the list
NADNameAndAddress
public MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic DESTIM.SegGrp7 withRFF(RFFReference value)
public DESTIM.SegGrp7 withDTM(DTMDateTimePeriod value)
public DESTIM.SegGrp7 withNAD(NADNameAndAddress... values)
public DESTIM.SegGrp7 withNAD(Collection<NADNameAndAddress> values)
public DESTIM.SegGrp7 withMOA(MOAMonetaryAmount value)
Copyright © 2020. All rights reserved.