|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getReferenceNumber () |
| void | setReferenceNumber (String value) |
| String | getCustomerReferenceNumber () |
| void | setCustomerReferenceNumber (String value) |
| Date | getInitialDate () |
| void | setInitialDate (Date value) |
| String | getStatus () |
| void | setStatus (String value) |
Protected Attributes | |
| String | referenceNumber |
| String | customerReferenceNumber |
| Date | initialDate |
| String | status |
Unit item (a track list item)
Java class for UnitItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnitItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReferenceNumber" type="{http://fpcs.gls-group.eu/v1/Common}ReferenceNumber"/>
<element name="CustomerReferenceNumber" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber"/>
<element name="InitialDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 45 of file parcelshop/UnitItem.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.UnitItem.getCustomerReferenceNumber | ( | ) |
Gets the value of the customerReferenceNumber property.
Definition at line 90 of file parcelshop/UnitItem.java.
| Date eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.UnitItem.getInitialDate | ( | ) |
Gets the value of the initialDate property.
Definition at line 114 of file parcelshop/UnitItem.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.UnitItem.getReferenceNumber | ( | ) |
Gets the value of the referenceNumber property.
Definition at line 66 of file parcelshop/UnitItem.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.UnitItem.getStatus | ( | ) |
Gets the value of the status property.
Definition at line 138 of file parcelshop/UnitItem.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.UnitItem.setCustomerReferenceNumber | ( | String | value | ) |
Sets the value of the customerReferenceNumber property.
| value | allowed object is String |
Definition at line 102 of file parcelshop/UnitItem.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.UnitItem.setInitialDate | ( | Date | value | ) |
Sets the value of the initialDate property.
| value | allowed object is String |
Definition at line 126 of file parcelshop/UnitItem.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.UnitItem.setReferenceNumber | ( | String | value | ) |
Sets the value of the referenceNumber property.
| value | allowed object is String |
Definition at line 78 of file parcelshop/UnitItem.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.UnitItem.setStatus | ( | String | value | ) |
Sets the value of the status property.
| value | allowed object is String |
Definition at line 150 of file parcelshop/UnitItem.java.
|
protected |
Definition at line 50 of file parcelshop/UnitItem.java.
|
protected |
Definition at line 54 of file parcelshop/UnitItem.java.
|
protected |
Definition at line 48 of file parcelshop/UnitItem.java.
|
protected |
Definition at line 56 of file parcelshop/UnitItem.java.
1.8.13