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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
protected javax.xml.bind.JAXBElement<?>
entryValue
static ItemName
F_ENTRY_VALUE
static ItemName
F_KEY
protected String
key
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
EntryType
clone()
EntryType
entryValue(javax.xml.bind.JAXBElement<?> value)
boolean
equals(Object other, StructuredEqualsStrategy strategy)
javax.xml.bind.JAXBElement<?>
getEntryValue()
String
getKey()
int
hashCode(StructuredHashCodeStrategy strategy)
EntryType
key(String value)
void
setEntryValue(javax.xml.bind.JAXBElement<?> value)
void
setKey(String value)
-
-
-
Constructor Detail
-
EntryType
public EntryType()
-
EntryType
public EntryType(EntryType other)
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public void setKey(String value)
-
getEntryValue
public javax.xml.bind.JAXBElement<?> getEntryValue()
-
setEntryValue
public void setEntryValue(javax.xml.bind.JAXBElement<?> value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
entryValue
public EntryType entryValue(javax.xml.bind.JAXBElement<?> value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public EntryType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-