|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.OperationResultType
public class OperationResultType
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" minOccurs="0"/>
<element name="messageCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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>
| Field Summary | |
|---|---|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
protected java.lang.String |
details
|
static javax.xml.namespace.QName |
F_DETAILS
|
static javax.xml.namespace.QName |
F_LOCALIZED_MESSAGE
|
static javax.xml.namespace.QName |
F_MESSAGE
|
static javax.xml.namespace.QName |
F_MESSAGE_CODE
|
static javax.xml.namespace.QName |
F_OPERATION
|
static javax.xml.namespace.QName |
F_PARAMS
|
static javax.xml.namespace.QName |
F_PARTIAL_RESULTS
|
static javax.xml.namespace.QName |
F_STATUS
|
static javax.xml.namespace.QName |
F_TOKEN
|
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 java.lang.Long |
token
|
| Constructor Summary | |
|---|---|
OperationResultType()
|
|
| 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)
|
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. |
java.lang.Long |
getToken()
Gets the value of the token property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
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(java.lang.Long value)
Sets the value of the token property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String operation
protected OperationResultStatusType status
protected ParamsType params
protected java.lang.Long token
protected java.lang.String messageCode
protected java.lang.String message
protected LocalizedMessageType localizedMessage
protected java.lang.String details
protected java.util.List<OperationResultType> partialResults
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_OPERATION
public static final javax.xml.namespace.QName F_STATUS
public static final javax.xml.namespace.QName F_PARAMS
public static final javax.xml.namespace.QName F_TOKEN
public static final javax.xml.namespace.QName F_MESSAGE_CODE
public static final javax.xml.namespace.QName F_MESSAGE
public static final javax.xml.namespace.QName F_LOCALIZED_MESSAGE
public static final javax.xml.namespace.QName F_DETAILS
public static final javax.xml.namespace.QName F_PARTIAL_RESULTS
| Constructor Detail |
|---|
public OperationResultType()
| Method Detail |
|---|
public java.lang.String getOperation()
Stringpublic void setOperation(java.lang.String value)
value - allowed object is
Stringpublic OperationResultStatusType getStatus()
OperationResultStatusTypepublic void setStatus(OperationResultStatusType value)
value - allowed object is
OperationResultStatusTypepublic ParamsType getParams()
ParamsTypepublic void setParams(ParamsType value)
value - allowed object is
ParamsTypepublic java.lang.Long getToken()
Longpublic void setToken(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getMessageCode()
Stringpublic void setMessageCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
Stringpublic LocalizedMessageType getLocalizedMessage()
LocalizedMessageTypepublic void setLocalizedMessage(LocalizedMessageType value)
value - allowed object is
LocalizedMessageTypepublic java.lang.String getDetails()
Stringpublic void setDetails(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<OperationResultType> getPartialResults()
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
public java.lang.String toString()
toString in class java.lang.Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||