Class FiredRule
java.lang.Object
org.openehealth.ipf.commons.xml.svrl.FiredRule
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"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="context" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="flag" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the context property.getFlag()
Gets the value of the flag property.getId()
Gets the value of the id property.getRole()
Gets the value of the role property.void
setContext
(String value) Sets the value of the context property.void
Sets the value of the flag property.void
Sets the value of the id property.void
Sets the value of the role property.
-
Field Details
-
id
-
context
-
role
-
flag
-
-
Constructor Details
-
FiredRule
public FiredRule()
-
-
Method Details
-
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
-
getContext
Gets the value of the context property.- Returns:
- possible object is
String
-
setContext
Sets the value of the context 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
-