Class RecipientExpressionResultType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.RecipientExpressionResultType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class RecipientExpressionResultType extends AbstractPlainStructured
Type for recipient expression, which can be either a focus or a string. Focus can be returned as FocusObject directly or wrapped in PrismObject. This is an internal structure to support multiple return types for recipient.- 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 protected Stringaddressstatic QNameCOMPLEX_TYPEstatic ItemNameF_ADDRESSstatic ItemNameF_RECIPIENT_REFprotected ObjectReferenceTyperecipientRef
-
Constructor Summary
Constructors Constructor Description RecipientExpressionResultType()RecipientExpressionResultType(RecipientExpressionResultType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)RecipientExpressionResultTypeaddress(String value)ObjectReferenceTypebeginRecipientRef()RecipientExpressionResultTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)StringgetAddress()ObjectReferenceTypegetRecipientRef()inthashCode(StructuredHashCodeStrategy strategy)RecipientExpressionResultTyperecipientRef(ObjectReferenceType value)RecipientExpressionResultTyperecipientRef(String oid, QName type)RecipientExpressionResultTyperecipientRef(String oid, QName type, QName relation)voidsetAddress(String value)voidsetRecipientRef(ObjectReferenceType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
address
protected String address
-
recipientRef
protected ObjectReferenceType recipientRef
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_ADDRESS
public static final ItemName F_ADDRESS
-
F_RECIPIENT_REF
public static final ItemName F_RECIPIENT_REF
-
-
Constructor Detail
-
RecipientExpressionResultType
public RecipientExpressionResultType()
-
RecipientExpressionResultType
public RecipientExpressionResultType(RecipientExpressionResultType other)
-
-
Method Detail
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String value)
-
getRecipientRef
public ObjectReferenceType getRecipientRef()
-
setRecipientRef
public void setRecipientRef(ObjectReferenceType 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
-
address
public RecipientExpressionResultType address(String value)
-
recipientRef
public RecipientExpressionResultType recipientRef(ObjectReferenceType value)
-
recipientRef
public RecipientExpressionResultType recipientRef(String oid, QName type)
-
recipientRef
public RecipientExpressionResultType recipientRef(String oid, QName type, QName relation)
-
beginRecipientRef
public ObjectReferenceType beginRecipientRef()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public RecipientExpressionResultType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-