public static class GOVCBR.SegGrp138.SegGrp151 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="TOD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TOD-TermsOfDeliveryOrTransport"/>
<element name="RTE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RTE-RateDetails" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp151() |
| Modifier and Type | Method and Description |
|---|---|
MOAMonetaryAmount |
getMOA()
Gets the value of the moa property.
|
RTERateDetails |
getRTE()
Gets the value of the rte property.
|
TODTermsOfDeliveryOrTransport |
getTOD()
Gets the value of the tod property.
|
void |
setMOA(MOAMonetaryAmount value)
Sets the value of the moa property.
|
void |
setRTE(RTERateDetails value)
Sets the value of the rte property.
|
void |
setTOD(TODTermsOfDeliveryOrTransport value)
Sets the value of the tod property.
|
GOVCBR.SegGrp138.SegGrp151 |
withMOA(MOAMonetaryAmount value) |
GOVCBR.SegGrp138.SegGrp151 |
withRTE(RTERateDetails value) |
GOVCBR.SegGrp138.SegGrp151 |
withTOD(TODTermsOfDeliveryOrTransport value) |
public TODTermsOfDeliveryOrTransport getTOD()
TODTermsOfDeliveryOrTransportpublic void setTOD(TODTermsOfDeliveryOrTransport value)
value - allowed object is
TODTermsOfDeliveryOrTransportpublic RTERateDetails getRTE()
RTERateDetailspublic void setRTE(RTERateDetails value)
value - allowed object is
RTERateDetailspublic MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic GOVCBR.SegGrp138.SegGrp151 withTOD(TODTermsOfDeliveryOrTransport value)
public GOVCBR.SegGrp138.SegGrp151 withRTE(RTERateDetails value)
public GOVCBR.SegGrp138.SegGrp151 withMOA(MOAMonetaryAmount value)
Copyright © 2020. All rights reserved.