public static class DOCAMR.SegGrp3 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="AUT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}AUT-AuthenticationResult"/>
<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 |
|---|
SegGrp3() |
| Modifier and Type | Method and Description |
|---|---|
AUTAuthenticationResult |
getAUT()
Gets the value of the aut property.
|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
void |
setAUT(AUTAuthenticationResult value)
Sets the value of the aut property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
DOCAMR.SegGrp3 |
withAUT(AUTAuthenticationResult value) |
DOCAMR.SegGrp3 |
withDTM(DTMDateTimePeriod value) |
public AUTAuthenticationResult getAUT()
AUTAuthenticationResultpublic void setAUT(AUTAuthenticationResult value)
value - allowed object is
AUTAuthenticationResultpublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic DOCAMR.SegGrp3 withAUT(AUTAuthenticationResult value)
public DOCAMR.SegGrp3 withDTM(DTMDateTimePeriod value)
Copyright © 2020. All rights reserved.