com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1
Class OperationType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.OperationType

public class OperationType
extends java.lang.Object

Java class for OperationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OperationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="readAttribute" type="{http://midpoint.evolveum.com/xml/ns/public/resource/resource-schema-1.xsd}AttributeReferenceType" minOccurs="0"/>
         <element name="writeAttribute" type="{http://midpoint.evolveum.com/xml/ns/public/resource/resource-schema-1.xsd}AttributeReferenceType" minOccurs="0"/>
         <element name="valueFormula" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="action" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String action
           
protected  java.lang.String name
           
protected  AttributeReferenceType readAttribute
           
protected  java.lang.String valueFormula
           
protected  AttributeReferenceType writeAttribute
           
 
Constructor Summary
OperationType()
           
 
Method Summary
 java.lang.String getAction()
          Gets the value of the action property.
 java.lang.String getName()
          Gets the value of the name property.
 AttributeReferenceType getReadAttribute()
          Gets the value of the readAttribute property.
 java.lang.String getValueFormula()
          Gets the value of the valueFormula property.
 AttributeReferenceType getWriteAttribute()
          Gets the value of the writeAttribute property.
 void setAction(java.lang.String value)
          Sets the value of the action property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setReadAttribute(AttributeReferenceType value)
          Sets the value of the readAttribute property.
 void setValueFormula(java.lang.String value)
          Sets the value of the valueFormula property.
 void setWriteAttribute(AttributeReferenceType value)
          Sets the value of the writeAttribute property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

readAttribute

protected AttributeReferenceType readAttribute

writeAttribute

protected AttributeReferenceType writeAttribute

valueFormula

protected java.lang.String valueFormula

name

protected java.lang.String name

action

protected java.lang.String action
Constructor Detail

OperationType

public OperationType()
Method Detail

getReadAttribute

public AttributeReferenceType getReadAttribute()
Gets the value of the readAttribute property.

Returns:
possible object is AttributeReferenceType

setReadAttribute

public void setReadAttribute(AttributeReferenceType value)
Sets the value of the readAttribute property.

Parameters:
value - allowed object is AttributeReferenceType

getWriteAttribute

public AttributeReferenceType getWriteAttribute()
Gets the value of the writeAttribute property.

Returns:
possible object is AttributeReferenceType

setWriteAttribute

public void setWriteAttribute(AttributeReferenceType value)
Sets the value of the writeAttribute property.

Parameters:
value - allowed object is AttributeReferenceType

getValueFormula

public java.lang.String getValueFormula()
Gets the value of the valueFormula property.

Returns:
possible object is String

setValueFormula

public void setValueFormula(java.lang.String value)
Sets the value of the valueFormula property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getAction

public java.lang.String getAction()
Gets the value of the action property.

Returns:
possible object is String

setAction

public void setAction(java.lang.String value)
Sets the value of the action property.

Parameters:
value - allowed object is String


Copyright © 2011 evolveum. All Rights Reserved.