Package org.cxml

Class Shipping


  • public class Shipping
    extends java.lang.Object
    • Field Detail

      • trackingDomain

        protected java.lang.String trackingDomain
      • trackingId

        protected java.lang.String trackingId
      • tracking

        protected java.lang.String tracking
      • money

        protected Money money
    • Constructor Detail

      • Shipping

        public Shipping()
    • 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 is String
      • 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 is String
      • 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 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