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

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

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

TODO

Java class for ExpressionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ExpressionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}description" minOccurs="0"/>
         <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}extension" minOccurs="0"/>
         <element name="ref" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
         <element name="stringFilter" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}StringFilterType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="variable" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ExpressionVariableDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
         <choice>
           <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}expressionEvaluator" maxOccurs="unbounded"/>
           <element name="sequence">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence>
                     <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}expressionEvaluator" maxOccurs="unbounded"/>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class ExpressionType.Sequence
          Java class for anonymous complex type.
 
Field Summary
static javax.xml.namespace.QName COMPLEX_TYPE
           
protected  java.lang.String description
           
protected  java.util.List<javax.xml.bind.JAXBElement<?>> expressionEvaluator
           
protected  ExtensionType extension
           
static javax.xml.namespace.QName F_DESCRIPTION
           
static javax.xml.namespace.QName F_EXPRESSION_EVALUATOR
           
static javax.xml.namespace.QName F_EXTENSION
           
static javax.xml.namespace.QName F_REF
           
static javax.xml.namespace.QName F_SEQUENCE
           
static javax.xml.namespace.QName F_STRING_FILTER
           
static javax.xml.namespace.QName F_VARIABLE
           
protected  javax.xml.namespace.QName ref
           
protected  ExpressionType.Sequence sequence
           
protected  java.util.List<StringFilterType> stringFilter
           
protected  java.util.List<ExpressionVariableDefinitionType> variable
           
 
Constructor Summary
ExpressionType()
          Creates a new ExpressionType instance.
ExpressionType(ExpressionType o)
          Creates a new ExpressionType instance by deeply copying a given ExpressionType instance.
 
Method Summary
 ExpressionType 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 getDescription()
          Gets the value of the description property.
 java.util.List<javax.xml.bind.JAXBElement<?>> getExpressionEvaluator()
          A single expression evaluator.
 ExtensionType getExtension()
          Gets the value of the extension property.
 javax.xml.namespace.QName getRef()
          Gets the value of the ref property.
 ExpressionType.Sequence getSequence()
          Gets the value of the sequence property.
 java.util.List<StringFilterType> getStringFilter()
          Gets the value of the stringFilter property.
 java.util.List<ExpressionVariableDefinitionType> getVariable()
          Gets the value of the variable property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setExtension(ExtensionType value)
          Sets the value of the extension property.
 void setRef(javax.xml.namespace.QName value)
          Sets the value of the ref property.
 void setSequence(ExpressionType.Sequence value)
          Sets the value of the sequence property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

extension

protected ExtensionType extension

ref

protected javax.xml.namespace.QName ref

stringFilter

protected java.util.List<StringFilterType> stringFilter

variable

protected java.util.List<ExpressionVariableDefinitionType> variable

expressionEvaluator

protected java.util.List<javax.xml.bind.JAXBElement<?>> expressionEvaluator

sequence

protected ExpressionType.Sequence sequence

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_DESCRIPTION

public static final javax.xml.namespace.QName F_DESCRIPTION

F_EXTENSION

public static final javax.xml.namespace.QName F_EXTENSION

F_REF

public static final javax.xml.namespace.QName F_REF

F_STRING_FILTER

public static final javax.xml.namespace.QName F_STRING_FILTER

F_VARIABLE

public static final javax.xml.namespace.QName F_VARIABLE

F_EXPRESSION_EVALUATOR

public static final javax.xml.namespace.QName F_EXPRESSION_EVALUATOR

F_SEQUENCE

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

ExpressionType

public ExpressionType()
Creates a new ExpressionType instance.


ExpressionType

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

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

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getExtension

public ExtensionType getExtension()
Gets the value of the extension property.

Returns:
possible object is ExtensionType

setExtension

public void setExtension(ExtensionType value)
Sets the value of the extension property.

Parameters:
value - allowed object is ExtensionType

getRef

public javax.xml.namespace.QName getRef()
Gets the value of the ref property.

Returns:
possible object is QName

setRef

public void setRef(javax.xml.namespace.QName value)
Sets the value of the ref property.

Parameters:
value - allowed object is QName

getStringFilter

public java.util.List<StringFilterType> getStringFilter()
Gets the value of the stringFilter property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the stringFilter property.

For example, to add a new item, do as follows:

    getStringFilter().add(newItem);
 

Objects of the following type(s) are allowed in the list StringFilterType


getVariable

public java.util.List<ExpressionVariableDefinitionType> getVariable()
Gets the value of the variable property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the variable property.

For example, to add a new item, do as follows:

    getVariable().add(newItem);
 

Objects of the following type(s) are allowed in the list ExpressionVariableDefinitionType


getExpressionEvaluator

public java.util.List<javax.xml.bind.JAXBElement<?>> getExpressionEvaluator()
A single expression evaluator. Although this element is formally multi-value it may be used only for multiple instances of the same evaluator that in fact form a single group. E.g. it may be used to define several "value" elements of literal evaluator that define multiple values. But it must not be used to define multiple scripts or any other combination of evaluators. Gets the value of the expressionEvaluator property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the expressionEvaluator property.

For example, to add a new item, do as follows:

    getExpressionEvaluator().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<GenerateExpressionEvaluatorType> JAXBElement<Object> JAXBElement<Object> JAXBElement<Object> JAXBElement<ScriptExpressionEvaluatorType> JAXBElement<AsIsExpressionEvaluatorType>


getSequence

public ExpressionType.Sequence getSequence()
Gets the value of the sequence property.

Returns:
possible object is ExpressionType.Sequence

setSequence

public void setSequence(ExpressionType.Sequence value)
Sets the value of the sequence property.

Parameters:
value - allowed object is ExpressionType.Sequence

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 java.lang.Object

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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

equals

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

clone

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

Overrides:
clone in class java.lang.Object
Returns:
A deep copy of this object.


Copyright © 2012 evolveum. All Rights Reserved.