Class SelectExpressionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.SelectExpressionType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class SelectExpressionType extends ScriptingExpressionType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Select given item.Java class for SelectExpressionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelectExpressionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ScriptingExpressionType"> <sequence> <element name="path" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_PATHprotected ItemPathTypepath
-
Constructor Summary
Constructors Constructor Description SelectExpressionType()Creates a newSelectExpressionTypeinstance.SelectExpressionType(SelectExpressionType o)Creates a newSelectExpressionTypeinstance by deeply copying a givenSelectExpressionTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ItemPathTypebeginPath()SelectExpressionTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)ItemPathTypegetPath()Gets the value of the path property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)SelectExpressionTypepath(ItemPathType value)voidsetPath(ItemPathType value)Sets the value of the path property.StringtoString()Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
path
protected ItemPathType path
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_PATH
public static final ItemName F_PATH
-
-
Constructor Detail
-
SelectExpressionType
public SelectExpressionType()
Creates a newSelectExpressionTypeinstance.
-
SelectExpressionType
public SelectExpressionType(SelectExpressionType o)
Creates a newSelectExpressionTypeinstance by deeply copying a givenSelectExpressionTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getPath
public ItemPathType getPath()
Gets the value of the path property.- Returns:
- possible object is
ItemPathType
-
setPath
public void setPath(ItemPathType value)
Sets the value of the path property.- Parameters:
value- allowed object isItemPathType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toStringin classScriptingExpressionType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classScriptingExpressionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classScriptingExpressionType
-
equals
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)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classScriptingExpressionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classScriptingExpressionType
-
path
public SelectExpressionType path(ItemPathType value)
-
beginPath
public ItemPathType beginPath()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classScriptingExpressionType
-
clone
public SelectExpressionType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classScriptingExpressionType- Returns:
- A deep copy of this object.
-
-