public static class RESETT.SegGrp2.SegGrp3.SegGrp4 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="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp4() |
| Modifier and Type | Method and Description |
|---|---|
COMCommunicationContact |
getCOM()
Gets the value of the com property.
|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
FTXFreeText |
getFTX()
Gets the value of the ftx property.
|
RFFReference |
getRFF()
Gets the value of the rff property.
|
void |
setCOM(COMCommunicationContact value)
Sets the value of the com property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
void |
setFTX(FTXFreeText value)
Sets the value of the ftx property.
|
void |
setRFF(RFFReference value)
Sets the value of the rff property.
|
RESETT.SegGrp2.SegGrp3.SegGrp4 |
withCOM(COMCommunicationContact value) |
RESETT.SegGrp2.SegGrp3.SegGrp4 |
withDTM(DTMDateTimePeriod value) |
RESETT.SegGrp2.SegGrp3.SegGrp4 |
withFTX(FTXFreeText value) |
RESETT.SegGrp2.SegGrp3.SegGrp4 |
withRFF(RFFReference value) |
public RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic COMCommunicationContact getCOM()
COMCommunicationContactpublic void setCOM(COMCommunicationContact value)
value - allowed object is
COMCommunicationContactpublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic RESETT.SegGrp2.SegGrp3.SegGrp4 withRFF(RFFReference value)
public RESETT.SegGrp2.SegGrp3.SegGrp4 withCOM(COMCommunicationContact value)
public RESETT.SegGrp2.SegGrp3.SegGrp4 withDTM(DTMDateTimePeriod value)
public RESETT.SegGrp2.SegGrp3.SegGrp4 withFTX(FTXFreeText value)
Copyright © 2020. All rights reserved.