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

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

public class InconsistencyXto
extends Object

The Inconsistency provides information about a model inconsistency. Inconsistencies are of two types: errors and warnings. When an error inconsistency is issued, the model is unable to work (models with errors cannot be deployed). A warning inconsistency implies that the specific workflow operation may fail.

Java class for Inconsistency complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Inconsistency">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sourceElementOid" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
InconsistencyXto()
           
 
Method Summary
 String getMessage()
          Gets the value of the message property.
 int getSourceElementOid()
          Gets the value of the sourceElementOid property.
 void setMessage(String value)
          Sets the value of the message property.
 void setSourceElementOid(int value)
          Sets the value of the sourceElementOid property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InconsistencyXto

public InconsistencyXto()
Method Detail

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

getSourceElementOid

public int getSourceElementOid()
Gets the value of the sourceElementOid property.


setSourceElementOid

public void setSourceElementOid(int value)
Sets the value of the sourceElementOid property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.