Class GenericObjectType

All Implemented Interfaces:
Containerable, Freezable, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding, JaxbVisitable, Objectable, DebugDumpable, Serializable, Cloneable

public class GenericObjectType extends FocusType implements Objectable
Generic object for storing unknown (unexpected) object types. The generic object should be used if there is a need to store a custom object (e.g. KangarooType) at deployment-time. The properties of such custom objects are to be placed in the extension part of this object. The schema is not checked or enforced for this type of objects if technically possible.
See Also: