|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jabber.protocol.amp.Rule
public class Rule
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="action" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="condition" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
action
|
protected String |
condition
|
protected String |
value
|
Constructor Summary | |
---|---|
Rule()
|
Method Summary | |
---|---|
String |
getAction()
Gets the value of the action property. |
String |
getCondition()
Gets the value of the condition property. |
String |
getValue()
Gets the value of the value property. |
void |
setAction(String value)
Sets the value of the action property. |
void |
setCondition(String value)
Sets the value of the condition property. |
void |
setValue(String value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String action
protected String condition
protected String value
Constructor Detail |
---|
public Rule()
Method Detail |
---|
public String getAction()
String
public void setAction(String value)
value
- allowed object is
String
public String getCondition()
String
public void setCondition(String value)
value
- allowed object is
String
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |