Class ManagerSearchType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ManagerSearchType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class ManagerSearchType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
TODO- 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 Boolean
allowSelf
static QName
COMPLEX_TYPE
static ItemName
F_ALLOW_SELF
static ItemName
F_ORG_TYPE
protected String
orgType
-
Constructor Summary
Constructors Constructor Description ManagerSearchType()
ManagerSearchType(ManagerSearchType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ManagerSearchType
allowSelf(Boolean value)
ManagerSearchType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
String
getOrgType()
int
hashCode(StructuredHashCodeStrategy strategy)
Boolean
isAllowSelf()
ManagerSearchType
orgType(String value)
void
setAllowSelf(Boolean value)
void
setOrgType(String value)
-
-
-
Constructor Detail
-
ManagerSearchType
public ManagerSearchType()
-
ManagerSearchType
public ManagerSearchType(ManagerSearchType other)
-
-
Method Detail
-
getOrgType
public String getOrgType()
-
setOrgType
public void setOrgType(String value)
-
isAllowSelf
public Boolean isAllowSelf()
-
setAllowSelf
public void setAllowSelf(Boolean value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
orgType
public ManagerSearchType orgType(String value)
-
allowSelf
public ManagerSearchType allowSelf(Boolean value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public ManagerSearchType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-