Class ExecuteScriptsResponseType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.ExecuteScriptsResponseType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ExecuteScriptsResponseType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
A response from executeScripts operation.Java class for ExecuteScriptsResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecuteScriptsResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="outputs" type="{http://midpoint.evolveum.com/xml/ns/public/common/api-types-3}ScriptOutputsType"/> <element name="result" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultType"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_OUTPUTSstatic ItemNameF_RESULTprotected ScriptOutputsTypeoutputsprotected OperationResultTyperesult
-
Constructor Summary
Constructors Constructor Description ExecuteScriptsResponseType()Creates a newExecuteScriptsResponseTypeinstance.ExecuteScriptsResponseType(ExecuteScriptsResponseType o)Creates a newExecuteScriptsResponseTypeinstance by deeply copying a givenExecuteScriptsResponseTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ScriptOutputsTypebeginOutputs()OperationResultTypebeginResult()ExecuteScriptsResponseTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)ScriptOutputsTypegetOutputs()Gets the value of the outputs property.OperationResultTypegetResult()Gets the value of the result property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)ExecuteScriptsResponseTypeoutputs(ScriptOutputsType value)ExecuteScriptsResponseTyperesult(OperationResultType value)voidsetOutputs(ScriptOutputsType value)Sets the value of the outputs property.voidsetResult(OperationResultType value)Sets the value of the result property.StringtoString()Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
outputs
protected ScriptOutputsType outputs
-
result
protected OperationResultType result
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OUTPUTS
public static final ItemName F_OUTPUTS
-
F_RESULT
public static final ItemName F_RESULT
-
-
Constructor Detail
-
ExecuteScriptsResponseType
public ExecuteScriptsResponseType()
Creates a newExecuteScriptsResponseTypeinstance.
-
ExecuteScriptsResponseType
public ExecuteScriptsResponseType(ExecuteScriptsResponseType o)
Creates a newExecuteScriptsResponseTypeinstance by deeply copying a givenExecuteScriptsResponseTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getOutputs
public ScriptOutputsType getOutputs()
Gets the value of the outputs property.- Returns:
- possible object is
ScriptOutputsType
-
setOutputs
public void setOutputs(ScriptOutputsType value)
Sets the value of the outputs property.- Parameters:
value- allowed object isScriptOutputsType
-
getResult
public OperationResultType getResult()
Gets the value of the result property.- Returns:
- possible object is
OperationResultType
-
setResult
public void setResult(OperationResultType value)
Sets the value of the result property.- Parameters:
value- allowed object isOperationResultType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
outputs
public ExecuteScriptsResponseType outputs(ScriptOutputsType value)
-
beginOutputs
public ScriptOutputsType beginOutputs()
-
result
public ExecuteScriptsResponseType result(OperationResultType value)
-
beginResult
public OperationResultType beginResult()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public ExecuteScriptsResponseType clone()
Creates and returns a deep copy of this object.
-
-