Class MessagePropertyType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.MessagePropertyType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class MessagePropertyType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Message property (key-value pair).- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Constructor Summary
Constructors Constructor Description MessagePropertyType()
MessagePropertyType(MessagePropertyType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
MessagePropertyType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
String
getName()
Object
getValue()
int
hashCode(StructuredHashCodeStrategy strategy)
MessagePropertyType
name(String value)
void
setName(String value)
void
setValue(Object value)
MessagePropertyType
value(Object value)
-
-
-
Constructor Detail
-
MessagePropertyType
public MessagePropertyType()
-
MessagePropertyType
public MessagePropertyType(MessagePropertyType other)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String value)
-
getValue
public Object getValue()
-
setValue
public void setValue(Object 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
-
name
public MessagePropertyType name(String value)
-
value
public MessagePropertyType value(Object value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public MessagePropertyType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-