Class EntryType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.EntryType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class EntryType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()entryValue(jakarta.xml.bind.JAXBElement<?> value) booleanequals(Object other, StructuredEqualsStrategy strategy) jakarta.xml.bind.JAXBElement<?>getKey()inthashCode(StructuredHashCodeStrategy strategy) voidsetEntryValue(jakarta.xml.bind.JAXBElement<?> value) voidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
key
-
entryValue
protected jakarta.xml.bind.JAXBElement<?> entryValue -
COMPLEX_TYPE
-
F_KEY
-
F_ENTRY_VALUE
-
-
Constructor Details
-
EntryType
public EntryType() -
EntryType
-
-
Method Details
-
getKey
-
setKey
-
getEntryValue
public jakarta.xml.bind.JAXBElement<?> getEntryValue() -
setEntryValue
public void setEntryValue(jakarta.xml.bind.JAXBElement<?> value) -
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
key
-
entryValue
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-