org.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy
Class RuleType

java.lang.Object
  extended by org.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy.RuleType

public class RuleType
extends java.lang.Object

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

conditions

protected ConditionsType conditions

actions

protected ActionsType actions

transformations

protected TransformationsType transformations

id

protected java.lang.String id
Constructor Detail

RuleType

public RuleType()
Method Detail

getConditions

public ConditionsType getConditions()
Gets the value of the conditions property.

Returns:
possible object is ConditionsType

setConditions

public void setConditions(ConditionsType value)
Sets the value of the conditions property.

Parameters:
value - allowed object is ConditionsType

getActions

public ActionsType getActions()
Gets the value of the actions property.

Returns:
possible object is ActionsType

setActions

public void setActions(ActionsType value)
Sets the value of the actions property.

Parameters:
value - allowed object is ActionsType

getTransformations

public TransformationsType getTransformations()
Gets the value of the transformations property.

Returns:
possible object is TransformationsType

setTransformations

public void setTransformations(TransformationsType value)
Sets the value of the transformations property.

Parameters:
value - allowed object is TransformationsType

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 is String


Copyright © 2011. All Rights Reserved.