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