Package org.cxml
Class ShipmentIdentifier
java.lang.Object
org.cxml.ShipmentIdentifier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the domain property.Gets the value of the trackingNumberDate property.Gets the value of the trackingURL property.getvalue()Gets the value of the value property.voidSets the value of the domain property.voidsetTrackingNumberDate(String value) Sets the value of the trackingNumberDate property.voidsetTrackingURL(String value) Sets the value of the trackingURL property.voidSets the value of the value property.
-
Field Details
-
domain
-
trackingNumberDate
-
trackingURL
-
value
-
-
Constructor Details
-
ShipmentIdentifier
public ShipmentIdentifier()
-
-
Method Details
-
getDomain
Gets the value of the domain property.- Returns:
- possible object is
String
-
setDomain
Sets the value of the domain property.- Parameters:
value- allowed object isString
-
getTrackingNumberDate
Gets the value of the trackingNumberDate property.- Returns:
- possible object is
String
-
setTrackingNumberDate
Sets the value of the trackingNumberDate property.- Parameters:
value- allowed object isString
-
getTrackingURL
Gets the value of the trackingURL property.- Returns:
- possible object is
String
-
setTrackingURL
Sets the value of the trackingURL property.- Parameters:
value- allowed object isString
-
getvalue
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
Sets the value of the value property.- Parameters:
value- allowed object isString
-