|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.PropertyContainerReferenceType
com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyModificationType
public class PropertyModificationType
Describe a change to a single attribute. In this case the path expression used in the "property" attribute must select exactly one property.
Java class for PropertyModificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyModificationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}PropertyContainerReferenceType"> <sequence> <element name="value"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="modificationType" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}PropertyModificationTypeType" /> </extension> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
PropertyModificationType.Value
Java class for anonymous complex type. |
Field Summary | |
---|---|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
static javax.xml.namespace.QName |
F_MODIFICATION_TYPE
|
static javax.xml.namespace.QName |
F_VALUE
|
protected PropertyModificationTypeType |
modificationType
|
protected PropertyModificationType.Value |
value
|
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyContainerReferenceType |
---|
F_PATH, path |
Constructor Summary | |
---|---|
PropertyModificationType()
|
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)
|
PropertyModificationTypeType |
getModificationType()
Gets the value of the modificationType property. |
PropertyModificationType.Value |
getValue()
Gets the value of the value property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setModificationType(PropertyModificationTypeType value)
Sets the value of the modificationType property. |
void |
setValue(PropertyModificationType.Value value)
Sets the value of the value property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyContainerReferenceType |
---|
getPath, setPath |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected PropertyModificationType.Value value
protected PropertyModificationTypeType modificationType
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_VALUE
public static final javax.xml.namespace.QName F_MODIFICATION_TYPE
Constructor Detail |
---|
public PropertyModificationType()
Method Detail |
---|
public PropertyModificationType.Value getValue()
PropertyModificationType.Value
public void setValue(PropertyModificationType.Value value)
value
- allowed object is
PropertyModificationType.Value
public PropertyModificationTypeType getModificationType()
PropertyModificationTypeType
public void setModificationType(PropertyModificationTypeType value)
value
- allowed object is
PropertyModificationTypeType
public java.lang.String toString()
toString
in class PropertyContainerReferenceType
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
hashCode
in class PropertyContainerReferenceType
public int hashCode()
hashCode
in class PropertyContainerReferenceType
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
equals
in class PropertyContainerReferenceType
public boolean equals(java.lang.Object object)
equals
in class PropertyContainerReferenceType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |