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

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.OperationResultType
All Implemented Interfaces:
java.io.Serializable

public class OperationResultType
extends java.lang.Object
implements java.io.Serializable

TODO

Java class for OperationResultType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OperationResultType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="operation" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="status" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}OperationResultStatusType"/>
         <element name="params" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ParamsType" minOccurs="0"/>
         <element name="token" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="messageCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="localizedMessage" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}LocalizedMessageType" minOccurs="0"/>
         <element name="details" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="partialResults" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}OperationResultType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String details
           
protected  LocalizedMessageType localizedMessage
           
protected  java.lang.String message
           
protected  java.lang.String messageCode
           
protected  java.lang.String operation
           
protected  ParamsType params
           
protected  java.util.List<OperationResultType> partialResults
           
protected  OperationResultStatusType status
           
protected  long token
           
 
Constructor Summary
OperationResultType()
           
 
Method Summary
 java.lang.String getDetails()
          Gets the value of the details property.
 LocalizedMessageType getLocalizedMessage()
          Gets the value of the localizedMessage property.
 java.lang.String getMessage()
          Gets the value of the message property.
 java.lang.String getMessageCode()
          Gets the value of the messageCode property.
 java.lang.String getOperation()
          Gets the value of the operation property.
 ParamsType getParams()
          Gets the value of the params property.
 java.util.List<OperationResultType> getPartialResults()
          Gets the value of the partialResults property.
 OperationResultStatusType getStatus()
          Gets the value of the status property.
 long getToken()
          Gets the value of the token property.
 void setDetails(java.lang.String value)
          Sets the value of the details property.
 void setLocalizedMessage(LocalizedMessageType value)
          Sets the value of the localizedMessage property.
 void setMessage(java.lang.String value)
          Sets the value of the message property.
 void setMessageCode(java.lang.String value)
          Sets the value of the messageCode property.
 void setOperation(java.lang.String value)
          Sets the value of the operation property.
 void setParams(ParamsType value)
          Sets the value of the params property.
 void setStatus(OperationResultStatusType value)
          Sets the value of the status property.
 void setToken(long value)
          Sets the value of the token property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operation

protected java.lang.String operation

status

protected OperationResultStatusType status

params

protected ParamsType params

token

protected long token

messageCode

protected java.lang.String messageCode

message

protected java.lang.String message

localizedMessage

protected LocalizedMessageType localizedMessage

details

protected java.lang.String details

partialResults

protected java.util.List<OperationResultType> partialResults
Constructor Detail

OperationResultType

public OperationResultType()
Method Detail

getOperation

public java.lang.String getOperation()
Gets the value of the operation property.

Returns:
possible object is String

setOperation

public void setOperation(java.lang.String value)
Sets the value of the operation property.

Parameters:
value - allowed object is String

getStatus

public OperationResultStatusType getStatus()
Gets the value of the status property.

Returns:
possible object is OperationResultStatusType

setStatus

public void setStatus(OperationResultStatusType value)
Sets the value of the status property.

Parameters:
value - allowed object is OperationResultStatusType

getParams

public ParamsType getParams()
Gets the value of the params property.

Returns:
possible object is ParamsType

setParams

public void setParams(ParamsType value)
Sets the value of the params property.

Parameters:
value - allowed object is ParamsType

getToken

public long getToken()
Gets the value of the token property.


setToken

public void setToken(long value)
Sets the value of the token property.


getMessageCode

public java.lang.String getMessageCode()
Gets the value of the messageCode property.

Returns:
possible object is String

setMessageCode

public void setMessageCode(java.lang.String value)
Sets the value of the messageCode property.

Parameters:
value - allowed object is String

getMessage

public java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getLocalizedMessage

public LocalizedMessageType getLocalizedMessage()
Gets the value of the localizedMessage property.

Returns:
possible object is LocalizedMessageType

setLocalizedMessage

public void setLocalizedMessage(LocalizedMessageType value)
Sets the value of the localizedMessage property.

Parameters:
value - allowed object is LocalizedMessageType

getDetails

public java.lang.String getDetails()
Gets the value of the details property.

Returns:
possible object is String

setDetails

public void setDetails(java.lang.String value)
Sets the value of the details property.

Parameters:
value - allowed object is String

getPartialResults

public java.util.List<OperationResultType> getPartialResults()
Gets the value of the partialResults 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 partialResults property.

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

    getPartialResults().add(newItem);
 

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



Copyright © 2011 evolveum. All Rights Reserved.