|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biopax.validator.jaxb.ErrorCaseType
public class ErrorCaseType
Java class for ErrorCaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorCaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="object" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="reportedBy" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fixed" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
fixed
|
protected java.lang.String |
message
|
protected java.lang.String |
object
|
protected java.lang.String |
reportedBy
|
| Constructor Summary | |
|---|---|
ErrorCaseType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Gets the value of the message property. |
java.lang.String |
getObject()
Gets the value of the object property. |
java.lang.String |
getReportedBy()
Gets the value of the reportedBy property. |
boolean |
isFixed()
Gets the value of the fixed property. |
void |
setFixed(boolean value)
Sets the value of the fixed property. |
void |
setMessage(java.lang.String value)
Sets the value of the message property. |
void |
setObject(java.lang.String value)
Sets the value of the object property. |
void |
setReportedBy(java.lang.String value)
Sets the value of the reportedBy property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String message
protected java.lang.String object
protected java.lang.String reportedBy
protected boolean fixed
| Constructor Detail |
|---|
public ErrorCaseType()
| Method Detail |
|---|
public java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getObject()
Stringpublic void setObject(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReportedBy()
Stringpublic void setReportedBy(java.lang.String value)
value - allowed object is
Stringpublic boolean isFixed()
public void setFixed(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||