Package org.cxml
Class TermsOfDelivery
java.lang.Object
org.cxml.TermsOfDelivery
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Addressprotected ShippingPaymentMethodprotected TermsOfDeliveryCodeprotected TransportTerms -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.Gets the value of the comments property.Gets the value of the shippingPaymentMethod property.Gets the value of the termsOfDeliveryCode property.Gets the value of the transportTerms property.voidsetAddress(Address value) Sets the value of the address property.voidSets the value of the shippingPaymentMethod property.voidSets the value of the termsOfDeliveryCode property.voidsetTransportTerms(TransportTerms value) Sets the value of the transportTerms property.
-
Field Details
-
termsOfDeliveryCode
-
shippingPaymentMethod
-
transportTerms
-
address
-
comments
-
-
Constructor Details
-
TermsOfDelivery
public TermsOfDelivery()
-
-
Method Details
-
getTermsOfDeliveryCode
Gets the value of the termsOfDeliveryCode property.- Returns:
- possible object is
TermsOfDeliveryCode
-
setTermsOfDeliveryCode
Sets the value of the termsOfDeliveryCode property.- Parameters:
value- allowed object isTermsOfDeliveryCode
-
getShippingPaymentMethod
Gets the value of the shippingPaymentMethod property.- Returns:
- possible object is
ShippingPaymentMethod
-
setShippingPaymentMethod
Sets the value of the shippingPaymentMethod property.- Parameters:
value- allowed object isShippingPaymentMethod
-
getTransportTerms
Gets the value of the transportTerms property.- Returns:
- possible object is
TransportTerms
-
setTransportTerms
Sets the value of the transportTerms property.- Parameters:
value- allowed object isTransportTerms
-
getAddress
Gets the value of the address property.- Returns:
- possible object is
Address
-
setAddress
Sets the value of the address property.- Parameters:
value- allowed object isAddress
-
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
-