Package org.cxml

Class TermsOfDelivery

java.lang.Object
org.cxml.TermsOfDelivery

public class TermsOfDelivery extends Object
  • Field Details

  • Constructor Details

    • TermsOfDelivery

      public TermsOfDelivery()
  • Method Details

    • 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 is TermsOfDeliveryCode
    • 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 is ShippingPaymentMethod
    • 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 is TransportTerms
    • 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 is Address
    • getComments

      public 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 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