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 com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
A request for testResource operation.
See Also:
  • Field Details

    • resourceOid

      protected String resourceOid
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_RESOURCE_OID

      public static final ItemName F_RESOURCE_OID
  • Constructor Details

    • TestResourceType

      public TestResourceType()
    • TestResourceType

      public TestResourceType(TestResourceType other)
  • Method Details

    • getResourceOid

      public String getResourceOid()
    • setResourceOid

      public void setResourceOid(String value)
    • hashCode

      public int hashCode(StructuredHashCodeStrategy strategy)
      Specified by:
      hashCode in interface PlainStructured
      Overrides:
      hashCode in class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
    • equals

      public boolean equals(Object other, StructuredEqualsStrategy strategy)
      Specified by:
      equals in interface PlainStructured
      Overrides:
      equals in class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
    • resourceOid

      public TestResourceType resourceOid(String value)
    • accept

      public void accept(JaxbVisitor visitor)
      Specified by:
      accept in interface JaxbVisitable
      Overrides:
      accept in class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
    • clone

      public TestResourceType clone()
      Specified by:
      clone in interface PlainStructured
      Specified by:
      clone in class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured