Package org.cxml
Class Shipping
java.lang.Object
org.cxml.Shipping
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Descriptionprotected Modificationsprotected Moneyprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the modifications property.getMoney()Gets the value of the money property.Gets the value of the tracking property.Gets the value of the trackingDomain property.Gets the value of the trackingId property.voidsetDescription(Description value) Sets the value of the description property.voidsetModifications(Modifications value) Sets the value of the modifications property.voidSets the value of the money property.voidsetTracking(String value) Sets the value of the tracking property.voidsetTrackingDomain(String value) Sets the value of the trackingDomain property.voidsetTrackingId(String value) Sets the value of the trackingId property.
-
Field Details
-
trackingDomain
-
trackingId
-
tracking
-
money
-
description
-
modifications
-
-
Constructor Details
-
Shipping
public Shipping()
-
-
Method Details
-
getTrackingDomain
Gets the value of the trackingDomain property.- Returns:
- possible object is
String
-
setTrackingDomain
Sets the value of the trackingDomain property.- Parameters:
value- allowed object isString
-
getTrackingId
Gets the value of the trackingId property.- Returns:
- possible object is
String
-
setTrackingId
Sets the value of the trackingId property.- Parameters:
value- allowed object isString
-
getTracking
Gets the value of the tracking property.- Returns:
- possible object is
String
-
setTracking
Sets the value of the tracking property.- Parameters:
value- allowed object isString
-
getMoney
Gets the value of the money property.- Returns:
- possible object is
Money
-
setMoney
Sets the value of the money property.- Parameters:
value- allowed object isMoney
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getModifications
Gets the value of the modifications property.- Returns:
- possible object is
Modifications
-
setModifications
Sets the value of the modifications property.- Parameters:
value- allowed object isModifications
-