Class FiredRule
- java.lang.Object
-
- network.oxalis.peppol.schematron.jaxb.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>
-
-
Constructor Summary
Constructors Constructor Description FiredRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContext()Gets the value of the context property.StringgetFlag()Gets the value of the flag property.StringgetId()Gets the value of the id property.StringgetRole()Gets the value of the role property.voidsetContext(String value)Sets the value of the context property.voidsetFlag(String value)Sets the value of the flag property.voidsetId(String value)Sets the value of the id property.voidsetRole(String value)Sets the value of the role property.
-
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
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 isString
-
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 isString
-
getFlag
public String getFlag()
Gets the value of the flag property.- Returns:
- possible object is
String
-
-