|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.fault.ApiFault
public class ApiFault
Java class for ApiFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApiFault">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exceptionCode" type="{urn:fault.partner.soap.sforce.com}ExceptionCode"/>
<element name="exceptionMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ExceptionCode |
exceptionCode
|
protected java.lang.String |
exceptionMessage
|
| Constructor Summary | |
|---|---|
ApiFault()
|
|
| Method Summary | |
|---|---|
ExceptionCode |
getExceptionCode()
Gets the value of the exceptionCode property. |
java.lang.String |
getExceptionMessage()
Gets the value of the exceptionMessage property. |
void |
setExceptionCode(ExceptionCode value)
Sets the value of the exceptionCode property. |
void |
setExceptionMessage(java.lang.String value)
Sets the value of the exceptionMessage property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ExceptionCode exceptionCode
protected java.lang.String exceptionMessage
| Constructor Detail |
|---|
public ApiFault()
| Method Detail |
|---|
public ExceptionCode getExceptionCode()
ExceptionCodepublic void setExceptionCode(ExceptionCode value)
value - allowed object is
ExceptionCodepublic java.lang.String getExceptionMessage()
Stringpublic void setExceptionMessage(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||