Class UnknownJavaObjectType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.UnknownJavaObjectType
All Implemented Interfaces:
PlainStructured, JaxbVisitable, Serializable, Cloneable

public class UnknownJavaObjectType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Type used to represent Java objects that are otherwise unknown to the system and cannot be represented in "canonical" XML form. This must be used only in diagnostics messages intended to be displayed to the human user. It must not be used in places intended for computer processing.
See Also:
  • Field Details

    • clazz

      protected String clazz
    • toString

      protected String toString
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_CLAZZ

      public static final ItemName F_CLAZZ
    • F_TO_STRING

      public static final ItemName F_TO_STRING
  • Constructor Details

    • UnknownJavaObjectType

      public UnknownJavaObjectType()
    • UnknownJavaObjectType

      public UnknownJavaObjectType(UnknownJavaObjectType other)
  • Method Details