public static class PRODAT.SegGrp9.SegGrp11 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="TRU" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TRU-TechnicalRules"/>
<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 |
|---|
SegGrp11() |
| Modifier and Type | Method and Description |
|---|---|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
TRUTechnicalRules |
getTRU()
Gets the value of the tru property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
void |
setTRU(TRUTechnicalRules value)
Sets the value of the tru property.
|
PRODAT.SegGrp9.SegGrp11 |
withDTM(DTMDateTimePeriod value) |
PRODAT.SegGrp9.SegGrp11 |
withTRU(TRUTechnicalRules value) |
public TRUTechnicalRules getTRU()
TRUTechnicalRulespublic void setTRU(TRUTechnicalRules value)
value - allowed object is
TRUTechnicalRulespublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic PRODAT.SegGrp9.SegGrp11 withTRU(TRUTechnicalRules value)
public PRODAT.SegGrp9.SegGrp11 withDTM(DTMDateTimePeriod value)
Copyright © 2020. All rights reserved.