|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy.RuleType
public class RuleType
Java class for ruleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ruleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="conditions" type="{urn:ietf:params:xml:ns:common-policy}conditionsType" minOccurs="0"/>
<element name="actions" type="{urn:ietf:params:xml:ns:common-policy}extensibleType" minOccurs="0"/>
<element name="transformations" type="{urn:ietf:params:xml:ns:common-policy}extensibleType" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ActionsType |
actions
|
protected ConditionsType |
conditions
|
protected java.lang.String |
id
|
protected TransformationsType |
transformations
|
| Constructor Summary | |
|---|---|
RuleType()
|
|
| Method Summary | |
|---|---|
ActionsType |
getActions()
Gets the value of the actions property. |
ConditionsType |
getConditions()
Gets the value of the conditions property. |
java.lang.String |
getId()
Gets the value of the id property. |
TransformationsType |
getTransformations()
Gets the value of the transformations property. |
void |
setActions(ActionsType value)
Sets the value of the actions property. |
void |
setConditions(ConditionsType value)
Sets the value of the conditions property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setTransformations(TransformationsType value)
Sets the value of the transformations property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ConditionsType conditions
protected ActionsType actions
protected TransformationsType transformations
protected java.lang.String id
| Constructor Detail |
|---|
public RuleType()
| Method Detail |
|---|
public ConditionsType getConditions()
ConditionsTypepublic void setConditions(ConditionsType value)
value - allowed object is
ConditionsTypepublic ActionsType getActions()
ActionsTypepublic void setActions(ActionsType value)
value - allowed object is
ActionsTypepublic TransformationsType getTransformations()
TransformationsTypepublic void setTransformations(TransformationsType value)
value - allowed object is
TransformationsTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||