public class C401ExcessTransportationInformation extends Object
Java class for C401-ExcessTransportationInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C401-ExcessTransportationInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E8457" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8457-ExcessTransportationReasonCode"/>
<element name="E8459" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8459-ExcessTransportationResponsibilityCode"/>
<element name="E7130" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7130-CustomerShipmentAuthorisationIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C401ExcessTransportationInformation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE7130()
Gets the value of the e7130 property.
|
E8457ExcessTransportationReasonCode |
getE8457()
Gets the value of the e8457 property.
|
String |
getE8459()
Gets the value of the e8459 property.
|
void |
setE7130(String value)
Sets the value of the e7130 property.
|
void |
setE8457(E8457ExcessTransportationReasonCode value)
Sets the value of the e8457 property.
|
void |
setE8459(String value)
Sets the value of the e8459 property.
|
C401ExcessTransportationInformation |
withE7130(String value) |
C401ExcessTransportationInformation |
withE8457(E8457ExcessTransportationReasonCode value) |
C401ExcessTransportationInformation |
withE8459(String value) |
public E8457ExcessTransportationReasonCode getE8457()
E8457ExcessTransportationReasonCodepublic void setE8457(E8457ExcessTransportationReasonCode value)
value - allowed object is
E8457ExcessTransportationReasonCodepublic String getE8459()
Stringpublic void setE8459(String value)
value - allowed object is
Stringpublic String getE7130()
Stringpublic void setE7130(String value)
value - allowed object is
Stringpublic C401ExcessTransportationInformation withE8457(E8457ExcessTransportationReasonCode value)
public C401ExcessTransportationInformation withE8459(String value)
public C401ExcessTransportationInformation withE7130(String value)
Copyright © 2020. All rights reserved.