|
||||||||||
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
|
protected ScriptHostType |
host
|
protected java.lang.String |
language
|
protected java.util.List<OperationTypeType> |
operation
|
protected ScriptOrderType |
order
|
Constructor Summary | |
---|---|
ScriptType()
|
Method Summary | |
---|---|
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. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |