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

public class NamedValueType extends AnyValueType
Any value (property, reference, container) along with its name. 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: