public class InconsistencyXto extends Object
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 and Description |
|---|
InconsistencyXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic int getSourceElementOid()
public void setSourceElementOid(int value)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.