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 QNameCOMPLEX_TYPEprotected PipelineDataTypedataOutputstatic ItemNameF_DATA_OUTPUTstatic ItemNameF_MSL_DATAstatic ItemNameF_TEXT_OUTPUTprotected StringmslDataprotected StringtextOutput
-
Constructor Summary
Constructors Constructor Description SingleScriptOutputType()Creates a newSingleScriptOutputTypeinstance.SingleScriptOutputType(SingleScriptOutputType o)Creates a newSingleScriptOutputTypeinstance by deeply copying a givenSingleScriptOutputTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)PipelineDataTypebeginDataOutput()SingleScriptOutputTypeclone()Creates and returns a deep copy of this object.SingleScriptOutputTypedataOutput(PipelineDataType value)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)PipelineDataTypegetDataOutput()Gets the value of the dataOutput property.StringgetMslData()Gets the value of the mslData property.StringgetTextOutput()Gets the value of the textOutput property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)SingleScriptOutputTypemslData(String value)voidsetDataOutput(PipelineDataType value)Sets the value of the dataOutput property.voidsetMslData(String value)Sets the value of the mslData property.voidsetTextOutput(String value)Sets the value of the textOutput property.SingleScriptOutputTypetextOutput(String value)StringtoString()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 newSingleScriptOutputTypeinstance.
-
SingleScriptOutputType
public SingleScriptOutputType(SingleScriptOutputType o)
Creates a newSingleScriptOutputTypeinstance by deeply copying a givenSingleScriptOutputTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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:
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
-
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:
acceptin interfaceJaxbVisitable
-
clone
public SingleScriptOutputType clone()
Creates and returns a deep copy of this object.
-
-