|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.prism.xml.ns._public.query_2.FilterType
com.evolveum.prism.xml.ns._public.query_2.LogicalOperatorFilterType
public abstract class LogicalOperatorFilterType
Java class for LogicalOperatorFilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogicalOperatorFilterType"> <complexContent> <extension base="{http://prism.evolveum.com/xml/ns/public/query-2}FilterType"> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
static QName |
COMPLEX_TYPE
|
Constructor Summary | |
---|---|
LogicalOperatorFilterType()
Creates a new LogicalOperatorFilterType instance. |
|
LogicalOperatorFilterType(LogicalOperatorFilterType o)
Creates a new LogicalOperatorFilterType instance by deeply copying a given LogicalOperatorFilterType instance. |
Method Summary | |
---|---|
LogicalOperatorFilterType |
clone()
Creates and returns a deep copy of this object. |
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QName COMPLEX_TYPE
Constructor Detail |
---|
public LogicalOperatorFilterType()
LogicalOperatorFilterType
instance.
public LogicalOperatorFilterType(LogicalOperatorFilterType o)
LogicalOperatorFilterType
instance by deeply copying a given LogicalOperatorFilterType
instance.
o
- The instance to copy.
NullPointerException
- if o
is null
.Method Detail |
---|
public String toString()
toString
in class FilterType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
in class FilterType
public int hashCode()
hashCode
in class FilterType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class FilterType
public boolean equals(Object object)
equals
in class FilterType
public LogicalOperatorFilterType clone()
clone
in class FilterType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |