|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| List< Field > | getFieldname () |
Protected Attributes | |
| List< Field > | fieldname |
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="fieldname" type="{http://fpcs.gls-group.eu/v1/Common}Field" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 37 of file MandatoryFieldMissingFault.java.
| List<Field> eu.gls_group.fpcs.v1.common.MandatoryFieldMissingFault.getFieldname | ( | ) |
Gets the value of the fieldname 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 fieldname property.
For example, to add a new item, do as follows:
getFieldname().add(newItem);
Objects of the following type(s) are allowed in the list Field
Definition at line 64 of file MandatoryFieldMissingFault.java.
|
protected |
Definition at line 40 of file MandatoryFieldMissingFault.java.
1.8.13