Package org.cxml

Class Shipping

java.lang.Object
org.cxml.Shipping

public class Shipping extends Object
  • Field Details

    • trackingDomain

      protected String trackingDomain
    • trackingId

      protected String trackingId
    • tracking

      protected String tracking
    • money

      protected Money money
    • description

      protected Description description
    • modifications

      protected Modifications modifications
  • Constructor Details

    • Shipping

      public Shipping()
  • Method Details

    • getTrackingDomain

      public String getTrackingDomain()
      Gets the value of the trackingDomain property.
      Returns:
      possible object is String
    • setTrackingDomain

      public void setTrackingDomain(String value)
      Sets the value of the trackingDomain property.
      Parameters:
      value - allowed object is String
    • getTrackingId

      public String getTrackingId()
      Gets the value of the trackingId property.
      Returns:
      possible object is String
    • setTrackingId

      public void setTrackingId(String value)
      Sets the value of the trackingId property.
      Parameters:
      value - allowed object is String
    • getTracking

      public String getTracking()
      Gets the value of the tracking property.
      Returns:
      possible object is String
    • setTracking

      public void setTracking(String value)
      Sets the value of the tracking property.
      Parameters:
      value - allowed object is String
    • 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 is Money
    • 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 is Description
    • 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 is Modifications