public static class IFTMIN.SegGrp12.SegGrp18 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/D12B}TSR-TransportServiceRequirements"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" minOccurs="0"/>
<element name="TPL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TPL-TransportPlacement" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp18() |
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 IFTMIN.SegGrp12.SegGrp18 withTSR(TSRTransportServiceRequirements value)
public IFTMIN.SegGrp12.SegGrp18 withRFF(RFFReference value)
public IFTMIN.SegGrp12.SegGrp18 withLOC(LOCPlaceLocationIdentification value)
public IFTMIN.SegGrp12.SegGrp18 withTPL(TPLTransportPlacement value)
public IFTMIN.SegGrp12.SegGrp18 withFTX(FTXFreeText... values)
public IFTMIN.SegGrp12.SegGrp18 withFTX(Collection<FTXFreeText> values)
Copyright © 2020. All rights reserved.