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 java.lang.String |
invalidProperty |
faultCause, faultMessage
Constructor and Description |
---|
InvalidArgument() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInvalidProperty()
Gets the value of the invalidProperty property.
|
void |
setInvalidProperty(java.lang.String value)
Sets the value of the invalidProperty property.
|
getFaultCause, getFaultMessage, setFaultCause
public java.lang.String getInvalidProperty()
String
public void setInvalidProperty(java.lang.String value)
value
- allowed object is
String