|
||||||||||
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.PropertyReferenceType
com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyConstructionType
public class PropertyConstructionType
Definition of construction of a (general) property. The property may be constructed as a static value of as a result of an expression (See ValueConstructionType documentation). This can be used e.g. to constuct a value for user's fullName in User Template or also on other places in the future.
Java class for PropertyConstructionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyConstructionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}PropertyReferenceType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}description" minOccurs="0"/> <element name="valueConstruction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ValueConstructionType"/> </sequence> </extension> </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_VALUE_CONSTRUCTION
|
protected ValueConstructionType |
valueConstruction
|
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyReferenceType |
---|
F_PROPERTY, property |
Constructor Summary | |
---|---|
PropertyConstructionType()
|
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 |
getValueConstruction()
Gets the value of the valueConstruction 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 |
setValueConstruction(ValueConstructionType value)
Sets the value of the valueConstruction property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyReferenceType |
---|
getProperty, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String description
protected ValueConstructionType valueConstruction
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_CONSTRUCTION
Constructor Detail |
---|
public PropertyConstructionType()
Method Detail |
---|
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public ValueConstructionType getValueConstruction()
ValueConstructionType
public void setValueConstruction(ValueConstructionType value)
value
- allowed object is
ValueConstructionType
public java.lang.String toString()
toString
in class PropertyReferenceType
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.HashCode
hashCode
in class PropertyReferenceType
public int hashCode()
hashCode
in class PropertyReferenceType
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.Equals
equals
in class PropertyReferenceType
public boolean equals(java.lang.Object object)
equals
in class PropertyReferenceType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |