public class ProvisioningScriptArgumentType extends ExpressionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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-3}ExpressionType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_NAME |
protected String |
name |
allowEmptyValues, description, expressionEvaluator, extension, F_ALLOW_EMPTY_VALUES, F_DESCRIPTION, F_EXPRESSION_EVALUATOR, F_EXTENSION, F_QUERY_INTERPRETATION_OF_NO_VALUE, F_RETURN_MULTIPLICITY, F_STRING_FILTER, F_TRACE, F_VARIABLE, queryInterpretationOfNoValue, returnMultiplicity, stringFilter, trace, variable| Constructor and Description |
|---|
ProvisioningScriptArgumentType()
Creates a new
ProvisioningScriptArgumentType instance. |
ProvisioningScriptArgumentType(ProvisioningScriptArgumentType o)
Creates a new
ProvisioningScriptArgumentType instance by deeply copying a given ProvisioningScriptArgumentType instance. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getDescription, getExpressionEvaluator, getExtension, getQueryInterpretationOfNoValue, getReturnMultiplicity, getStringFilter, getVariable, isAllowEmptyValues, isTrace, setAllowEmptyValues, setDescription, setExtension, setQueryInterpretationOfNoValue, setReturnMultiplicity, setTraceprotected String name
public static final QName COMPLEX_TYPE
public static final QName F_NAME
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.public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String toString()
toString in class ExpressionTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class ExpressionTypepublic int hashCode()
hashCode in class ExpressionTypepublic 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.Equalsequals in class ExpressionTypepublic boolean equals(Object object)
equals in class ExpressionTypepublic ProvisioningScriptArgumentType clone()
clone in class ExpressionTypeCopyright © 2016 Evolveum. All rights reserved.