public static class IFCSUM.SegGrp27.SegGrp46.SegGrp52 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 |
|---|
SegGrp52() |
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 IFCSUM.SegGrp27.SegGrp46.SegGrp52 withTSR(TSRTransportServiceRequirements value)
public IFCSUM.SegGrp27.SegGrp46.SegGrp52 withRFF(RFFReference value)
public IFCSUM.SegGrp27.SegGrp46.SegGrp52 withLOC(LOCPlaceLocationIdentification value)
public IFCSUM.SegGrp27.SegGrp46.SegGrp52 withTPL(TPLTransportPlacement value)
public IFCSUM.SegGrp27.SegGrp46.SegGrp52 withFTX(FTXFreeText... values)
public IFCSUM.SegGrp27.SegGrp46.SegGrp52 withFTX(Collection<FTXFreeText> values)
Copyright © 2020. All rights reserved.