Package org.cxml

Class ShipmentIdentifier

java.lang.Object
org.cxml.ShipmentIdentifier

public class ShipmentIdentifier extends Object
  • Field Details

    • domain

      protected String domain
    • trackingNumberDate

      protected String trackingNumberDate
    • trackingURL

      protected String trackingURL
    • value

      protected String value
  • Constructor Details

    • ShipmentIdentifier

      public ShipmentIdentifier()
  • Method Details

    • getDomain

      public String getDomain()
      Gets the value of the domain property.
      Returns:
      possible object is String
    • setDomain

      public void setDomain(String value)
      Sets the value of the domain property.
      Parameters:
      value - allowed object is String
    • getTrackingNumberDate

      public String getTrackingNumberDate()
      Gets the value of the trackingNumberDate property.
      Returns:
      possible object is String
    • setTrackingNumberDate

      public void setTrackingNumberDate(String value)
      Sets the value of the trackingNumberDate property.
      Parameters:
      value - allowed object is String
    • getTrackingURL

      public String getTrackingURL()
      Gets the value of the trackingURL property.
      Returns:
      possible object is String
    • setTrackingURL

      public void setTrackingURL(String value)
      Sets the value of the trackingURL property.
      Parameters:
      value - allowed object is String
    • getvalue

      public String getvalue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setvalue

      public void setvalue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String