|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.InconsistencyXto
public class InconsistencyXto
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 |
|---|
public InconsistencyXto()
| Method Detail |
|---|
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic int getSourceElementOid()
public void setSourceElementOid(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||