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 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 voidaccept(JaxbVisitor visitor)MessagePropertyTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)StringgetName()ObjectgetValue()inthashCode(StructuredHashCodeStrategy strategy)MessagePropertyTypename(String value)voidsetName(String value)voidsetValue(Object value)MessagePropertyTypevalue(Object value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
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:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
name
public MessagePropertyType name(String value)
-
value
public MessagePropertyType value(Object value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public MessagePropertyType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-