com.evolveum.midpoint.xml.ns._public.common.common_1
Class ScriptArgumentType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ValueConstructionType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ScriptArgumentType
All Implemented Interfaces:
java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class ScriptArgumentType
extends ValueConstructionType
implements java.io.Serializable, 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 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ValueConstructionType
ValueConstructionType.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_1.ValueConstructionType
authoritative, condition, description, exclusive, extension, F_AUTHORITATIVE, F_CONDITION, F_DESCRIPTION, F_EXCLUSIVE, F_EXTENSION, F_INITIAL, F_REF, F_SEQUENCE, F_STRING_FILTER, F_VALUE_CONSTRUCTOR, initial, ref, sequence, stringFilter, valueConstructor
 
Constructor Summary
ScriptArgumentType()
           
 
Method Summary
 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_1.ValueConstructionType
getCondition, getDescription, getExtension, getRef, getSequence, getStringFilter, getValueConstructor, isAuthoritative, isExclusive, isInitial, setAuthoritative, setCondition, setDescription, setExclusive, setExtension, setInitial, setRef, setSequence, setValueConstructor
 
Methods inherited from class java.lang.Object
clone, 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

ScriptArgumentType

public ScriptArgumentType()
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 ValueConstructionType

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 ValueConstructionType

hashCode

public int hashCode()
Overrides:
hashCode in class ValueConstructionType

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 ValueConstructionType

equals

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


Copyright © 2012 evolveum. All Rights Reserved.