com.evolveum.midpoint.xml.ns._public.common.common_1
Class EntitlementConstructionType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_1.ValueConstructionType
com.evolveum.midpoint.xml.ns._public.common.common_1.EntitlementConstructionType
- All Implemented Interfaces:
- java.io.Serializable
public class EntitlementConstructionType
- extends ValueConstructionType
- implements java.io.Serializable
Java class for EntitlementConstructionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntitlementConstructionType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ValueConstructionType">
<choice>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="typeExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ExpressionType" minOccurs="0"/>
</choice>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
type
|
protected org.w3c.dom.Element |
typeExpression
|
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ValueConstructionType |
_default, authoritative, clear, condition, dependency, exclusive, extension, value, valueExpression, valueFilter, variable |
Method Summary |
java.lang.String |
getType()
Gets the value of the type property. |
org.w3c.dom.Element |
getTypeExpression()
Gets the value of the typeExpression property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
setTypeExpression(org.w3c.dom.Element value)
Sets the value of the typeExpression property. |
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ValueConstructionType |
getCondition, getDependency, getExtension, getValue, getValueExpression, getValueFilter, getVariable, isAuthoritative, isClear, isDefault, isExclusive, setAuthoritative, setClear, setCondition, setDefault, setExclusive, setExtension, setValue, setValueExpression |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected java.lang.String type
typeExpression
protected org.w3c.dom.Element typeExpression
EntitlementConstructionType
public EntitlementConstructionType()
getType
public java.lang.String getType()
- Gets the value of the type property.
- Returns:
- possible object is
String
setType
public void setType(java.lang.String value)
- Sets the value of the type property.
- Parameters:
value
- allowed object is
String
getTypeExpression
public org.w3c.dom.Element getTypeExpression()
- Gets the value of the typeExpression property.
- Returns:
- possible object is
Element
setTypeExpression
public void setTypeExpression(org.w3c.dom.Element value)
- Sets the value of the typeExpression property.
- Parameters:
value
- allowed object is
Element
Copyright © 2011 evolveum. All Rights Reserved.