|
||||||||||
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_2a.ExpressionType
com.evolveum.midpoint.xml.ns._public.common.common_2a.ProvisioningScriptArgumentType
public class ProvisioningScriptArgumentType
Script argument. It is subtype of Value Construction, therefore the value may be static of dynamically constructed using an expression. The "default" and "authoritative" flags are not applicable here.
Java class for ProvisioningScriptArgumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProvisioningScriptArgumentType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ExpressionType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.evolveum.midpoint.xml.ns._public.common.common_2a.ExpressionType |
---|
ExpressionType.Sequence |
Field Summary | |
---|---|
static QName |
COMPLEX_TYPE
|
static QName |
F_NAME
|
protected String |
name
|
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_2a.ExpressionType |
---|
description, expressionEvaluator, extension, F_DESCRIPTION, F_EXPRESSION_EVALUATOR, F_EXTENSION, F_REF, F_RETURN_MULTIPLICITY, F_SEQUENCE, F_STRING_FILTER, F_VARIABLE, ref, returnMultiplicity, sequence, stringFilter, variable |
Constructor Summary | |
---|---|
ProvisioningScriptArgumentType()
Creates a new ProvisioningScriptArgumentType instance. |
|
ProvisioningScriptArgumentType(ProvisioningScriptArgumentType o)
Creates a new ProvisioningScriptArgumentType instance by deeply copying a given ProvisioningScriptArgumentType instance. |
Method Summary | |
---|---|
ProvisioningScriptArgumentType |
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 |
getName()
Gets the value of the name property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setName(String value)
Sets the value of the name property. |
String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_2a.ExpressionType |
---|
getDescription, getExpressionEvaluator, getExtension, getRef, getReturnMultiplicity, getSequence, getStringFilter, getVariable, setDescription, setExtension, setRef, setReturnMultiplicity, setSequence |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String name
public static final QName COMPLEX_TYPE
public static final QName F_NAME
Constructor Detail |
---|
public ProvisioningScriptArgumentType()
ProvisioningScriptArgumentType
instance.
public ProvisioningScriptArgumentType(ProvisioningScriptArgumentType o)
ProvisioningScriptArgumentType
instance by deeply copying a given ProvisioningScriptArgumentType
instance.
o
- The instance to copy.
NullPointerException
- if o
is null
.Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String toString()
toString
in class ExpressionType
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
hashCode
in class ExpressionType
public int hashCode()
hashCode
in class ExpressionType
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class ExpressionType
public boolean equals(Object object)
equals
in class ExpressionType
public ProvisioningScriptArgumentType clone()
clone
in class ExpressionType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |