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