Package org.cxml

Class TermsOfDelivery


  • public class TermsOfDelivery
    extends java.lang.Object
    • Constructor Detail

      • TermsOfDelivery

        public TermsOfDelivery()
    • Method Detail

      • setTermsOfDeliveryCode

        public void setTermsOfDeliveryCode​(TermsOfDeliveryCode value)
        Sets the value of the termsOfDeliveryCode property.
        Parameters:
        value - allowed object is TermsOfDeliveryCode
      • 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 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 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