|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biopax.validator.jaxb.ErrorType
public class ErrorType
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 |
|---|
protected java.util.List<ErrorCaseType> errorCase
protected Category category
protected java.lang.String code
protected java.lang.String message
protected int notFixedCases
protected int totalCases
protected Behavior type
| Constructor Detail |
|---|
public ErrorType()
| Method Detail |
|---|
public java.util.List<ErrorCaseType> getErrorCase()
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
public Category getCategory()
Categorypublic void setCategory(Category value)
value - allowed object is
Categorypublic java.lang.String getCode()
Stringpublic void setCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
Stringpublic int getNotFixedCases()
public void setNotFixedCases(int value)
public int getTotalCases()
public void setTotalCases(int value)
public Behavior getType()
Behaviorpublic void setType(Behavior value)
value - allowed object is
Behavior
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||