public class LocalizedMethodFault extends DynamicData
Java class for LocalizedMethodFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalizedMethodFault"> <complexContent> <extension base="{urn:lookup}DynamicData"> <sequence> <element name="fault" type="{urn:lookup}MethodFault"/> <element name="localizedMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected MethodFault |
fault |
protected java.lang.String |
localizedMessage |
Constructor and Description |
---|
LocalizedMethodFault() |
Modifier and Type | Method and Description |
---|---|
MethodFault |
getFault()
Gets the value of the fault property.
|
java.lang.String |
getLocalizedMessage()
Gets the value of the localizedMessage property.
|
void |
setFault(MethodFault value)
Sets the value of the fault property.
|
void |
setLocalizedMessage(java.lang.String value)
Sets the value of the localizedMessage property.
|
protected MethodFault fault
protected java.lang.String localizedMessage
public MethodFault getFault()
MethodFault
public void setFault(MethodFault value)
value
- allowed object is
MethodFault
public java.lang.String getLocalizedMessage()
String
public void setLocalizedMessage(java.lang.String value)
value
- allowed object is
String