com.evolveum.midpoint.xml.ns._public.common.common_2a
Class ProvisioningScriptArgumentType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_2a.ExpressionType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_2a.ProvisioningScriptArgumentType
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class ProvisioningScriptArgumentType
extends ExpressionType
implements java.io.Serializable, java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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>
 

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.evolveum.midpoint.xml.ns._public.common.common_2a.ExpressionType
ExpressionType.Sequence
 
Field Summary
static javax.xml.namespace.QName COMPLEX_TYPE
           
static javax.xml.namespace.QName F_NAME
           
protected  java.lang.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_SEQUENCE, F_STRING_FILTER, F_VARIABLE, ref, 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(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.lang.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(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_2a.ExpressionType
getDescription, getExpressionEvaluator, getExtension, getRef, getSequence, getStringFilter, getVariable, setDescription, setExtension, setRef, setSequence
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_NAME

public static final javax.xml.namespace.QName F_NAME
Constructor Detail

ProvisioningScriptArgumentType

public ProvisioningScriptArgumentType()
Creates a new ProvisioningScriptArgumentType instance.


ProvisioningScriptArgumentType

public ProvisioningScriptArgumentType(ProvisioningScriptArgumentType o)
Creates a new ProvisioningScriptArgumentType instance by deeply copying a given ProvisioningScriptArgumentType instance.

Parameters:
o - The instance to copy.
Throws:
java.lang.NullPointerException - if o is null.
Method Detail

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 ExpressionType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class ExpressionType

hashCode

public int hashCode()
Overrides:
hashCode in class ExpressionType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class ExpressionType

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class ExpressionType

clone

public ProvisioningScriptArgumentType clone()
Creates and returns a deep copy of this object.

Overrides:
clone in class ExpressionType
Returns:
A deep copy of this object.


Copyright © 2012 evolveum. All Rights Reserved.