Class FailedAssert
- java.lang.Object
-
- network.oxalis.peppol.schematron.jaxb.svrl.FailedAssert
-
public class FailedAssert extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://purl.oclc.org/dsdl/svrl}diagnostic-reference" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://purl.oclc.org/dsdl/svrl}text"/> </sequence> <attGroup ref="{http://purl.oclc.org/dsdl/svrl}attlist.assert-and-report"/> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FailedAssert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DiagnosticReference>getDiagnosticReference()Gets the value of the diagnosticReference property.StringgetFlag()Gets the value of the flag property.StringgetId()Gets the value of the id property.StringgetLocation()Gets the value of the location property.StringgetRole()Gets the value of the role property.StringgetTest()Gets the value of the test property.StringgetText()Gets the value of the text property.voidsetFlag(String value)Sets the value of the flag property.voidsetId(String value)Sets the value of the id property.voidsetLocation(String value)Sets the value of the location property.voidsetRole(String value)Sets the value of the role property.voidsetTest(String value)Sets the value of the test property.voidsetText(String value)Sets the value of the text property.
-
-
-
Method Detail
-
getDiagnosticReference
public List<DiagnosticReference> getDiagnosticReference()
Gets the value of the diagnosticReference 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
setmethod 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
DiagnosticReference
-
getText
public String getText()
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
public void setText(String value)
Sets the value of the text property.- Parameters:
value- allowed object isString
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getLocation
public String getLocation()
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
public void setLocation(String value)
Sets the value of the location property.- Parameters:
value- allowed object isString
-
getTest
public String getTest()
Gets the value of the test property.- Returns:
- possible object is
String
-
setTest
public void setTest(String value)
Sets the value of the test property.- Parameters:
value- allowed object isString
-
getRole
public String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
public void setRole(String value)
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getFlag
public String getFlag()
Gets the value of the flag property.- Returns:
- possible object is
String
-
-