public class Rule extends Object
Constructor and Description |
---|
Rule() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getResourceType() |
String |
getSourceType() |
String |
getValue() |
void |
setDescription(String description) |
void |
setResourceType(String resourceType) |
void |
setSourceType(String sourceType) |
void |
setValue(String value) |
org.apache.axiom.om.OMElement |
toOM() |
public org.apache.axiom.om.OMElement toOM()
public String getSourceType()
public void setSourceType(String sourceType)
public String getResourceType()
public void setResourceType(String resourceType)
public String getValue()
public void setValue(String value)
public String getDescription()
public void setDescription(String description)
Copyright © 2019 WSO2. All rights reserved.