|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesAdminFault
public class AesAdminFault
Java class for AesAdminFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AesAdminFault">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="info" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="details" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="cause" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Object |
cause
|
protected String |
details
|
protected String |
info
|
protected String |
message
|
| Constructor Summary | |
|---|---|
AesAdminFault()
|
|
| Method Summary | |
|---|---|
Object |
getCause()
Gets the value of the cause property. |
String |
getDetails()
Gets the value of the details property. |
String |
getInfo()
Gets the value of the info property. |
String |
getMessage()
Gets the value of the message property. |
void |
setCause(Object value)
Sets the value of the cause property. |
void |
setDetails(String value)
Sets the value of the details property. |
void |
setInfo(String value)
Sets the value of the info property. |
void |
setMessage(String value)
Sets the value of the message property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String info
protected String details
protected Object cause
protected String message
| Constructor Detail |
|---|
public AesAdminFault()
| Method Detail |
|---|
public String getInfo()
Stringpublic void setInfo(String value)
value - allowed object is
Stringpublic String getDetails()
Stringpublic void setDetails(String value)
value - allowed object is
Stringpublic Object getCause()
Objectpublic void setCause(Object value)
value - allowed object is
Objectpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||