|
||||||||||
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.ValueConstructionType
com.evolveum.midpoint.xml.ns._public.common.common_1.EntitlementConstructionType
public class EntitlementConstructionType
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>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ValueConstructionType |
---|
ValueConstructionType.Sequence |
Field Summary | |
---|---|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
static javax.xml.namespace.QName |
F_TYPE
|
static javax.xml.namespace.QName |
F_TYPE_EXPRESSION
|
protected java.lang.String |
type
|
protected ExpressionType |
typeExpression
|
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ValueConstructionType |
---|
authoritative, condition, description, exclusive, extension, F_AUTHORITATIVE, F_CONDITION, F_DESCRIPTION, F_EXCLUSIVE, F_EXTENSION, F_INITIAL, F_REF, F_SEQUENCE, F_STRING_FILTER, F_VALUE_CONSTRUCTOR, initial, ref, sequence, stringFilter, valueConstructor |
Constructor Summary | |
---|---|
EntitlementConstructionType()
|
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 |
getType()
Gets the value of the type property. |
ExpressionType |
getTypeExpression()
Gets the value of the typeExpression property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
setTypeExpression(ExpressionType value)
Sets the value of the typeExpression 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.ValueConstructionType |
---|
getCondition, getDescription, getExtension, getRef, getSequence, getStringFilter, getValueConstructor, isAuthoritative, isExclusive, isInitial, setAuthoritative, setCondition, setDescription, setExclusive, setExtension, setInitial, setRef, setSequence, setValueConstructor |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String type
protected ExpressionType typeExpression
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_TYPE
public static final javax.xml.namespace.QName F_TYPE_EXPRESSION
Constructor Detail |
---|
public EntitlementConstructionType()
Method Detail |
---|
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public ExpressionType getTypeExpression()
ExpressionType
public void setTypeExpression(ExpressionType value)
value
- allowed object is
ExpressionType
public java.lang.String toString()
toString
in class ValueConstructionType
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 ValueConstructionType
public int hashCode()
hashCode
in class ValueConstructionType
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 ValueConstructionType
public boolean equals(java.lang.Object object)
equals
in class ValueConstructionType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |