public static class IPPOMO.SegGrp7.SegGrp8 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="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address"/>
<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 |
|---|
SegGrp8() |
| Modifier and Type | Method and Description |
|---|---|
ADRAddress |
getADR()
Gets the value of the adr property.
|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
void |
setADR(ADRAddress value)
Sets the value of the adr property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
IPPOMO.SegGrp7.SegGrp8 |
withADR(ADRAddress value) |
IPPOMO.SegGrp7.SegGrp8 |
withDTM(DTMDateTimePeriod value) |
public ADRAddress getADR()
ADRAddresspublic void setADR(ADRAddress value)
value - allowed object is
ADRAddresspublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic IPPOMO.SegGrp7.SegGrp8 withADR(ADRAddress value)
public IPPOMO.SegGrp7.SegGrp8 withDTM(DTMDateTimePeriod value)
Copyright © 2020. All rights reserved.