Package org.cxml
Class Shipping
- java.lang.Object
-
- org.cxml.Shipping
-
public class Shipping extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Descriptiondescriptionprotected Modificationsmodificationsprotected Moneymoneyprotected java.lang.Stringtrackingprotected java.lang.StringtrackingDomainprotected java.lang.StringtrackingId
-
Constructor Summary
Constructors Constructor Description Shipping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptiongetDescription()Gets the value of the description property.ModificationsgetModifications()Gets the value of the modifications property.MoneygetMoney()Gets the value of the money property.java.lang.StringgetTracking()Gets the value of the tracking property.java.lang.StringgetTrackingDomain()Gets the value of the trackingDomain property.java.lang.StringgetTrackingId()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.voidsetMoney(Money value)Sets the value of the money property.voidsetTracking(java.lang.String value)Sets the value of the tracking property.voidsetTrackingDomain(java.lang.String value)Sets the value of the trackingDomain property.voidsetTrackingId(java.lang.String value)Sets the value of the trackingId property.
-
-
-
Field Detail
-
trackingDomain
protected java.lang.String trackingDomain
-
trackingId
protected java.lang.String trackingId
-
tracking
protected java.lang.String tracking
-
money
protected Money money
-
description
protected Description description
-
modifications
protected Modifications modifications
-
-
Method Detail
-
getTrackingDomain
public java.lang.String getTrackingDomain()
Gets the value of the trackingDomain property.- Returns:
- possible object is
String
-
setTrackingDomain
public void setTrackingDomain(java.lang.String value)
Sets the value of the trackingDomain property.- Parameters:
value- allowed object isString
-
getTrackingId
public java.lang.String getTrackingId()
Gets the value of the trackingId property.- Returns:
- possible object is
String
-
setTrackingId
public void setTrackingId(java.lang.String value)
Sets the value of the trackingId property.- Parameters:
value- allowed object isString
-
getTracking
public java.lang.String getTracking()
Gets the value of the tracking property.- Returns:
- possible object is
String
-
setTracking
public void setTracking(java.lang.String value)
Sets the value of the tracking property.- Parameters:
value- allowed object isString
-
getMoney
public Money getMoney()
Gets the value of the money property.- Returns:
- possible object is
Money
-
setMoney
public void setMoney(Money value)
Sets the value of the money property.- Parameters:
value- allowed object isMoney
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getModifications
public Modifications getModifications()
Gets the value of the modifications property.- Returns:
- possible object is
Modifications
-
setModifications
public void setModifications(Modifications value)
Sets the value of the modifications property.- Parameters:
value- allowed object isModifications
-
-