public class SingleScriptOutputType extends Object implements Serializable, Cloneable, 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="xmlData" type="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ItemListType"/>
<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>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_MSL_DATA |
static QName |
F_TEXT_OUTPUT |
static QName |
F_XML_DATA |
protected String |
mslData |
protected String |
textOutput |
protected ItemListType |
xmlData |
| Constructor and Description |
|---|
SingleScriptOutputType()
Creates a new
SingleScriptOutputType instance. |
SingleScriptOutputType(SingleScriptOutputType o)
Creates a new
SingleScriptOutputType instance by deeply copying a given SingleScriptOutputType instance. |
| Modifier and Type | Method and Description |
|---|---|
SingleScriptOutputType |
clone()
Creates and returns a deep copy of this object.
|
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) |
String |
getMslData()
Gets the value of the mslData property.
|
String |
getTextOutput()
Gets the value of the textOutput property.
|
ItemListType |
getXmlData()
Gets the value of the xmlData property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setMslData(String value)
Sets the value of the mslData property.
|
void |
setTextOutput(String value)
Sets the value of the textOutput property.
|
void |
setXmlData(ItemListType value)
Sets the value of the xmlData property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected ItemListType xmlData
protected String mslData
protected String textOutput
public static final QName COMPLEX_TYPE
public static final QName F_XML_DATA
public static final QName F_MSL_DATA
public static final QName F_TEXT_OUTPUT
public SingleScriptOutputType()
SingleScriptOutputType instance.public SingleScriptOutputType(SingleScriptOutputType o)
SingleScriptOutputType instance by deeply copying a given SingleScriptOutputType instance.o - The instance to copy.NullPointerException - if o is null.public ItemListType getXmlData()
ItemListTypepublic void setXmlData(ItemListType value)
value - allowed object is
ItemListTypepublic String getMslData()
Stringpublic void setMslData(String value)
value - allowed object is
Stringpublic String getTextOutput()
Stringpublic void setTextOutput(String value)
value - allowed object is
Stringpublic String toString()
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 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic SingleScriptOutputType clone()
Copyright © 2016 Evolveum. All rights reserved.