Class AnyValueType

  • All Implemented Interfaces:
    PlainStructured, JaxbVisitable, Serializable, Cloneable
    Direct Known Subclasses:
    NamedValueType

    public class AnyValueType
    extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
    Any value (property, reference, container). EXPERIMENTAL This is a workaround to avoid using xsd:anyType directly in a container. It is mapped to a property; however, it cannot be always serialized as a property.
    See Also:
    Serialized Form
    • Field Detail

      • value

        protected Object value
      • textValue

        protected String textValue
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_VALUE

        public static final ItemName F_VALUE
      • F_TEXT_VALUE

        public static final ItemName F_TEXT_VALUE
    • Constructor Detail

      • AnyValueType

        public AnyValueType()