public class TPLTransportPlacement extends Object
Java class for TPL-TransportPlacement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TPL-TransportPlacement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C222" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C222-TransportIdentification"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TPLTransportPlacement() |
| Modifier and Type | Method and Description |
|---|---|
C222TransportIdentification |
getC222()
Gets the value of the c222 property.
|
void |
setC222(C222TransportIdentification value)
Sets the value of the c222 property.
|
TPLTransportPlacement |
withC222(C222TransportIdentification value) |
public C222TransportIdentification getC222()
C222TransportIdentificationpublic void setC222(C222TransportIdentification value)
value - allowed object is
C222TransportIdentificationpublic TPLTransportPlacement withC222(C222TransportIdentification value)
Copyright © 2020. All rights reserved.