|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biopax.validator.jaxb.Validation
public class Validation
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 |
|---|
protected java.util.List<java.lang.String> comment
protected java.util.List<ErrorType> error
protected java.lang.String modelSerialized
protected java.lang.String description
protected boolean fix
protected int maxErrors
protected boolean normalize
protected int notFixedErrors
protected int notFixedProblems
protected java.lang.String summary
protected Behavior threshold
protected int totalProblemsFound
| Constructor Detail |
|---|
public Validation()
| Method Detail |
|---|
public java.util.List<java.lang.String> getComment()
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
public java.util.List<ErrorType> getError()
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
public java.lang.String getModelSerialized()
Stringpublic void setModelSerialized(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic boolean isFix()
public void setFix(boolean value)
public int getMaxErrors()
public void setMaxErrors(int value)
public boolean isNormalize()
public void setNormalize(boolean value)
public int getNotFixedErrors()
public void setNotFixedErrors(int value)
public int getNotFixedProblems()
public void setNotFixedProblems(int value)
public java.lang.String getSummary()
Stringpublic void setSummary(java.lang.String value)
value - allowed object is
Stringpublic Behavior getThreshold()
Behaviorpublic void setThreshold(Behavior value)
value - allowed object is
Behaviorpublic int getTotalProblemsFound()
public void setTotalProblemsFound(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||