Class FiredRule

java.lang.Object
org.openehealth.ipf.commons.xml.svrl.FiredRule

public class FiredRule 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">
       <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 Details

  • Constructor Details

    • FiredRule

      public FiredRule()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getContext

      public String getContext()
      Gets the value of the context property.
      Returns:
      possible object is String
    • setContext

      public void setContext(String value)
      Sets the value of the context property.
      Parameters:
      value - allowed object is String
    • 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 is String
    • getFlag

      public String getFlag()
      Gets the value of the flag property.
      Returns:
      possible object is String
    • setFlag

      public void setFlag(String value)
      Sets the value of the flag property.
      Parameters:
      value - allowed object is String