Package org.cxml
Class PackageID
java.lang.Object
org.cxml.PackageID
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the globalIndividualAssetID property.Gets the value of the packageTrackingID property.Gets the value of the returnablePackageID property.voidsetGlobalIndividualAssetID(String value) Sets the value of the globalIndividualAssetID property.voidsetPackageTrackingID(String value) Sets the value of the packageTrackingID property.voidsetReturnablePackageID(String value) Sets the value of the returnablePackageID property.
-
Field Details
-
globalIndividualAssetID
-
returnablePackageID
-
packageTrackingID
-
-
Constructor Details
-
PackageID
public PackageID()
-
-
Method Details
-
getGlobalIndividualAssetID
Gets the value of the globalIndividualAssetID property.- Returns:
- possible object is
String
-
setGlobalIndividualAssetID
Sets the value of the globalIndividualAssetID property.- Parameters:
value- allowed object isString
-
getReturnablePackageID
Gets the value of the returnablePackageID property.- Returns:
- possible object is
String
-
setReturnablePackageID
Sets the value of the returnablePackageID property.- Parameters:
value- allowed object isString
-
getPackageTrackingID
Gets the value of the packageTrackingID property.- Returns:
- possible object is
String
-
setPackageTrackingID
Sets the value of the packageTrackingID property.- Parameters:
value- allowed object isString
-