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

public class PropertyModificationType
extends PropertyContainerReferenceType
implements java.io.Serializable

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
protected  PropertyModificationTypeType modificationType
           
protected  PropertyModificationType.Value value
           
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyContainerReferenceType
path
 
Constructor Summary
PropertyModificationType()
           
 
Method Summary
 PropertyModificationTypeType getModificationType()
          Gets the value of the modificationType property.
 PropertyModificationType.Value getValue()
          Gets the value of the value property.
 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected PropertyModificationType.Value value

modificationType

protected PropertyModificationTypeType modificationType
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


Copyright © 2011 evolveum. All Rights Reserved.