|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_2a.ExpressionType
public class ExpressionType
TODO
Java class for ExpressionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpressionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}description" minOccurs="0"/>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}extension" minOccurs="0"/>
<element name="ref" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
<element name="stringFilter" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}StringFilterType" maxOccurs="unbounded" minOccurs="0"/>
<element name="variable" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ExpressionVariableDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}expressionEvaluator" maxOccurs="unbounded"/>
<element name="sequence">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}expressionEvaluator" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ExpressionType.Sequence
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
protected java.lang.String |
description
|
protected java.util.List<javax.xml.bind.JAXBElement<?>> |
expressionEvaluator
|
protected ExtensionType |
extension
|
static javax.xml.namespace.QName |
F_DESCRIPTION
|
static javax.xml.namespace.QName |
F_EXPRESSION_EVALUATOR
|
static javax.xml.namespace.QName |
F_EXTENSION
|
static javax.xml.namespace.QName |
F_REF
|
static javax.xml.namespace.QName |
F_SEQUENCE
|
static javax.xml.namespace.QName |
F_STRING_FILTER
|
static javax.xml.namespace.QName |
F_VARIABLE
|
protected javax.xml.namespace.QName |
ref
|
protected ExpressionType.Sequence |
sequence
|
protected java.util.List<StringFilterType> |
stringFilter
|
protected java.util.List<ExpressionVariableDefinitionType> |
variable
|
| Constructor Summary | |
|---|---|
ExpressionType()
Creates a new ExpressionType instance. |
|
ExpressionType(ExpressionType o)
Creates a new ExpressionType instance by deeply copying a given ExpressionType instance. |
|
| Method Summary | |
|---|---|
ExpressionType |
clone()
Creates and returns a deep copy of this object. |
boolean |
equals(java.lang.Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.util.List<javax.xml.bind.JAXBElement<?>> |
getExpressionEvaluator()
A single expression evaluator. |
ExtensionType |
getExtension()
Gets the value of the extension property. |
javax.xml.namespace.QName |
getRef()
Gets the value of the ref property. |
ExpressionType.Sequence |
getSequence()
Gets the value of the sequence property. |
java.util.List<StringFilterType> |
getStringFilter()
Gets the value of the stringFilter property. |
java.util.List<ExpressionVariableDefinitionType> |
getVariable()
Gets the value of the variable property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setExtension(ExtensionType value)
Sets the value of the extension property. |
void |
setRef(javax.xml.namespace.QName value)
Sets the value of the ref property. |
void |
setSequence(ExpressionType.Sequence value)
Sets the value of the sequence property. |
java.lang.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 |
|---|
protected java.lang.String description
protected ExtensionType extension
protected javax.xml.namespace.QName ref
protected java.util.List<StringFilterType> stringFilter
protected java.util.List<ExpressionVariableDefinitionType> variable
protected java.util.List<javax.xml.bind.JAXBElement<?>> expressionEvaluator
protected ExpressionType.Sequence sequence
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_DESCRIPTION
public static final javax.xml.namespace.QName F_EXTENSION
public static final javax.xml.namespace.QName F_REF
public static final javax.xml.namespace.QName F_STRING_FILTER
public static final javax.xml.namespace.QName F_VARIABLE
public static final javax.xml.namespace.QName F_EXPRESSION_EVALUATOR
public static final javax.xml.namespace.QName F_SEQUENCE
| Constructor Detail |
|---|
public ExpressionType()
ExpressionType instance.
public ExpressionType(ExpressionType o)
ExpressionType instance by deeply copying a given ExpressionType instance.
o - The instance to copy.
java.lang.NullPointerException - if o is null.| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic javax.xml.namespace.QName getRef()
QNamepublic void setRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.util.List<StringFilterType> getStringFilter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the stringFilter property.
For example, to add a new item, do as follows:
getStringFilter().add(newItem);
Objects of the following type(s) are allowed in the list
StringFilterType
public java.util.List<ExpressionVariableDefinitionType> getVariable()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the variable property.
For example, to add a new item, do as follows:
getVariable().add(newItem);
Objects of the following type(s) are allowed in the list
ExpressionVariableDefinitionType
public java.util.List<javax.xml.bind.JAXBElement<?>> getExpressionEvaluator()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the expressionEvaluator property.
For example, to add a new item, do as follows:
getExpressionEvaluator().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<GenerateExpressionEvaluatorType>
JAXBElement<Object>
JAXBElement<Object>
JAXBElement<Object>
JAXBElement<ScriptExpressionEvaluatorType>
JAXBElement<AsIsExpressionEvaluatorType>
public ExpressionType.Sequence getSequence()
ExpressionType.Sequencepublic void setSequence(ExpressionType.Sequence value)
value - allowed object is
ExpressionType.Sequencepublic java.lang.String toString()
toString in class java.lang.Object
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.HashCodepublic int hashCode()
hashCode in class java.lang.Object
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic ExpressionType clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||