|
||||||||||
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
|
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 |
---|
protected AttributeReferenceType readAttribute
protected AttributeReferenceType writeAttribute
protected java.lang.String valueFormula
protected java.lang.String name
protected java.lang.String action
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_READ_ATTRIBUTE
public static final javax.xml.namespace.QName F_WRITE_ATTRIBUTE
public static final javax.xml.namespace.QName F_VALUE_FORMULA
public static final javax.xml.namespace.QName F_NAME
public static final javax.xml.namespace.QName F_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
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public int hashCode()
hashCode
in class java.lang.Object
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |