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 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 BooleanallowSelfstatic QNameCOMPLEX_TYPEstatic ItemNameF_ALLOW_SELFstatic ItemNameF_ORG_TYPEprotected StringorgType
-
Constructor Summary
Constructors Constructor Description ManagerSearchType()ManagerSearchType(ManagerSearchType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ManagerSearchTypeallowSelf(Boolean value)ManagerSearchTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)StringgetOrgType()inthashCode(StructuredHashCodeStrategy strategy)BooleanisAllowSelf()ManagerSearchTypeorgType(String value)voidsetAllowSelf(Boolean value)voidsetOrgType(String value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
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:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
orgType
public ManagerSearchType orgType(String value)
-
allowSelf
public ManagerSearchType allowSelf(Boolean value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public ManagerSearchType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-