org.oclc.purl.dsdl.svrl
Class FiredRuleType

java.lang.Object
  extended by org.oclc.purl.dsdl.svrl.FiredRuleType

public class FiredRuleType
extends Object

# only rules that are fired are reported, fired-rule = element fired-rule { attribute id { xsd:ID }?, attribute context { text }, attribute role { xsd:NMTOKEN }?, attribute flag { xsd:NMTOKEN }?, empty }

Java class for FiredRuleType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FiredRuleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="context" type="{http://www.w3.org/2001/XMLSchema}string" />
       <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
protected  String context
           
protected  String flag
           
protected  String id
           
protected  String role
           
 
Constructor Summary
FiredRuleType()
           
 
Method Summary
 String getContext()
          Gets the value of the context property.
 String getFlag()
          Gets the value of the flag property.
 String getId()
          Gets the value of the id property.
 String getRole()
          Gets the value of the role property.
 void setContext(String value)
          Sets the value of the context property.
 void setFlag(String value)
          Sets the value of the flag property.
 void setId(String value)
          Sets the value of the id property.
 void setRole(String value)
          Sets the value of the role property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

context

protected String context

role

protected String role

flag

protected String flag
Constructor Detail

FiredRuleType

public FiredRuleType()
Method Detail

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


Copyright © 2011 PEPPOL project. All Rights Reserved.