org.biopax.validator.jaxb
Class ValidatorResponse

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

public class ValidatorResponse
extends java.lang.Object

Java class for ValidatorResponse complex type.

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

 <complexType name="ValidatorResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="validationResult" type="{http://biopax.org/validator/2.0/schema}Validation" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Validation> validationResult
           
 
Constructor Summary
ValidatorResponse()
           
 
Method Summary
 java.util.List<Validation> getValidationResult()
          Gets the value of the validationResult property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

validationResult

protected java.util.List<Validation> validationResult
Constructor Detail

ValidatorResponse

public ValidatorResponse()
Method Detail

getValidationResult

public java.util.List<Validation> getValidationResult()
Gets the value of the validationResult 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 validationResult property.

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

    getValidationResult().add(newItem);
 

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



Copyright © 2011 BioPAX. All Rights Reserved.