|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.BpmFaultXto
public class BpmFaultXto
Java class for BpmFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BpmFault">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="faultCode" type="{http://eclipse.org/stardust/ws/v2012a/api}BpmFaultCode"/>
<element name="faultId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="faultDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
BpmFaultXto()
|
|
| Method Summary | |
|---|---|
BpmFaultCodeXto |
getFaultCode()
Gets the value of the faultCode property. |
String |
getFaultDescription()
Gets the value of the faultDescription property. |
String |
getFaultId()
Gets the value of the faultId property. |
void |
setFaultCode(BpmFaultCodeXto value)
Sets the value of the faultCode property. |
void |
setFaultDescription(String value)
Sets the value of the faultDescription property. |
void |
setFaultId(String value)
Sets the value of the faultId property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BpmFaultXto()
| Method Detail |
|---|
public BpmFaultCodeXto getFaultCode()
BpmFaultCodeXtopublic void setFaultCode(BpmFaultCodeXto value)
value - allowed object is
BpmFaultCodeXtopublic String getFaultId()
Stringpublic void setFaultId(String value)
value - allowed object is
Stringpublic String getFaultDescription()
Stringpublic void setFaultDescription(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||