Class IterationSpecificationType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class IterationSpecificationType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Definition of iteration properties for a resource account or other resource objects. Iteration is a process of choosing unique (or otherwise acceptable) values. E.g. it is usually used to generate unique user names. <p>Java class for IterationSpecificationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="IterationSpecificationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="maxIterations" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="tokenExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/&gt; &lt;element name="preIterationCondition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/&gt; &lt;element name="postIterationCondition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • maxIterations

        protected int maxIterations
      • preIterationCondition

        protected ExpressionType preIterationCondition
      • postIterationCondition

        protected ExpressionType postIterationCondition
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_MAX_ITERATIONS

        public static final ItemName F_MAX_ITERATIONS
      • F_TOKEN_EXPRESSION

        public static final ItemName F_TOKEN_EXPRESSION
      • F_PRE_ITERATION_CONDITION

        public static final ItemName F_PRE_ITERATION_CONDITION
      • F_POST_ITERATION_CONDITION

        public static final ItemName F_POST_ITERATION_CONDITION
    • Constructor Detail

      • IterationSpecificationType

        public IterationSpecificationType()
        Creates a new {@code IterationSpecificationType} instance.
      • IterationSpecificationType

        public IterationSpecificationType​(IterationSpecificationType o)
        Creates a new {@code IterationSpecificationType} instance by deeply copying a given {@code IterationSpecificationType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code null}.
    • Method Detail

      • getMaxIterations

        public int getMaxIterations()
        Gets the value of the maxIterations property.
      • setMaxIterations

        public void setMaxIterations​(int value)
        Sets the value of the maxIterations property.
      • getTokenExpression

        public ExpressionType getTokenExpression()
        Gets the value of the tokenExpression property.
        Returns:
        possible object is ExpressionType
      • setTokenExpression

        public void setTokenExpression​(ExpressionType value)
        Sets the value of the tokenExpression property.
        Parameters:
        value - allowed object is ExpressionType
      • getPreIterationCondition

        public ExpressionType getPreIterationCondition()
        Gets the value of the preIterationCondition property.
        Returns:
        possible object is ExpressionType
      • setPreIterationCondition

        public void setPreIterationCondition​(ExpressionType value)
        Sets the value of the preIterationCondition property.
        Parameters:
        value - allowed object is ExpressionType
      • getPostIterationCondition

        public ExpressionType getPostIterationCondition()
        Gets the value of the postIterationCondition property.
        Returns:
        possible object is ExpressionType
      • setPostIterationCondition

        public void setPostIterationCondition​(ExpressionType value)
        Sets the value of the postIterationCondition property.
        Parameters:
        value - allowed object is ExpressionType
      • toString

        public 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 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 Object
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals
      • beginPreIterationCondition

        public ExpressionType beginPreIterationCondition()
      • beginPostIterationCondition

        public ExpressionType beginPostIterationCondition()