|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| String | getParcelShopID () |
| void | setParcelShopID (String value) |
| String | getType () |
| void | setType (String value) |
| Location | getLocation () |
| void | setLocation (Location value) |
| Address | getAddress () |
| void | setAddress (Address value) |
| List< Vacations > | getHolidays () |
| List< WorkingDay > | getWorkingDay () |
| String | getAirlineDistance () |
| void | setAirlineDistance (String value) |
Protected Attributes | |
| String | parcelShopID |
| String | type |
| Location | location |
| Address | address |
| List< Vacations > | holidays |
| List< WorkingDay > | workingDay |
| String | airlineDistance |
Parcel shop attributes
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://fpcs.gls-group.eu/v1/ParcelShop}ParcelShopID"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Location" type="{http://fpcs.gls-group.eu/v1/ParcelShop}Location" minOccurs="0"/>
<element name="Address" type="{http://fpcs.gls-group.eu/v1/Common}Address"/>
<element name="Holidays" type="{http://fpcs.gls-group.eu/v1/ParcelShop}Vacations" maxOccurs="unbounded" minOccurs="0"/>
<element name="WorkingDay" type="{http://fpcs.gls-group.eu/v1/ParcelShop}WorkingDay" maxOccurs="unbounded" minOccurs="0"/>
<element name="AirlineDistance" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 53 of file ParcelShop.java.
| Address eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShop.getAddress | ( | ) |
Gets the value of the address property.
Definition at line 150 of file ParcelShop.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShop.getAirlineDistance | ( | ) |
Gets the value of the airlineDistance property.
Definition at line 232 of file ParcelShop.java.
| List<Vacations> eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShop.getHolidays | ( | ) |
Gets the value of the holidays property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the holidays property.
For example, to add a new item, do as follows:
getHolidays().add(newItem);
Objects of the following type(s) are allowed in the list Vacations
Definition at line 188 of file ParcelShop.java.
| Location eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShop.getLocation | ( | ) |
Gets the value of the location property.
Definition at line 126 of file ParcelShop.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShop.getParcelShopID | ( | ) |
Gets the value of the parcelShopID property.
Definition at line 78 of file ParcelShop.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShop.getType | ( | ) |
Gets the value of the type property.
Definition at line 102 of file ParcelShop.java.
| List<WorkingDay> eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShop.getWorkingDay | ( | ) |
Gets the value of the workingDay property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the workingDay property.
For example, to add a new item, do as follows:
getWorkingDay().add(newItem);
Objects of the following type(s) are allowed in the list WorkingDay
Definition at line 217 of file ParcelShop.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShop.setAddress | ( | Address | value | ) |
Sets the value of the address property.
| value | allowed object is Address |
Definition at line 162 of file ParcelShop.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShop.setAirlineDistance | ( | String | value | ) |
Sets the value of the airlineDistance property.
| value | allowed object is String |
Definition at line 244 of file ParcelShop.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShop.setLocation | ( | Location | value | ) |
Sets the value of the location property.
| value | allowed object is Location |
Definition at line 138 of file ParcelShop.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShop.setParcelShopID | ( | String | value | ) |
Sets the value of the parcelShopID property.
| value | allowed object is String |
Definition at line 90 of file ParcelShop.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShop.setType | ( | String | value | ) |
Sets the value of the type property.
| value | allowed object is String |
Definition at line 114 of file ParcelShop.java.
|
protected |
Definition at line 62 of file ParcelShop.java.
|
protected |
Definition at line 68 of file ParcelShop.java.
|
protected |
Definition at line 64 of file ParcelShop.java.
|
protected |
Definition at line 60 of file ParcelShop.java.
|
protected |
Definition at line 56 of file ParcelShop.java.
|
protected |
Definition at line 58 of file ParcelShop.java.
|
protected |
Definition at line 66 of file ParcelShop.java.
1.8.13