Class ScriptOutputsType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.api_types_3.ScriptOutputsType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class ScriptOutputsType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ScriptOutputsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScriptOutputsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="output" type="{http://midpoint.evolveum.com/xml/ns/public/common/api-types-3}SingleScriptOutputType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_OUTPUT
protected List<SingleScriptOutputType>
output
-
Constructor Summary
Constructors Constructor Description ScriptOutputsType()
Creates a newScriptOutputsType
instance.ScriptOutputsType(ScriptOutputsType o)
Creates a newScriptOutputsType
instance by deeply copying a givenScriptOutputsType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
SingleScriptOutputType
beginOutput()
ScriptOutputsType
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)
List<SingleScriptOutputType>
getOutput()
Gets the value of the output property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
ScriptOutputsType
output(SingleScriptOutputType value)
String
toString()
Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
output
protected List<SingleScriptOutputType> output
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OUTPUT
public static final ItemName F_OUTPUT
-
-
Constructor Detail
-
ScriptOutputsType
public ScriptOutputsType()
Creates a newScriptOutputsType
instance.
-
ScriptOutputsType
public ScriptOutputsType(ScriptOutputsType o)
Creates a newScriptOutputsType
instance by deeply copying a givenScriptOutputsType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getOutput
public List<SingleScriptOutputType> getOutput()
Gets the value of the output property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the output property.For example, to add a new item, do as follows:
getOutput().add(newItem);
Objects of the following type(s) are allowed in the list
SingleScriptOutputType
-
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
-
output
public ScriptOutputsType output(SingleScriptOutputType value)
-
beginOutput
public SingleScriptOutputType beginOutput()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public ScriptOutputsType clone()
Creates and returns a deep copy of this object.
-
-