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 SummaryFields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected PipelineDataTypedataOutputstatic ItemNameF_DATA_OUTPUTstatic ItemNameF_MSL_DATAstatic ItemNameF_TEXT_OUTPUTprotected StringmslDataprotected StringtextOutput
 - 
Constructor SummaryConstructors Constructor Description SingleScriptOutputType()Creates a newSingleScriptOutputTypeinstance.SingleScriptOutputType(SingleScriptOutputType o)Creates a newSingleScriptOutputTypeinstance by deeply copying a givenSingleScriptOutputTypeinstance.
 - 
Method SummaryAll 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- 
dataOutputprotected PipelineDataType dataOutput 
 - 
mslDataprotected String mslData 
 - 
textOutputprotected String textOutput 
 - 
COMPLEX_TYPEpublic static final QName COMPLEX_TYPE 
 - 
F_DATA_OUTPUTpublic static final ItemName F_DATA_OUTPUT 
 - 
F_MSL_DATApublic static final ItemName F_MSL_DATA 
 - 
F_TEXT_OUTPUTpublic static final ItemName F_TEXT_OUTPUT 
 
- 
 - 
Constructor Detail- 
SingleScriptOutputTypepublic SingleScriptOutputType() Creates a newSingleScriptOutputTypeinstance.
 - 
SingleScriptOutputTypepublic SingleScriptOutputType(SingleScriptOutputType o) Creates a newSingleScriptOutputTypeinstance by deeply copying a givenSingleScriptOutputTypeinstance.- Parameters:
- o- The instance to copy.
- Throws:
- NullPointerException- if- ois- null.
 
 
- 
 - 
Method Detail- 
getDataOutputpublic PipelineDataType getDataOutput() Gets the value of the dataOutput property.- Returns:
- possible object is
     PipelineDataType
 
 - 
setDataOutputpublic void setDataOutput(PipelineDataType value) Sets the value of the dataOutput property.- Parameters:
- value- allowed object is- PipelineDataType
 
 - 
getMslDatapublic String getMslData() Gets the value of the mslData property.- Returns:
- possible object is
     String
 
 - 
setMslDatapublic void setMslData(String value) Sets the value of the mslData property.- Parameters:
- value- allowed object is- String
 
 - 
getTextOutputpublic String getTextOutput() Gets the value of the textOutput property.- Returns:
- possible object is
     String
 
 - 
setTextOutputpublic void setTextOutput(String value) Sets the value of the textOutput property.- Parameters:
- value- allowed object is- String
 
 - 
toStringpublic String toString() Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
 - 
hashCodepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
- hashCodein interface- org.jvnet.jaxb2_commons.lang.HashCode
 
 - 
equalspublic 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 interface- org.jvnet.jaxb2_commons.lang.Equals
 
 - 
dataOutputpublic SingleScriptOutputType dataOutput(PipelineDataType value) 
 - 
beginDataOutputpublic PipelineDataType beginDataOutput() 
 - 
mslDatapublic SingleScriptOutputType mslData(String value) 
 - 
textOutputpublic SingleScriptOutputType textOutput(String value) 
 - 
acceptpublic void accept(JaxbVisitor visitor) - Specified by:
- acceptin interface- JaxbVisitable
 
 - 
clonepublic SingleScriptOutputType clone() Creates and returns a deep copy of this object.
 
- 
 
-