com.evolveum.midpoint.xml.ns._public.common.common_1
Class ScriptArgumentType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_1.ValueConstructionType
com.evolveum.midpoint.xml.ns._public.common.common_1.ScriptArgumentType
- All Implemented Interfaces:
- java.io.Serializable
public class ScriptArgumentType
- extends ValueConstructionType
- implements java.io.Serializable
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 ScriptArgumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScriptArgumentType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ValueConstructionType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
name
|
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ValueConstructionType |
_default, authoritative, clear, condition, dependency, description, exclusive, extension, value, valueExpression, valueFilter, variable |
Method Summary |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ValueConstructionType |
getCondition, getDependency, getDescription, getExtension, getValue, getValueExpression, getValueFilter, getVariable, isAuthoritative, isClear, isDefault, isExclusive, setAuthoritative, setClear, setCondition, setDefault, setDescription, setExclusive, setExtension, setValue, setValueExpression |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
protected java.lang.String name
ScriptArgumentType
public ScriptArgumentType()
getName
public java.lang.String getName()
- Gets the value of the name property.
- Returns:
- possible object is
String
setName
public void setName(java.lang.String value)
- Sets the value of the name property.
- Parameters:
value
- allowed object is
String
toString
public java.lang.String toString()
- Generates a String representation of the contents of this type.
This is an extension method, produced by the 'ts' xjc plugin
- Overrides:
toString
in class ValueConstructionType
Copyright © 2011 evolveum. All Rights Reserved.