com.evolveum.midpoint.xml.ns._public.common.common_1
Class OperationalResultType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectReferenceType
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
extension
protected Extension extension
operationalResult
protected java.util.List<OperationalResultType> operationalResult
OperationalResultType
public OperationalResultType()
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.