public class TermsOfDelivery
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected java.util.List<Comments> |
comments |
protected ShippingPaymentMethod |
shippingPaymentMethod |
protected TermsOfDeliveryCode |
termsOfDeliveryCode |
protected TransportTerms |
transportTerms |
| Constructor and Description |
|---|
TermsOfDelivery() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the value of the address property.
|
java.util.List<Comments> |
getComments()
Gets the value of the comments property.
|
ShippingPaymentMethod |
getShippingPaymentMethod()
Gets the value of the shippingPaymentMethod property.
|
TermsOfDeliveryCode |
getTermsOfDeliveryCode()
Gets the value of the termsOfDeliveryCode property.
|
TransportTerms |
getTransportTerms()
Gets the value of the transportTerms property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setShippingPaymentMethod(ShippingPaymentMethod value)
Sets the value of the shippingPaymentMethod property.
|
void |
setTermsOfDeliveryCode(TermsOfDeliveryCode value)
Sets the value of the termsOfDeliveryCode property.
|
void |
setTransportTerms(TransportTerms value)
Sets the value of the transportTerms property.
|
protected TermsOfDeliveryCode termsOfDeliveryCode
protected ShippingPaymentMethod shippingPaymentMethod
protected TransportTerms transportTerms
protected Address address
protected java.util.List<Comments> comments
public TermsOfDeliveryCode getTermsOfDeliveryCode()
TermsOfDeliveryCodepublic void setTermsOfDeliveryCode(TermsOfDeliveryCode value)
value - allowed object is
TermsOfDeliveryCodepublic ShippingPaymentMethod getShippingPaymentMethod()
ShippingPaymentMethodpublic void setShippingPaymentMethod(ShippingPaymentMethod value)
value - allowed object is
ShippingPaymentMethodpublic TransportTerms getTransportTerms()
TransportTermspublic void setTransportTerms(TransportTerms value)
value - allowed object is
TransportTermspublic Address getAddress()
Addresspublic void setAddress(Address value)
value - allowed object is
Addresspublic java.util.List<Comments> getComments()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the comments property.
For example, to add a new item, do as follows:
getComments().add(newItem);
Objects of the following type(s) are allowed in the list
Comments
Copyright © 2018 SAP SE. All Rights Reserved.