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.

    Java class for IterationSpecificationType complex type.

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

     <complexType name="IterationSpecificationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="maxIterations" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="tokenExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="preIterationCondition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="postIterationCondition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    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 IterationSpecificationType instance.
      • IterationSpecificationType

        public IterationSpecificationType​(IterationSpecificationType o)
        Creates a new IterationSpecificationType instance by deeply copying a given IterationSpecificationType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is 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()