public class TDTTransportInformation extends Object
Java class for TDT-TransportInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TDT-TransportInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E8051" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8051-TransportStageCodeQualifier"/>
<element name="E8028" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8028-MeansOfTransportJourneyIdentifier" minOccurs="0"/>
<element name="C220" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C220-ModeOfTransport" minOccurs="0"/>
<element name="C001" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C001-TransportMeans" minOccurs="0"/>
<element name="C040" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C040-Carrier" minOccurs="0"/>
<element name="E8101" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8101-TransitDirectionIndicatorCode" minOccurs="0"/>
<element name="C401" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C401-ExcessTransportationInformation" minOccurs="0"/>
<element name="C222" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C222-TransportIdentification" minOccurs="0"/>
<element name="E8281" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8281-TransportMeansOwnershipIndicatorCode" minOccurs="0"/>
<element name="C003" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C003-PowerType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TDTTransportInformation() |
| Modifier and Type | Method and Description |
|---|---|
C001TransportMeans |
getC001()
Gets the value of the c001 property.
|
C003PowerType |
getC003()
Gets the value of the c003 property.
|
C040Carrier |
getC040()
Gets the value of the c040 property.
|
C220ModeOfTransport |
getC220()
Gets the value of the c220 property.
|
C222TransportIdentification |
getC222()
Gets the value of the c222 property.
|
C401ExcessTransportationInformation |
getC401()
Gets the value of the c401 property.
|
String |
getE8028()
Gets the value of the e8028 property.
|
String |
getE8051()
Gets the value of the e8051 property.
|
String |
getE8101()
Gets the value of the e8101 property.
|
String |
getE8281()
Gets the value of the e8281 property.
|
void |
setC001(C001TransportMeans value)
Sets the value of the c001 property.
|
void |
setC003(C003PowerType value)
Sets the value of the c003 property.
|
void |
setC040(C040Carrier value)
Sets the value of the c040 property.
|
void |
setC220(C220ModeOfTransport value)
Sets the value of the c220 property.
|
void |
setC222(C222TransportIdentification value)
Sets the value of the c222 property.
|
void |
setC401(C401ExcessTransportationInformation value)
Sets the value of the c401 property.
|
void |
setE8028(String value)
Sets the value of the e8028 property.
|
void |
setE8051(String value)
Sets the value of the e8051 property.
|
void |
setE8101(String value)
Sets the value of the e8101 property.
|
void |
setE8281(String value)
Sets the value of the e8281 property.
|
TDTTransportInformation |
withC001(C001TransportMeans value) |
TDTTransportInformation |
withC003(C003PowerType value) |
TDTTransportInformation |
withC040(C040Carrier value) |
TDTTransportInformation |
withC220(C220ModeOfTransport value) |
TDTTransportInformation |
withC222(C222TransportIdentification value) |
TDTTransportInformation |
withC401(C401ExcessTransportationInformation value) |
TDTTransportInformation |
withE8028(String value) |
TDTTransportInformation |
withE8051(String value) |
TDTTransportInformation |
withE8101(String value) |
TDTTransportInformation |
withE8281(String value) |
public String getE8051()
Stringpublic void setE8051(String value)
value - allowed object is
Stringpublic String getE8028()
Stringpublic void setE8028(String value)
value - allowed object is
Stringpublic C220ModeOfTransport getC220()
C220ModeOfTransportpublic void setC220(C220ModeOfTransport value)
value - allowed object is
C220ModeOfTransportpublic C001TransportMeans getC001()
C001TransportMeanspublic void setC001(C001TransportMeans value)
value - allowed object is
C001TransportMeanspublic C040Carrier getC040()
C040Carrierpublic void setC040(C040Carrier value)
value - allowed object is
C040Carrierpublic String getE8101()
Stringpublic void setE8101(String value)
value - allowed object is
Stringpublic C401ExcessTransportationInformation getC401()
C401ExcessTransportationInformationpublic void setC401(C401ExcessTransportationInformation value)
value - allowed object is
C401ExcessTransportationInformationpublic C222TransportIdentification getC222()
C222TransportIdentificationpublic void setC222(C222TransportIdentification value)
value - allowed object is
C222TransportIdentificationpublic String getE8281()
Stringpublic void setE8281(String value)
value - allowed object is
Stringpublic C003PowerType getC003()
C003PowerTypepublic void setC003(C003PowerType value)
value - allowed object is
C003PowerTypepublic TDTTransportInformation withE8051(String value)
public TDTTransportInformation withE8028(String value)
public TDTTransportInformation withC220(C220ModeOfTransport value)
public TDTTransportInformation withC001(C001TransportMeans value)
public TDTTransportInformation withC040(C040Carrier value)
public TDTTransportInformation withE8101(String value)
public TDTTransportInformation withC401(C401ExcessTransportationInformation value)
public TDTTransportInformation withC222(C222TransportIdentification value)
public TDTTransportInformation withE8281(String value)
public TDTTransportInformation withC003(C003PowerType value)
Copyright © 2020. All rights reserved.