GLS ShipIT
GLS ShipIT - REST services
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.MetaData Class Reference

Public Member Functions

List< KeyValuePairgetItem ()
 

Protected Attributes

List< KeyValuePairitem
 

Detailed Description

Parcel meta data

Java class for MetaData complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="MetaData">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Item" type="{http://fpcs.gls-group.eu/v1/Common}KeyValuePair" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 39 of file MetaData.java.

Member Function Documentation

List<KeyValuePair> eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.MetaData.getItem ( )

Gets the value of the item 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 item property.

For example, to add a new item, do as follows:

   getItem().add(newItem);

Objects of the following type(s) are allowed in the list KeyValuePair

Definition at line 66 of file MetaData.java.

Member Data Documentation

List<KeyValuePair> eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.MetaData.item
protected

Definition at line 42 of file MetaData.java.


The documentation for this class was generated from the following file: