|
||||||||||
| 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.ResourceObjectClassTypeDefinitionType
public abstract class ResourceObjectClassTypeDefinitionType
Defines a type from the resource schema (object class) that can be used for creating accounts, entitlements and possible other concepts. This is abstract supertype for other types.
Java class for ResourceObjectClassTypeDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceObjectClassTypeDefinitionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}displayName" minOccurs="0"/>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}description" minOccurs="0"/>
<element name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="objectClass" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="attribute" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceAttributeDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="dependency" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceShadowDiscriminatorType" maxOccurs="unbounded" minOccurs="0"/>
<element name="entitlementAssociation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceEntitlementAssociationType" maxOccurs="unbounded" minOccurs="0"/>
<element name="assignmentPolicyEnforcement" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}AssignmentPolicyEnforcementType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
_default
|
protected AssignmentPolicyEnforcementType |
assignmentPolicyEnforcement
|
protected List<ResourceAttributeDefinitionType> |
attribute
|
static QName |
COMPLEX_TYPE
|
protected List<ResourceShadowDiscriminatorType> |
dependency
|
protected String |
description
|
protected String |
displayName
|
protected List<ResourceEntitlementAssociationType> |
entitlementAssociation
|
static QName |
F__DEFAULT
|
static QName |
F_ASSIGNMENT_POLICY_ENFORCEMENT
|
static QName |
F_ATTRIBUTE
|
static QName |
F_DEPENDENCY
|
static QName |
F_DESCRIPTION
|
static QName |
F_DISPLAY_NAME
|
static QName |
F_ENTITLEMENT_ASSOCIATION
|
static QName |
F_NAME
|
static QName |
F_OBJECT_CLASS
|
protected String |
name
|
protected QName |
objectClass
|
| Constructor Summary | |
|---|---|
ResourceObjectClassTypeDefinitionType()
Creates a new ResourceObjectClassTypeDefinitionType instance. |
|
ResourceObjectClassTypeDefinitionType(ResourceObjectClassTypeDefinitionType o)
Creates a new ResourceObjectClassTypeDefinitionType instance by deeply copying a given ResourceObjectClassTypeDefinitionType instance. |
|
| Method Summary | |
|---|---|
ResourceObjectClassTypeDefinitionType |
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)
|
AssignmentPolicyEnforcementType |
getAssignmentPolicyEnforcement()
Gets the value of the assignmentPolicyEnforcement property. |
List<ResourceAttributeDefinitionType> |
getAttribute()
Gets the value of the attribute property. |
List<ResourceShadowDiscriminatorType> |
getDependency()
Gets the value of the dependency property. |
String |
getDescription()
Gets the value of the description property. |
String |
getDisplayName()
Gets the value of the displayName property. |
List<ResourceEntitlementAssociationType> |
getEntitlementAssociation()
Gets the value of the entitlementAssociation property. |
String |
getName()
Gets the value of the name property. |
QName |
getObjectClass()
Gets the value of the objectClass property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
Boolean |
isDefault()
Gets the value of the default property. |
void |
setAssignmentPolicyEnforcement(AssignmentPolicyEnforcementType value)
Sets the value of the assignmentPolicyEnforcement property. |
void |
setDefault(Boolean value)
Sets the value of the default property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDisplayName(String value)
Sets the value of the displayName property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setObjectClass(QName value)
Sets the value of the objectClass 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 String name
protected String displayName
protected String description
protected Boolean _default
protected QName objectClass
protected List<ResourceAttributeDefinitionType> attribute
protected List<ResourceShadowDiscriminatorType> dependency
protected List<ResourceEntitlementAssociationType> entitlementAssociation
protected AssignmentPolicyEnforcementType assignmentPolicyEnforcement
public static final QName COMPLEX_TYPE
public static final QName F_NAME
public static final QName F_DISPLAY_NAME
public static final QName F_DESCRIPTION
public static final QName F__DEFAULT
public static final QName F_OBJECT_CLASS
public static final QName F_ATTRIBUTE
public static final QName F_DEPENDENCY
public static final QName F_ENTITLEMENT_ASSOCIATION
public static final QName F_ASSIGNMENT_POLICY_ENFORCEMENT
| Constructor Detail |
|---|
public ResourceObjectClassTypeDefinitionType()
ResourceObjectClassTypeDefinitionType instance.
public ResourceObjectClassTypeDefinitionType(ResourceObjectClassTypeDefinitionType o)
ResourceObjectClassTypeDefinitionType instance by deeply copying a given ResourceObjectClassTypeDefinitionType instance.
o - The instance to copy.
NullPointerException - if o is null.| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isDefault()
Booleanpublic void setDefault(Boolean value)
value - allowed object is
Booleanpublic QName getObjectClass()
QNamepublic void setObjectClass(QName value)
value - allowed object is
QNamepublic List<ResourceAttributeDefinitionType> getAttribute()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the attribute property.
For example, to add a new item, do as follows:
getAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceAttributeDefinitionType
public List<ResourceShadowDiscriminatorType> getDependency()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dependency property.
For example, to add a new item, do as follows:
getDependency().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceShadowDiscriminatorType
public List<ResourceEntitlementAssociationType> getEntitlementAssociation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the entitlementAssociation property.
For example, to add a new item, do as follows:
getEntitlementAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceEntitlementAssociationType
public AssignmentPolicyEnforcementType getAssignmentPolicyEnforcement()
AssignmentPolicyEnforcementTypepublic void setAssignmentPolicyEnforcement(AssignmentPolicyEnforcementType value)
value - allowed object is
AssignmentPolicyEnforcementTypepublic 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 ResourceObjectClassTypeDefinitionType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||