org.biopax.validator.jaxb
Class ErrorCaseType

java.lang.Object
  extended by org.biopax.validator.jaxb.ErrorCaseType

public class ErrorCaseType
extends java.lang.Object

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

message

protected java.lang.String message

object

protected java.lang.String object

reportedBy

protected java.lang.String reportedBy

fixed

protected boolean fixed
Constructor Detail

ErrorCaseType

public ErrorCaseType()
Method Detail

getMessage

public java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getObject

public java.lang.String getObject()
Gets the value of the object property.

Returns:
possible object is String

setObject

public void setObject(java.lang.String value)
Sets the value of the object property.

Parameters:
value - allowed object is String

getReportedBy

public java.lang.String getReportedBy()
Gets the value of the reportedBy property.

Returns:
possible object is String

setReportedBy

public void setReportedBy(java.lang.String value)
Sets the value of the reportedBy property.

Parameters:
value - allowed object is String

isFixed

public boolean isFixed()
Gets the value of the fixed property.


setFixed

public void setFixed(boolean value)
Sets the value of the fixed property.



Copyright © 2011 BioPAX. All Rights Reserved.