org.biopax.validator.jaxb
Class ValidatorResponse
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
validationResult
protected java.util.List<Validation> validationResult
ValidatorResponse
public ValidatorResponse()
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.