public static class CUSDEC.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="TDT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TDT-TransportInformation"/>
<element name="TPL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TPL-TransportPlacement" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp4() |
| Modifier and Type | Method and Description |
|---|---|
TDTTransportInformation |
getTDT()
Gets the value of the tdt property.
|
TPLTransportPlacement |
getTPL()
Gets the value of the tpl property.
|
void |
setTDT(TDTTransportInformation value)
Sets the value of the tdt property.
|
void |
setTPL(TPLTransportPlacement value)
Sets the value of the tpl property.
|
CUSDEC.SegGrp4 |
withTDT(TDTTransportInformation value) |
CUSDEC.SegGrp4 |
withTPL(TPLTransportPlacement value) |
public TDTTransportInformation getTDT()
TDTTransportInformationpublic void setTDT(TDTTransportInformation value)
value - allowed object is
TDTTransportInformationpublic TPLTransportPlacement getTPL()
TPLTransportPlacementpublic void setTPL(TPLTransportPlacement value)
value - allowed object is
TPLTransportPlacementpublic CUSDEC.SegGrp4 withTDT(TDTTransportInformation value)
public CUSDEC.SegGrp4 withTPL(TPLTransportPlacement value)
Copyright © 2020. All rights reserved.