Class TestResourceType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.TestResourceType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class TestResourceType extends AbstractPlainStructured
A request for 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_RESOURCE_OIDprotected StringresourceOid
-
Constructor Summary
Constructors Constructor Description TestResourceType()TestResourceType(TestResourceType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)TestResourceTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)StringgetResourceOid()inthashCode(StructuredHashCodeStrategy strategy)TestResourceTyperesourceOid(String value)voidsetResourceOid(String value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
TestResourceType
public TestResourceType()
-
TestResourceType
public TestResourceType(TestResourceType other)
-
-
Method Detail
-
getResourceOid
public String getResourceOid()
-
setResourceOid
public void setResourceOid(String 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
-
resourceOid
public TestResourceType resourceOid(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public TestResourceType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-