|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ontotext.ordi.wsmo4rdf.remote.client.conn.ORDIException
public class ORDIException
Java class for ORDIException complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ORDIException"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="serialVersionUID" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
message
|
protected Long |
serialVersionUID
|
Constructor Summary | |
---|---|
ORDIException()
|
Method Summary | |
---|---|
String |
getMessage()
Gets the value of the message property. |
Long |
getSerialVersionUID()
Gets the value of the serialVersionUID property. |
void |
setMessage(String value)
Sets the value of the message property. |
void |
setSerialVersionUID(Long value)
Sets the value of the serialVersionUID property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Long serialVersionUID
protected String message
Constructor Detail |
---|
public ORDIException()
Method Detail |
---|
public Long getSerialVersionUID()
Long
public void setSerialVersionUID(Long value)
value
- allowed object is
Long
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |