org.eclipse.stardust.engine.api.ws
Class BpmFaultXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.BpmFaultXto

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 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

BpmFaultXto

public BpmFaultXto()
Method Detail

getFaultCode

public BpmFaultCodeXto getFaultCode()
Gets the value of the faultCode property.

Returns:
possible object is BpmFaultCodeXto

setFaultCode

public void setFaultCode(BpmFaultCodeXto value)
Sets the value of the faultCode property.

Parameters:
value - allowed object is BpmFaultCodeXto

getFaultId

public String getFaultId()
Gets the value of the faultId property.

Returns:
possible object is String

setFaultId

public void setFaultId(String value)
Sets the value of the faultId property.

Parameters:
value - allowed object is String

getFaultDescription

public String getFaultDescription()
Gets the value of the faultDescription property.

Returns:
possible object is String

setFaultDescription

public void setFaultDescription(String value)
Sets the value of the faultDescription property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.