public static class IFTMBP.SegGrp8.SegGrp13 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="TSR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}TSR-TransportServiceRequirements"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}RFF-Reference" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}LOC-PlaceLocationIdentification" minOccurs="0"/>
<element name="TPL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}TPL-TransportPlacement" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp13() |
public TSRTransportServiceRequirements getTSR()
TSRTransportServiceRequirementspublic void setTSR(TSRTransportServiceRequirements value)
value - allowed object is
TSRTransportServiceRequirementspublic RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic LOCPlaceLocationIdentification getLOC()
LOCPlaceLocationIdentificationpublic void setLOC(LOCPlaceLocationIdentification value)
value - allowed object is
LOCPlaceLocationIdentificationpublic TPLTransportPlacement getTPL()
TPLTransportPlacementpublic void setTPL(TPLTransportPlacement value)
value - allowed object is
TPLTransportPlacementpublic List<FTXFreeText> getFTX()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public IFTMBP.SegGrp8.SegGrp13 withTSR(TSRTransportServiceRequirements value)
public IFTMBP.SegGrp8.SegGrp13 withRFF(RFFReference value)
public IFTMBP.SegGrp8.SegGrp13 withLOC(LOCPlaceLocationIdentification value)
public IFTMBP.SegGrp8.SegGrp13 withTPL(TPLTransportPlacement value)
public IFTMBP.SegGrp8.SegGrp13 withFTX(FTXFreeText... values)
public IFTMBP.SegGrp8.SegGrp13 withFTX(Collection<FTXFreeText> values)
Copyright © 2020. All rights reserved.