|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| int | getErrorCode () |
| void | setErrorCode (int value) |
| String | getErrorDscr () |
| void | setErrorDscr (String value) |
Protected Attributes | |
| int | errorCode |
| String | errorDscr |
Java class for GLSExitCode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GLSExitCode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ErrorDscr" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 35 of file GLSExitCode.java.
| int eu.glsgroup.ws.parcelshopsearch.GLSExitCode.getErrorCode | ( | ) |
Gets the value of the errorCode property.
Definition at line 46 of file GLSExitCode.java.
| String eu.glsgroup.ws.parcelshopsearch.GLSExitCode.getErrorDscr | ( | ) |
Gets the value of the errorDscr property.
Definition at line 66 of file GLSExitCode.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSExitCode.setErrorCode | ( | int | value | ) |
Sets the value of the errorCode property.
Definition at line 54 of file GLSExitCode.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSExitCode.setErrorDscr | ( | String | value | ) |
Sets the value of the errorDscr property.
| value | allowed object is String |
Definition at line 78 of file GLSExitCode.java.
|
protected |
Definition at line 38 of file GLSExitCode.java.
|
protected |
Definition at line 40 of file GLSExitCode.java.
1.8.13