|
||||||||||
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 javax.xml.namespace.QName |
associationAttribute
|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
protected ResourceEntitlementAssociationDirectionType |
direction
|
protected java.lang.String |
displayName
|
protected java.lang.String |
entitlementType
|
static javax.xml.namespace.QName |
F_ASSOCIATION_ATTRIBUTE
|
static javax.xml.namespace.QName |
F_DIRECTION
|
static javax.xml.namespace.QName |
F_DISPLAY_NAME
|
static javax.xml.namespace.QName |
F_ENTITLEMENT_TYPE
|
static javax.xml.namespace.QName |
F_NAME
|
static javax.xml.namespace.QName |
F_VALUE_ATTRIBUTE
|
protected javax.xml.namespace.QName |
name
|
protected javax.xml.namespace.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(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)
|
javax.xml.namespace.QName |
getAssociationAttribute()
Gets the value of the associationAttribute property. |
ResourceEntitlementAssociationDirectionType |
getDirection()
Gets the value of the direction property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.lang.String |
getEntitlementType()
Gets the value of the entitlementType property. |
javax.xml.namespace.QName |
getName()
Gets the value of the name property. |
javax.xml.namespace.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(javax.xml.namespace.QName value)
Sets the value of the associationAttribute property. |
void |
setDirection(ResourceEntitlementAssociationDirectionType value)
Sets the value of the direction property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setEntitlementType(java.lang.String value)
Sets the value of the entitlementType property. |
void |
setName(javax.xml.namespace.QName value)
Sets the value of the name property. |
void |
setValueAttribute(javax.xml.namespace.QName value)
Sets the value of the valueAttribute property. |
java.lang.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 javax.xml.namespace.QName name
protected java.lang.String displayName
protected java.lang.String entitlementType
protected ResourceEntitlementAssociationDirectionType direction
protected javax.xml.namespace.QName associationAttribute
protected javax.xml.namespace.QName valueAttribute
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_NAME
public static final javax.xml.namespace.QName F_DISPLAY_NAME
public static final javax.xml.namespace.QName F_ENTITLEMENT_TYPE
public static final javax.xml.namespace.QName F_DIRECTION
public static final javax.xml.namespace.QName F_ASSOCIATION_ATTRIBUTE
public static final javax.xml.namespace.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.
java.lang.NullPointerException
- if o
is null
.Method Detail |
---|
public javax.xml.namespace.QName getName()
QName
public void setName(javax.xml.namespace.QName value)
value
- allowed object is
QName
public java.lang.String getDisplayName()
String
public void setDisplayName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntitlementType()
String
public void setEntitlementType(java.lang.String value)
value
- allowed object is
String
public ResourceEntitlementAssociationDirectionType getDirection()
ResourceEntitlementAssociationDirectionType
public void setDirection(ResourceEntitlementAssociationDirectionType value)
value
- allowed object is
ResourceEntitlementAssociationDirectionType
public javax.xml.namespace.QName getAssociationAttribute()
QName
public void setAssociationAttribute(javax.xml.namespace.QName value)
value
- allowed object is
QName
public javax.xml.namespace.QName getValueAttribute()
QName
public void setValueAttribute(javax.xml.namespace.QName value)
value
- allowed object is
QName
public 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.HashCode
public 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.Equals
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public ResourceEntitlementAssociationType clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |