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

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectReferenceType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_1.OperationalResultType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PasswordChangeResponseType

public class OperationalResultType
extends ObjectReferenceType
implements java.io.Serializable

DEPRECATED This object is and INOUT part of every operation.

See Also:
Serialized Form

Field Summary
protected  Extension extension
           
protected  java.util.List<OperationalResultType> operationalResult
           
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectReferenceType
oid, type
 
Constructor Summary
OperationalResultType()
           
 
Method Summary
 Extension getExtension()
          Gets the value of the extension property.
 java.util.List<OperationalResultType> getOperationalResult()
          Gets the value of the operationalResult property.
 void setExtension(Extension value)
          Sets the value of the extension property.
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectReferenceType
getOid, getType, setOid, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extension

protected Extension extension

operationalResult

protected java.util.List<OperationalResultType> operationalResult
Constructor Detail

OperationalResultType

public OperationalResultType()
Method Detail

getExtension

public Extension getExtension()
Gets the value of the extension property.

Returns:
possible object is Extension

setExtension

public void setExtension(Extension value)
Sets the value of the extension property.

Parameters:
value - allowed object is Extension

getOperationalResult

public java.util.List<OperationalResultType> getOperationalResult()
Gets the value of the operationalResult property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the operationalResult property.

For example, to add a new item, do as follows:

    getOperationalResult().add(newItem);
 

Objects of the following type(s) are allowed in the list OperationalResultType



Copyright © 2011 evolveum. All Rights Reserved.