|
||||||||||
| 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}ValueConstructionType" minOccurs="0"/>
<element name="target" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}XPathType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
protected java.lang.String |
description
|
static javax.xml.namespace.QName |
F_DESCRIPTION
|
static javax.xml.namespace.QName |
F_SOURCE
|
static javax.xml.namespace.QName |
F_TARGET
|
static javax.xml.namespace.QName |
F_VALUE_FILTER
|
protected ValueConstructionType |
source
|
protected org.w3c.dom.Element |
target
|
protected java.util.List<ValueFilterType> |
valueFilter
|
| Constructor Summary | |
|---|---|
ValueAssignmentType()
|
|
| Method Summary | |
|---|---|
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. |
ValueConstructionType |
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. |
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 |
setSource(ValueConstructionType 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, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String description
protected java.util.List<ValueFilterType> valueFilter
protected ValueConstructionType source
protected org.w3c.dom.Element target
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_VALUE_FILTER
public static final javax.xml.namespace.QName F_SOURCE
public static final javax.xml.namespace.QName F_TARGET
| Constructor Detail |
|---|
public ValueAssignmentType()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic 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 ValueConstructionType getSource()
ValueConstructionTypepublic void setSource(ValueConstructionType value)
value - allowed object is
ValueConstructionTypepublic org.w3c.dom.Element getTarget()
Elementpublic void setTarget(org.w3c.dom.Element value)
value - allowed object is
Elementpublic 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.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||