public class TODTermsOfDeliveryOrTransport extends Object
Java class for TOD-TermsOfDeliveryOrTransport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TOD-TermsOfDeliveryOrTransport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4055" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4055-DeliveryOrTransportTermsFunctionCode" minOccurs="0"/>
<element name="E4215" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4215-TransportChargesPaymentMethodCode" minOccurs="0"/>
<element name="C100" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C100-TermsOfDeliveryOrTransport" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TODTermsOfDeliveryOrTransport() |
| Modifier and Type | Method and Description |
|---|---|
C100TermsOfDeliveryOrTransport |
getC100()
Gets the value of the c100 property.
|
String |
getE4055()
Gets the value of the e4055 property.
|
String |
getE4215()
Gets the value of the e4215 property.
|
void |
setC100(C100TermsOfDeliveryOrTransport value)
Sets the value of the c100 property.
|
void |
setE4055(String value)
Sets the value of the e4055 property.
|
void |
setE4215(String value)
Sets the value of the e4215 property.
|
TODTermsOfDeliveryOrTransport |
withC100(C100TermsOfDeliveryOrTransport value) |
TODTermsOfDeliveryOrTransport |
withE4055(String value) |
TODTermsOfDeliveryOrTransport |
withE4215(String value) |
public String getE4055()
Stringpublic void setE4055(String value)
value - allowed object is
Stringpublic String getE4215()
Stringpublic void setE4215(String value)
value - allowed object is
Stringpublic C100TermsOfDeliveryOrTransport getC100()
C100TermsOfDeliveryOrTransportpublic void setC100(C100TermsOfDeliveryOrTransport value)
value - allowed object is
C100TermsOfDeliveryOrTransportpublic TODTermsOfDeliveryOrTransport withE4055(String value)
public TODTermsOfDeliveryOrTransport withE4215(String value)
public TODTermsOfDeliveryOrTransport withC100(C100TermsOfDeliveryOrTransport value)
Copyright © 2020. All rights reserved.