|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oclc.purl.dsdl.svrl.FailedAssertType
public class FailedAssertType
# only failed assertions are reported failed-assert = element failed-assert { attlist.assert-and-report, diagnostic-reference*, human-text }
Java class for FailedAssertType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FailedAssertType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="diagnostic-reference" type="{http://purl.oclc.org/dsdl/svrl}DiagnosticReferenceType" maxOccurs="unbounded" minOccurs="0"/> <group ref="{http://purl.oclc.org/dsdl/svrl}HumanTextGroup"/> </sequence> <attGroup ref="{http://purl.oclc.org/dsdl/svrl}AssertAndReportAttrGroup"/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<DiagnosticReferenceType> |
diagnosticReference
|
protected String |
flag
|
protected String |
location
|
protected String |
role
|
protected String |
test
|
protected String |
text
|
Constructor Summary | |
---|---|
FailedAssertType()
|
Method Summary | |
---|---|
List<DiagnosticReferenceType> |
getDiagnosticReference()
Gets the value of the diagnosticReference property. |
String |
getFlag()
Gets the value of the flag property. |
String |
getLocation()
Gets the value of the location property. |
String |
getRole()
Gets the value of the role property. |
String |
getTest()
Gets the value of the test property. |
String |
getText()
Gets the value of the text property. |
void |
setFlag(String value)
Sets the value of the flag property. |
void |
setLocation(String value)
Sets the value of the location property. |
void |
setRole(String value)
Sets the value of the role property. |
void |
setTest(String value)
Sets the value of the test property. |
void |
setText(String value)
Sets the value of the text property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<DiagnosticReferenceType> diagnosticReference
protected String text
protected String location
protected String test
protected String role
protected String flag
Constructor Detail |
---|
public FailedAssertType()
Method Detail |
---|
public List<DiagnosticReferenceType> getDiagnosticReference()
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 diagnosticReference property.
For example, to add a new item, do as follows:
getDiagnosticReference().add(newItem);
Objects of the following type(s) are allowed in the list
DiagnosticReferenceType
public String getText()
String
public void setText(String value)
value
- allowed object is
String
public String getLocation()
String
public void setLocation(String value)
value
- allowed object is
String
public String getTest()
String
public void setTest(String value)
value
- allowed object is
String
public String getRole()
String
public void setRole(String value)
value
- allowed object is
String
public String getFlag()
String
public void setFlag(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |