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:
  • Field Details

    • key

      protected String key
    • entryValue

      protected jakarta.xml.bind.JAXBElement<?> entryValue
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_KEY

      public static final ItemName F_KEY
    • F_ENTRY_VALUE

      public static final ItemName F_ENTRY_VALUE
  • Constructor Details

    • EntryType

      public EntryType()
    • EntryType

      public EntryType(EntryType other)
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String value)
    • getEntryValue

      public jakarta.xml.bind.JAXBElement<?> getEntryValue()
    • setEntryValue

      public void setEntryValue(jakarta.xml.bind.JAXBElement<?> value)
    • hashCode

      public int hashCode(StructuredHashCodeStrategy strategy)
      Specified by:
      hashCode in interface PlainStructured
      Overrides:
      hashCode in class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
    • equals

      public boolean equals(Object other, StructuredEqualsStrategy strategy)
      Specified by:
      equals in interface PlainStructured
      Overrides:
      equals in class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
    • key

      public EntryType key(String value)
    • entryValue

      public EntryType entryValue(jakarta.xml.bind.JAXBElement<?> value)
    • accept

      public void accept(JaxbVisitor visitor)
      Specified by:
      accept in interface JaxbVisitable
      Overrides:
      accept in class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
    • clone

      public EntryType clone()
      Specified by:
      clone in interface PlainStructured
      Specified by:
      clone in class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured