Package org.oclc.purl.dsdl.svrl
Class FiredRule
- java.lang.Object
-
- org.oclc.purl.dsdl.svrl.FiredRule
-
- All Implemented Interfaces:
java.io.Serializable
public class FiredRule extends java.lang.Object implements java.io.SerializableJava 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}NCName" /> <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>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FiredRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetContext()Gets the value of the context property.java.lang.StringgetFlag()Gets the value of the flag property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetRole()Gets the value of the role property.inthashCode()voidsetContext(java.lang.String value)Sets the value of the context property.voidsetFlag(java.lang.String value)Sets the value of the flag property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetRole(java.lang.String value)Sets the value of the role property.java.lang.StringtoString()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getContext
public java.lang.String getContext()
Gets the value of the context property.- Returns:
- possible object is
String
-
setContext
public void setContext(java.lang.String value)
Sets the value of the context property.- Parameters:
value- allowed object isString
-
getRole
public java.lang.String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
public void setRole(java.lang.String value)
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getFlag
public java.lang.String getFlag()
Gets the value of the flag property.- Returns:
- possible object is
String
-
setFlag
public void setFlag(java.lang.String value)
Sets the value of the flag property.- Parameters:
value- allowed object isString
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-