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 QName
COMPLEX_TYPE
static ItemName
F_PATH
protected ItemPathType
path
-
Constructor Summary
Constructors Constructor Description SelectExpressionType()
Creates a newSelectExpressionType
instance.SelectExpressionType(SelectExpressionType o)
Creates a newSelectExpressionType
instance by deeply copying a givenSelectExpressionType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ItemPathType
beginPath()
SelectExpressionType
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)
ItemPathType
getPath()
Gets the value of the path property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
SelectExpressionType
path(ItemPathType value)
void
setPath(ItemPathType value)
Sets the value of the path property.String
toString()
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 newSelectExpressionType
instance.
-
SelectExpressionType
public SelectExpressionType(SelectExpressionType o)
Creates a newSelectExpressionType
instance by deeply copying a givenSelectExpressionType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
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:
toString
in classScriptingExpressionType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
hashCode
in classScriptingExpressionType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in 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:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in classScriptingExpressionType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classScriptingExpressionType
-
path
public SelectExpressionType path(ItemPathType value)
-
beginPath
public ItemPathType beginPath()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classScriptingExpressionType
-
clone
public SelectExpressionType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classScriptingExpressionType
- Returns:
- A deep copy of this object.
-
-