Class FailedAssert
java.lang.Object
org.openehealth.ipf.commons.xml.svrl.FailedAssert
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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the diagnosticReference property.getFlag()
Gets the value of the flag property.getId()
Gets the value of the id property.Gets the value of the location property.getRole()
Gets the value of the role property.getTest()
Gets the value of the test property.getText()
Gets the value of the text property.void
Sets the value of the flag property.void
Sets the value of the id property.void
setLocation
(String value) Sets the value of the location property.void
Sets the value of the role property.void
Sets the value of the test property.void
Sets the value of the text property.
-
Field Details
-
diagnosticReference
-
text
-
id
-
location
-
test
-
role
-
flag
-
-
Constructor Details
-
FailedAssert
public FailedAssert()
-
-
Method Details
-
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
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
DiagnosticReference
-
getText
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
Sets the value of the text property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
Sets the value of the location property.- Parameters:
value
- allowed object isString
-
getTest
Gets the value of the test property.- Returns:
- possible object is
String
-
setTest
Sets the value of the test property.- Parameters:
value
- allowed object isString
-
getRole
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
Sets the value of the role property.- Parameters:
value
- allowed object isString
-
getFlag
Gets the value of the flag property.- Returns:
- possible object is
String
-
setFlag
Sets the value of the flag property.- Parameters:
value
- allowed object isString
-