Class ValueSetDefinitionType

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

    public class ValueSetDefinitionType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Definition of value set. It can define a set of values by several methods. E.g. it can define set by a condition, enumeration of the values and so on.

    Java class for ValueSetDefinitionType complex type.

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

     <complexType name="ValueSetDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="predefined" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ValueSetDefinitionPredefinedType" minOccurs="0"/>
             <element name="condition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ValueSetDefinitionType

        public ValueSetDefinitionType()
        Creates a new ValueSetDefinitionType instance.
      • ValueSetDefinitionType

        public ValueSetDefinitionType​(ValueSetDefinitionType o)
        Creates a new ValueSetDefinitionType instance by deeply copying a given ValueSetDefinitionType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.