org.biopax.validator.jaxb
Class Validation

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

public class Validation
extends java.lang.Object

Java class for Validation complex type.

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

 <complexType name="Validation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="error" type="{http://biopax.org/validator/2.0/schema}ErrorType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="modelSerialized" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="fix" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="maxErrors" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="normalize" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="notFixedErrors" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="notFixedProblems" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="summary" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="threshold" type="{http://biopax.org/validator/2.0/schema}Behavior" />
       <attribute name="totalProblemsFound" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.String> comment
           
protected  java.lang.String description
           
protected  java.util.List<ErrorType> error
           
protected  boolean fix
           
protected  int maxErrors
           
protected  java.lang.String modelSerialized
           
protected  boolean normalize
           
protected  int notFixedErrors
           
protected  int notFixedProblems
           
protected  java.lang.String summary
           
protected  Behavior threshold
           
protected  int totalProblemsFound
           
 
Constructor Summary
Validation()
           
 
Method Summary
 java.util.List<java.lang.String> getComment()
          Gets the value of the comment property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.util.List<ErrorType> getError()
          Gets the value of the error property.
 int getMaxErrors()
          Gets the value of the maxErrors property.
 java.lang.String getModelSerialized()
          Gets the value of the modelSerialized property.
 int getNotFixedErrors()
          Gets the value of the notFixedErrors property.
 int getNotFixedProblems()
          Gets the value of the notFixedProblems property.
 java.lang.String getSummary()
          Gets the value of the summary property.
 Behavior getThreshold()
          Gets the value of the threshold property.
 int getTotalProblemsFound()
          Gets the value of the totalProblemsFound property.
 boolean isFix()
          Gets the value of the fix property.
 boolean isNormalize()
          Gets the value of the normalize property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setFix(boolean value)
          Sets the value of the fix property.
 void setMaxErrors(int value)
          Sets the value of the maxErrors property.
 void setModelSerialized(java.lang.String value)
          Sets the value of the modelSerialized property.
 void setNormalize(boolean value)
          Sets the value of the normalize property.
 void setNotFixedErrors(int value)
          Sets the value of the notFixedErrors property.
 void setNotFixedProblems(int value)
          Sets the value of the notFixedProblems property.
 void setSummary(java.lang.String value)
          Sets the value of the summary property.
 void setThreshold(Behavior value)
          Sets the value of the threshold property.
 void setTotalProblemsFound(int value)
          Sets the value of the totalProblemsFound property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comment

protected java.util.List<java.lang.String> comment

error

protected java.util.List<ErrorType> error

modelSerialized

protected java.lang.String modelSerialized

description

protected java.lang.String description

fix

protected boolean fix

maxErrors

protected int maxErrors

normalize

protected boolean normalize

notFixedErrors

protected int notFixedErrors

notFixedProblems

protected int notFixedProblems

summary

protected java.lang.String summary

threshold

protected Behavior threshold

totalProblemsFound

protected int totalProblemsFound
Constructor Detail

Validation

public Validation()
Method Detail

getComment

public java.util.List<java.lang.String> getComment()
Gets the value of the comment 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 comment property.

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

    getComment().add(newItem);
 

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


getError

public java.util.List<ErrorType> getError()
Gets the value of the error 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 error property.

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

    getError().add(newItem);
 

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


getModelSerialized

public java.lang.String getModelSerialized()
Gets the value of the modelSerialized property.

Returns:
possible object is String

setModelSerialized

public void setModelSerialized(java.lang.String value)
Sets the value of the modelSerialized property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isFix

public boolean isFix()
Gets the value of the fix property.


setFix

public void setFix(boolean value)
Sets the value of the fix property.


getMaxErrors

public int getMaxErrors()
Gets the value of the maxErrors property.


setMaxErrors

public void setMaxErrors(int value)
Sets the value of the maxErrors property.


isNormalize

public boolean isNormalize()
Gets the value of the normalize property.


setNormalize

public void setNormalize(boolean value)
Sets the value of the normalize property.


getNotFixedErrors

public int getNotFixedErrors()
Gets the value of the notFixedErrors property.


setNotFixedErrors

public void setNotFixedErrors(int value)
Sets the value of the notFixedErrors property.


getNotFixedProblems

public int getNotFixedProblems()
Gets the value of the notFixedProblems property.


setNotFixedProblems

public void setNotFixedProblems(int value)
Sets the value of the notFixedProblems property.


getSummary

public java.lang.String getSummary()
Gets the value of the summary property.

Returns:
possible object is String

setSummary

public void setSummary(java.lang.String value)
Sets the value of the summary property.

Parameters:
value - allowed object is String

getThreshold

public Behavior getThreshold()
Gets the value of the threshold property.

Returns:
possible object is Behavior

setThreshold

public void setThreshold(Behavior value)
Sets the value of the threshold property.

Parameters:
value - allowed object is Behavior

getTotalProblemsFound

public int getTotalProblemsFound()
Gets the value of the totalProblemsFound property.


setTotalProblemsFound

public void setTotalProblemsFound(int value)
Sets the value of the totalProblemsFound property.



Copyright © 2011 BioPAX. All Rights Reserved.