org.biopax.validator.jaxb
Class ErrorType

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

public class ErrorType
extends java.lang.Object

Java class for ErrorType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ErrorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="errorCase" type="{http://biopax.org/validator/2.0/schema}ErrorCaseType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="category" type="{http://biopax.org/validator/2.0/schema}Category" />
       <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="notFixedCases" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="totalCases" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="type" type="{http://biopax.org/validator/2.0/schema}Behavior" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Category category
           
protected  java.lang.String code
           
protected  java.util.List<ErrorCaseType> errorCase
           
protected  java.lang.String message
           
protected  int notFixedCases
           
protected  int totalCases
           
protected  Behavior type
           
 
Constructor Summary
ErrorType()
           
 
Method Summary
 Category getCategory()
          Gets the value of the category property.
 java.lang.String getCode()
          Gets the value of the code property.
 java.util.List<ErrorCaseType> getErrorCase()
          Gets the value of the errorCase property.
 java.lang.String getMessage()
          Gets the value of the message property.
 int getNotFixedCases()
          Gets the value of the notFixedCases property.
 int getTotalCases()
          Gets the value of the totalCases property.
 Behavior getType()
          Gets the value of the type property.
 void setCategory(Category value)
          Sets the value of the category property.
 void setCode(java.lang.String value)
          Sets the value of the code property.
 void setMessage(java.lang.String value)
          Sets the value of the message property.
 void setNotFixedCases(int value)
          Sets the value of the notFixedCases property.
 void setTotalCases(int value)
          Sets the value of the totalCases property.
 void setType(Behavior value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCase

protected java.util.List<ErrorCaseType> errorCase

category

protected Category category

code

protected java.lang.String code

message

protected java.lang.String message

notFixedCases

protected int notFixedCases

totalCases

protected int totalCases

type

protected Behavior type
Constructor Detail

ErrorType

public ErrorType()
Method Detail

getErrorCase

public java.util.List<ErrorCaseType> getErrorCase()
Gets the value of the errorCase property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the errorCase property.

For example, to add a new item, do as follows:

    getErrorCase().add(newItem);
 

Objects of the following type(s) are allowed in the list ErrorCaseType


getCategory

public Category getCategory()
Gets the value of the category property.

Returns:
possible object is Category

setCategory

public void setCategory(Category value)
Sets the value of the category property.

Parameters:
value - allowed object is Category

getCode

public java.lang.String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(java.lang.String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

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

getNotFixedCases

public int getNotFixedCases()
Gets the value of the notFixedCases property.


setNotFixedCases

public void setNotFixedCases(int value)
Sets the value of the notFixedCases property.


getTotalCases

public int getTotalCases()
Gets the value of the totalCases property.


setTotalCases

public void setTotalCases(int value)
Sets the value of the totalCases property.


getType

public Behavior getType()
Gets the value of the type property.

Returns:
possible object is Behavior

setType

public void setType(Behavior value)
Sets the value of the type property.

Parameters:
value - allowed object is Behavior


Copyright © 2011 BioPAX. All Rights Reserved.