|
||||||||||
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_1.ValueAssignmentType
public class ValueAssignmentType
Defines an assignment of value from one place (or expression) to another place. This is supposed to be a general-purpose construct. TODO: merging options This type is marked with jaxb:dom annotation, which will avoid JAXB parsing of it. This is a workaround to a JAXB limitation, which cannot handle more than one "any" elements in a type. See http://java.net/jira/browse/JAXB-798
Java class for ValueAssignmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueAssignmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}description" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}valueFilter" maxOccurs="unbounded" minOccurs="0"/> <element name="source" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ExpressionType" minOccurs="0"/> <element name="target" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}XPathType"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
description
|
protected ExpressionType |
source
|
protected org.w3c.dom.Element |
target
|
protected java.util.List<ValueFilterType> |
valueFilter
|
Constructor Summary | |
---|---|
ValueAssignmentType()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
ExpressionType |
getSource()
Gets the value of the source property. |
org.w3c.dom.Element |
getTarget()
Gets the value of the target property. |
java.util.List<ValueFilterType> |
getValueFilter()
List of filters that will be applied to the value before it even gets processed by this assignment. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setSource(ExpressionType value)
Sets the value of the source property. |
void |
setTarget(org.w3c.dom.Element value)
Sets the value of the target property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String description
protected java.util.List<ValueFilterType> valueFilter
protected ExpressionType source
protected org.w3c.dom.Element target
Constructor Detail |
---|
public ValueAssignmentType()
Method Detail |
---|
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.util.List<ValueFilterType> getValueFilter()
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 valueFilter property.
For example, to add a new item, do as follows:
getValueFilter().add(newItem);
Objects of the following type(s) are allowed in the list
ValueFilterType
public ExpressionType getSource()
ExpressionType
public void setSource(ExpressionType value)
value
- allowed object is
ExpressionType
public org.w3c.dom.Element getTarget()
Element
public void setTarget(org.w3c.dom.Element value)
value
- allowed object is
Element
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |