com.active_endpoints.schemas.engineapi._2010._05.engineapitypes
Class AesAdminFault

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesAdminFault

public class AesAdminFault
extends Object

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

info

protected String info

details

protected String details

cause

protected Object cause

message

protected String message
Constructor Detail

AesAdminFault

public AesAdminFault()
Method Detail

getInfo

public String getInfo()
Gets the value of the info property.

Returns:
possible object is String

setInfo

public void setInfo(String value)
Sets the value of the info property.

Parameters:
value - allowed object is String

getDetails

public String getDetails()
Gets the value of the details property.

Returns:
possible object is String

setDetails

public void setDetails(String value)
Sets the value of the details property.

Parameters:
value - allowed object is String

getCause

public Object getCause()
Gets the value of the cause property.

Returns:
possible object is Object

setCause

public void setCause(Object value)
Sets the value of the cause property.

Parameters:
value - allowed object is Object

getMessage

public String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(String value)
Sets the value of the message property.

Parameters:
value - allowed object is String


Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.