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
All Implemented Interfaces:
java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class OperationType
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String action
           
static javax.xml.namespace.QName COMPLEX_TYPE
           
static javax.xml.namespace.QName F_ACTION
           
static javax.xml.namespace.QName F_NAME
           
static javax.xml.namespace.QName F_READ_ATTRIBUTE
           
static javax.xml.namespace.QName F_VALUE_FORMULA
           
static javax.xml.namespace.QName F_WRITE_ATTRIBUTE
           
protected  java.lang.String name
           
protected  AttributeReferenceType readAttribute
           
protected  java.lang.String valueFormula
           
protected  AttributeReferenceType writeAttribute
           
 
Constructor Summary
OperationType()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 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.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 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.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_READ_ATTRIBUTE

public static final javax.xml.namespace.QName F_READ_ATTRIBUTE

F_WRITE_ATTRIBUTE

public static final javax.xml.namespace.QName F_WRITE_ATTRIBUTE

F_VALUE_FORMULA

public static final javax.xml.namespace.QName F_VALUE_FORMULA

F_NAME

public static final javax.xml.namespace.QName F_NAME

F_ACTION

public static final javax.xml.namespace.QName F_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

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      java.lang.Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.