public static class JOBOFF.SegGrp5.SegGrp10.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="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
<element name="PTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PTY-Priority" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp11() |
| Modifier and Type | Method and Description |
|---|---|
ATTAttribute |
getATT()
Gets the value of the att property.
|
FTXFreeText |
getFTX()
Gets the value of the ftx property.
|
PTYPriority |
getPTY()
Gets the value of the pty property.
|
void |
setATT(ATTAttribute value)
Sets the value of the att property.
|
void |
setFTX(FTXFreeText value)
Sets the value of the ftx property.
|
void |
setPTY(PTYPriority value)
Sets the value of the pty property.
|
JOBOFF.SegGrp5.SegGrp10.SegGrp11 |
withATT(ATTAttribute value) |
JOBOFF.SegGrp5.SegGrp10.SegGrp11 |
withFTX(FTXFreeText value) |
JOBOFF.SegGrp5.SegGrp10.SegGrp11 |
withPTY(PTYPriority value) |
public ATTAttribute getATT()
ATTAttributepublic void setATT(ATTAttribute value)
value - allowed object is
ATTAttributepublic FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic PTYPriority getPTY()
PTYPrioritypublic void setPTY(PTYPriority value)
value - allowed object is
PTYPrioritypublic JOBOFF.SegGrp5.SegGrp10.SegGrp11 withATT(ATTAttribute value)
public JOBOFF.SegGrp5.SegGrp10.SegGrp11 withFTX(FTXFreeText value)
public JOBOFF.SegGrp5.SegGrp10.SegGrp11 withPTY(PTYPriority value)
Copyright © 2020. All rights reserved.