|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.ScriptType
public class ScriptType
Specifies how and when a script is executed during provisioning.
Java class for ScriptType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScriptType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="operation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}OperationTypeType" maxOccurs="unbounded" minOccurs="0"/> <element name="order" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ScriptOrderType"/> <element name="host" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ScriptHostType" minOccurs="0"/> <element name="language" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="argument" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ScriptArgumentType" maxOccurs="unbounded" minOccurs="0"/> <element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<ScriptArgumentType> |
argument
|
protected java.lang.String |
code
|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
static javax.xml.namespace.QName |
F_ARGUMENT
|
static javax.xml.namespace.QName |
F_CODE
|
static javax.xml.namespace.QName |
F_HOST
|
static javax.xml.namespace.QName |
F_LANGUAGE
|
static javax.xml.namespace.QName |
F_OPERATION
|
static javax.xml.namespace.QName |
F_ORDER
|
protected ScriptHostType |
host
|
protected java.lang.String |
language
|
protected java.util.List<OperationTypeType> |
operation
|
protected ScriptOrderType |
order
|
Constructor Summary | |
---|---|
ScriptType()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
java.util.List<ScriptArgumentType> |
getArgument()
Gets the value of the argument property. |
java.lang.String |
getCode()
Gets the value of the code property. |
ScriptHostType |
getHost()
Gets the value of the host property. |
java.lang.String |
getLanguage()
Gets the value of the language property. |
java.util.List<OperationTypeType> |
getOperation()
Gets the value of the operation property. |
ScriptOrderType |
getOrder()
Gets the value of the order property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setCode(java.lang.String value)
Sets the value of the code property. |
void |
setHost(ScriptHostType value)
Sets the value of the host property. |
void |
setLanguage(java.lang.String value)
Sets the value of the language property. |
void |
setOrder(ScriptOrderType value)
Sets the value of the order property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.util.List<OperationTypeType> operation
protected ScriptOrderType order
protected ScriptHostType host
protected java.lang.String language
protected java.util.List<ScriptArgumentType> argument
protected java.lang.String code
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_OPERATION
public static final javax.xml.namespace.QName F_ORDER
public static final javax.xml.namespace.QName F_HOST
public static final javax.xml.namespace.QName F_LANGUAGE
public static final javax.xml.namespace.QName F_ARGUMENT
public static final javax.xml.namespace.QName F_CODE
Constructor Detail |
---|
public ScriptType()
Method Detail |
---|
public java.util.List<OperationTypeType> getOperation()
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 operation property.
For example, to add a new item, do as follows:
getOperation().add(newItem);
Objects of the following type(s) are allowed in the list
OperationTypeType
public ScriptOrderType getOrder()
ScriptOrderType
public void setOrder(ScriptOrderType value)
value
- allowed object is
ScriptOrderType
public ScriptHostType getHost()
ScriptHostType
public void setHost(ScriptHostType value)
value
- allowed object is
ScriptHostType
public java.lang.String getLanguage()
String
public void setLanguage(java.lang.String value)
value
- allowed object is
String
public java.util.List<ScriptArgumentType> getArgument()
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 argument property.
For example, to add a new item, do as follows:
getArgument().add(newItem);
Objects of the following type(s) are allowed in the list
ScriptArgumentType
public java.lang.String getCode()
String
public void setCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String toString()
toString
in class java.lang.Object
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.HashCode
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |