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.common.InvalidFieldValueFault Class Reference

Public Member Functions

List< FieldsgetField ()
 

Protected Attributes

List< Fieldsfield
 

Detailed Description

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 name="field" type="{http://fpcs.gls-group.eu/v1/Common}Fields" maxOccurs="unbounded"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 37 of file InvalidFieldValueFault.java.

Member Function Documentation

List<Fields> eu.glsgroup.fpcs.datatypes.soap.v1.common.InvalidFieldValueFault.getField ( )

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

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

   getField().add(newItem);

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

Definition at line 64 of file InvalidFieldValueFault.java.

Member Data Documentation

List<Fields> eu.glsgroup.fpcs.datatypes.soap.v1.common.InvalidFieldValueFault.field
protected

Definition at line 40 of file InvalidFieldValueFault.java.


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