Class GetObjectResponseType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.GetObjectResponseType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class GetObjectResponseType extends AbstractPlainStructured
A response from getObject operation.- 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 QNameCOMPLEX_TYPEstatic ItemNameF_OBJECTstatic ItemNameF_RESULTprotected ObjectTypeobjectprotected OperationResultTyperesult
-
Constructor Summary
Constructors Constructor Description GetObjectResponseType()GetObjectResponseType(GetObjectResponseType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)OperationResultTypebeginResult()GetObjectResponseTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)ObjectTypegetObject()OperationResultTypegetResult()inthashCode(StructuredHashCodeStrategy strategy)GetObjectResponseTypeobject(ObjectType value)GetObjectResponseTyperesult(OperationResultType value)voidsetObject(ObjectType value)voidsetResult(OperationResultType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
object
protected ObjectType object
-
result
protected OperationResultType result
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OBJECT
public static final ItemName F_OBJECT
-
F_RESULT
public static final ItemName F_RESULT
-
-
Constructor Detail
-
GetObjectResponseType
public GetObjectResponseType()
-
GetObjectResponseType
public GetObjectResponseType(GetObjectResponseType other)
-
-
Method Detail
-
getObject
public ObjectType getObject()
-
setObject
public void setObject(ObjectType value)
-
getResult
public OperationResultType getResult()
-
setResult
public void setResult(OperationResultType 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
-
object
public GetObjectResponseType object(ObjectType value)
-
result
public GetObjectResponseType result(OperationResultType value)
-
beginResult
public OperationResultType beginResult()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public GetObjectResponseType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-