|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getRule () |
| void | setRule (String value) |
| String | getLocation () |
| void | setLocation (String value) |
| List< String > | getParameters () |
Protected Attributes | |
| String | rule |
| String | location |
| List< String > | parameters |
Data structure explaining the validation issue
Java class for ValidationIssue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationIssue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Rule" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Location" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Parameters" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 43 of file gls_group/fpcs/v1/shipmentprocessing/types/ValidationIssue.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.ValidationIssue.getLocation | ( | ) |
Gets the value of the location property.
Definition at line 84 of file gls_group/fpcs/v1/shipmentprocessing/types/ValidationIssue.java.
| List<String> eu.gls_group.fpcs.v1.shipmentprocessing.types.ValidationIssue.getParameters | ( | ) |
Gets the value of the parameters 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 parameters property.
For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list String
Definition at line 122 of file gls_group/fpcs/v1/shipmentprocessing/types/ValidationIssue.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.ValidationIssue.getRule | ( | ) |
Gets the value of the rule property.
Definition at line 60 of file gls_group/fpcs/v1/shipmentprocessing/types/ValidationIssue.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ValidationIssue.setLocation | ( | String | value | ) |
Sets the value of the location property.
| value | allowed object is String |
Definition at line 96 of file gls_group/fpcs/v1/shipmentprocessing/types/ValidationIssue.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ValidationIssue.setRule | ( | String | value | ) |
Sets the value of the rule property.
| value | allowed object is String |
Definition at line 72 of file gls_group/fpcs/v1/shipmentprocessing/types/ValidationIssue.java.
|
protected |
Definition at line 48 of file gls_group/fpcs/v1/shipmentprocessing/types/ValidationIssue.java.
|
protected |
Definition at line 50 of file gls_group/fpcs/v1/shipmentprocessing/types/ValidationIssue.java.
|
protected |
Definition at line 46 of file gls_group/fpcs/v1/shipmentprocessing/types/ValidationIssue.java.
1.8.13