|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.OperationType
public class OperationType
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. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected AttributeReferenceType readAttribute
protected AttributeReferenceType writeAttribute
protected java.lang.String valueFormula
protected java.lang.String name
protected java.lang.String action
Constructor Detail |
---|
public OperationType()
Method Detail |
---|
public AttributeReferenceType getReadAttribute()
AttributeReferenceType
public void setReadAttribute(AttributeReferenceType value)
value
- allowed object is
AttributeReferenceType
public AttributeReferenceType getWriteAttribute()
AttributeReferenceType
public void setWriteAttribute(AttributeReferenceType value)
value
- allowed object is
AttributeReferenceType
public java.lang.String getValueFormula()
String
public void setValueFormula(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAction()
String
public void setAction(java.lang.String value)
value
- allowed object is
String
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |