Class NamedValueType
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
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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsFields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AnyValueType
F_TEXT_VALUE, F_VALUE, textValue, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) getName()inthashCode(StructuredHashCodeStrategy strategy) voidMethods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AnyValueType
getTextValue, getValue, setTextValue, setValueMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
COMPLEX_TYPE
-
F_NAME
-
-
Constructor Details
-
NamedValueType
public NamedValueType() -
NamedValueType
-
-
Method Details
-
getName
-
setName
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAnyValueType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAnyValueType
-
name
-
value
- Overrides:
valuein classAnyValueType
-
textValue
- Overrides:
textValuein classAnyValueType
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAnyValueType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classAnyValueType
-