com.evolveum.midpoint.xml.ns._public.common.common_1
Class PropertyModificationType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyContainerReferenceType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyModificationType
All Implemented Interfaces:
java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class PropertyModificationType
extends PropertyContainerReferenceType
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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>
 

See Also:
Serialized Form

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

value

protected PropertyModificationType.Value value

modificationType

protected PropertyModificationTypeType modificationType

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_VALUE

public static final javax.xml.namespace.QName F_VALUE

F_MODIFICATION_TYPE

public static final javax.xml.namespace.QName F_MODIFICATION_TYPE
Constructor Detail

PropertyModificationType

public PropertyModificationType()
Method Detail

getValue

public PropertyModificationType.Value getValue()
Gets the value of the value property.

Returns:
possible object is PropertyModificationType.Value

setValue

public void setValue(PropertyModificationType.Value value)
Sets the value of the value property.

Parameters:
value - allowed object is PropertyModificationType.Value

getModificationType

public PropertyModificationTypeType getModificationType()
Gets the value of the modificationType property.

Returns:
possible object is PropertyModificationTypeType

setModificationType

public void setModificationType(PropertyModificationTypeType value)
Sets the value of the modificationType property.

Parameters:
value - allowed object is PropertyModificationTypeType

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 PropertyContainerReferenceType

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
Overrides:
hashCode in class PropertyContainerReferenceType

hashCode

public int hashCode()
Overrides:
hashCode in class PropertyContainerReferenceType

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
Overrides:
equals in class PropertyContainerReferenceType

equals

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


Copyright © 2012 evolveum. All Rights Reserved.