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

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

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

Java class for anonymous complex type.

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

 <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>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<javax.xml.bind.JAXBElement<?>> expressionEvaluator
           
 
Constructor Summary
ExpressionType.Sequence()
          Creates a new Sequence instance.
ExpressionType.Sequence(ExpressionType.Sequence o)
          Creates a new Sequence instance by deeply copying a given Sequence instance.
 
Method Summary
 ExpressionType.Sequence 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.util.List<javax.xml.bind.JAXBElement<?>> getExpressionEvaluator()
          Gets the value of the expressionEvaluator property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 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

expressionEvaluator

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

ExpressionType.Sequence

public ExpressionType.Sequence()
Creates a new Sequence instance.


ExpressionType.Sequence

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

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

getExpressionEvaluator

public java.util.List<javax.xml.bind.JAXBElement<?>> getExpressionEvaluator()
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>


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.Sequence 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.