Package org.cxml
Class TermsOfDelivery
- java.lang.Object
-
- org.cxml.TermsOfDelivery
-
public class TermsOfDelivery extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Addressaddressprotected java.util.List<Comments>commentsprotected ShippingPaymentMethodshippingPaymentMethodprotected TermsOfDeliveryCodetermsOfDeliveryCodeprotected TransportTermstransportTerms
-
Constructor Summary
Constructors Constructor Description TermsOfDelivery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressgetAddress()Gets the value of the address property.java.util.List<Comments>getComments()Gets the value of the comments property.ShippingPaymentMethodgetShippingPaymentMethod()Gets the value of the shippingPaymentMethod property.TermsOfDeliveryCodegetTermsOfDeliveryCode()Gets the value of the termsOfDeliveryCode property.TransportTermsgetTransportTerms()Gets the value of the transportTerms property.voidsetAddress(Address value)Sets the value of the address property.voidsetShippingPaymentMethod(ShippingPaymentMethod value)Sets the value of the shippingPaymentMethod property.voidsetTermsOfDeliveryCode(TermsOfDeliveryCode value)Sets the value of the termsOfDeliveryCode property.voidsetTransportTerms(TransportTerms value)Sets the value of the transportTerms property.
-
-
-
Field Detail
-
termsOfDeliveryCode
protected TermsOfDeliveryCode termsOfDeliveryCode
-
shippingPaymentMethod
protected ShippingPaymentMethod shippingPaymentMethod
-
transportTerms
protected TransportTerms transportTerms
-
address
protected Address address
-
comments
protected java.util.List<Comments> comments
-
-
Method Detail
-
getTermsOfDeliveryCode
public TermsOfDeliveryCode getTermsOfDeliveryCode()
Gets the value of the termsOfDeliveryCode property.- Returns:
- possible object is
TermsOfDeliveryCode
-
setTermsOfDeliveryCode
public void setTermsOfDeliveryCode(TermsOfDeliveryCode value)
Sets the value of the termsOfDeliveryCode property.- Parameters:
value- allowed object isTermsOfDeliveryCode
-
getShippingPaymentMethod
public ShippingPaymentMethod getShippingPaymentMethod()
Gets the value of the shippingPaymentMethod property.- Returns:
- possible object is
ShippingPaymentMethod
-
setShippingPaymentMethod
public void setShippingPaymentMethod(ShippingPaymentMethod value)
Sets the value of the shippingPaymentMethod property.- Parameters:
value- allowed object isShippingPaymentMethod
-
getTransportTerms
public TransportTerms getTransportTerms()
Gets the value of the transportTerms property.- Returns:
- possible object is
TransportTerms
-
setTransportTerms
public void setTransportTerms(TransportTerms value)
Sets the value of the transportTerms property.- Parameters:
value- allowed object isTransportTerms
-
getAddress
public Address getAddress()
Gets the value of the address property.- Returns:
- possible object is
Address
-
setAddress
public void setAddress(Address value)
Sets the value of the address property.- Parameters:
value- allowed object isAddress
-
getComments
public java.util.List<Comments> getComments()
Gets the value of the comments property.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
setmethod 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
-
-