|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oclc.purl.dsdl.svrl.FiredRuleType
public class FiredRuleType
# 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 |
---|
protected String id
protected String context
protected String role
protected String flag
Constructor Detail |
---|
public FiredRuleType()
Method Detail |
---|
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getContext()
String
public void setContext(String value)
value
- allowed object is
String
public String getRole()
String
public void setRole(String value)
value
- allowed object is
String
public String getFlag()
String
public void setFlag(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |