|
||||||||||
| 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_2a.ResourceEntitlementAssociationType
public class ResourceEntitlementAssociationType
Describes how entitlement is associated to the subject (e.g. account or other entitlement).
Java class for ResourceEntitlementAssociationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceEntitlementAssociationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}displayName" minOccurs="0"/>
<element name="entitlementType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="direction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceEntitlementAssociationDirectionType"/>
<element name="associationAttribute" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="valueAttribute" type="{http://www.w3.org/2001/XMLSchema}QName"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected QName |
associationAttribute
|
static QName |
COMPLEX_TYPE
|
protected ResourceEntitlementAssociationDirectionType |
direction
|
protected String |
displayName
|
protected String |
entitlementType
|
static QName |
F_ASSOCIATION_ATTRIBUTE
|
static QName |
F_DIRECTION
|
static QName |
F_DISPLAY_NAME
|
static QName |
F_ENTITLEMENT_TYPE
|
static QName |
F_NAME
|
static QName |
F_VALUE_ATTRIBUTE
|
protected QName |
name
|
protected QName |
valueAttribute
|
| Constructor Summary | |
|---|---|
ResourceEntitlementAssociationType()
Creates a new ResourceEntitlementAssociationType instance. |
|
ResourceEntitlementAssociationType(ResourceEntitlementAssociationType o)
Creates a new ResourceEntitlementAssociationType instance by deeply copying a given ResourceEntitlementAssociationType instance. |
|
| Method Summary | |
|---|---|
ResourceEntitlementAssociationType |
clone()
Creates and returns a deep copy of this object. |
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
QName |
getAssociationAttribute()
Gets the value of the associationAttribute property. |
ResourceEntitlementAssociationDirectionType |
getDirection()
Gets the value of the direction property. |
String |
getDisplayName()
Gets the value of the displayName property. |
String |
getEntitlementType()
Gets the value of the entitlementType property. |
QName |
getName()
Gets the value of the name property. |
QName |
getValueAttribute()
Gets the value of the valueAttribute property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setAssociationAttribute(QName value)
Sets the value of the associationAttribute property. |
void |
setDirection(ResourceEntitlementAssociationDirectionType value)
Sets the value of the direction property. |
void |
setDisplayName(String value)
Sets the value of the displayName property. |
void |
setEntitlementType(String value)
Sets the value of the entitlementType property. |
void |
setName(QName value)
Sets the value of the name property. |
void |
setValueAttribute(QName value)
Sets the value of the valueAttribute property. |
String |
toString()
Generates a String representation of the contents of this type. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected QName name
protected String displayName
protected String entitlementType
protected ResourceEntitlementAssociationDirectionType direction
protected QName associationAttribute
protected QName valueAttribute
public static final QName COMPLEX_TYPE
public static final QName F_NAME
public static final QName F_DISPLAY_NAME
public static final QName F_ENTITLEMENT_TYPE
public static final QName F_DIRECTION
public static final QName F_ASSOCIATION_ATTRIBUTE
public static final QName F_VALUE_ATTRIBUTE
| Constructor Detail |
|---|
public ResourceEntitlementAssociationType()
ResourceEntitlementAssociationType instance.
public ResourceEntitlementAssociationType(ResourceEntitlementAssociationType o)
ResourceEntitlementAssociationType instance by deeply copying a given ResourceEntitlementAssociationType instance.
o - The instance to copy.
NullPointerException - if o is null.| Method Detail |
|---|
public QName getName()
QNamepublic void setName(QName value)
value - allowed object is
QNamepublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getEntitlementType()
Stringpublic void setEntitlementType(String value)
value - allowed object is
Stringpublic ResourceEntitlementAssociationDirectionType getDirection()
ResourceEntitlementAssociationDirectionTypepublic void setDirection(ResourceEntitlementAssociationDirectionType value)
value - allowed object is
ResourceEntitlementAssociationDirectionTypepublic QName getAssociationAttribute()
QNamepublic void setAssociationAttribute(QName value)
value - allowed object is
QNamepublic QName getValueAttribute()
QNamepublic void setValueAttribute(QName value)
value - allowed object is
QNamepublic String toString()
toString in class 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 Object
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Objectpublic ResourceEntitlementAssociationType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||