Class SingleScriptOutputType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.api_types_3.SingleScriptOutputType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class SingleScriptOutputType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SingleScriptOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SingleScriptOutputType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="dataOutput" type="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}PipelineDataType"/> <element name="mslData" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <element name="textOutput" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
protected PipelineDataType
dataOutput
static ItemName
F_DATA_OUTPUT
static ItemName
F_MSL_DATA
static ItemName
F_TEXT_OUTPUT
protected String
mslData
protected String
textOutput
-
Constructor Summary
Constructors Constructor Description SingleScriptOutputType()
Creates a newSingleScriptOutputType
instance.SingleScriptOutputType(SingleScriptOutputType o)
Creates a newSingleScriptOutputType
instance by deeply copying a givenSingleScriptOutputType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
PipelineDataType
beginDataOutput()
SingleScriptOutputType
clone()
Creates and returns a deep copy of this object.SingleScriptOutputType
dataOutput(PipelineDataType value)
boolean
equals(Object object)
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)
PipelineDataType
getDataOutput()
Gets the value of the dataOutput property.String
getMslData()
Gets the value of the mslData property.String
getTextOutput()
Gets the value of the textOutput property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
SingleScriptOutputType
mslData(String value)
void
setDataOutput(PipelineDataType value)
Sets the value of the dataOutput property.void
setMslData(String value)
Sets the value of the mslData property.void
setTextOutput(String value)
Sets the value of the textOutput property.SingleScriptOutputType
textOutput(String value)
String
toString()
Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
dataOutput
protected PipelineDataType dataOutput
-
mslData
protected String mslData
-
textOutput
protected String textOutput
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_DATA_OUTPUT
public static final ItemName F_DATA_OUTPUT
-
F_MSL_DATA
public static final ItemName F_MSL_DATA
-
F_TEXT_OUTPUT
public static final ItemName F_TEXT_OUTPUT
-
-
Constructor Detail
-
SingleScriptOutputType
public SingleScriptOutputType()
Creates a newSingleScriptOutputType
instance.
-
SingleScriptOutputType
public SingleScriptOutputType(SingleScriptOutputType o)
Creates a newSingleScriptOutputType
instance by deeply copying a givenSingleScriptOutputType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getDataOutput
public PipelineDataType getDataOutput()
Gets the value of the dataOutput property.- Returns:
- possible object is
PipelineDataType
-
setDataOutput
public void setDataOutput(PipelineDataType value)
Sets the value of the dataOutput property.- Parameters:
value
- allowed object isPipelineDataType
-
getMslData
public String getMslData()
Gets the value of the mslData property.- Returns:
- possible object is
String
-
setMslData
public void setMslData(String value)
Sets the value of the mslData property.- Parameters:
value
- allowed object isString
-
getTextOutput
public String getTextOutput()
Gets the value of the textOutput property.- Returns:
- possible object is
String
-
setTextOutput
public void setTextOutput(String value)
Sets the value of the textOutput property.- Parameters:
value
- allowed object isString
-
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:
hashCode
in 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:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
dataOutput
public SingleScriptOutputType dataOutput(PipelineDataType value)
-
beginDataOutput
public PipelineDataType beginDataOutput()
-
mslData
public SingleScriptOutputType mslData(String value)
-
textOutput
public SingleScriptOutputType textOutput(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public SingleScriptOutputType clone()
Creates and returns a deep copy of this object.
-
-