public class BpmFaultXto extends Object
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 and Description |
|---|
BpmFaultXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
StringCopyright © 2016 Eclipse Stardust. All Rights Reserved.