public class InvalidType extends InvalidRequest
Java class for InvalidType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvalidType">
<complexContent>
<extension base="{urn:lookup}InvalidRequest">
<sequence>
<element name="argument" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
argument |
faultCause, faultMessage| Constructor and Description |
|---|
InvalidType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArgument()
Gets the value of the argument property.
|
void |
setArgument(String value)
Sets the value of the argument property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String argument
Copyright © 2016. All Rights Reserved.