|
||||||||||
| 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 java.lang.Boolean |
_default
|
protected AssignmentPolicyEnforcementType |
assignmentPolicyEnforcement
|
protected java.util.List<ResourceAttributeDefinitionType> |
attribute
|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
protected java.util.List<ResourceShadowDiscriminatorType> |
dependency
|
protected java.lang.String |
description
|
protected java.lang.String |
displayName
|
protected java.util.List<ResourceEntitlementAssociationType> |
entitlementAssociation
|
static javax.xml.namespace.QName |
F__DEFAULT
|
static javax.xml.namespace.QName |
F_ASSIGNMENT_POLICY_ENFORCEMENT
|
static javax.xml.namespace.QName |
F_ATTRIBUTE
|
static javax.xml.namespace.QName |
F_DEPENDENCY
|
static javax.xml.namespace.QName |
F_DESCRIPTION
|
static javax.xml.namespace.QName |
F_DISPLAY_NAME
|
static javax.xml.namespace.QName |
F_ENTITLEMENT_ASSOCIATION
|
static javax.xml.namespace.QName |
F_NAME
|
static javax.xml.namespace.QName |
F_OBJECT_CLASS
|
protected java.lang.String |
name
|
protected javax.xml.namespace.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(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)
|
AssignmentPolicyEnforcementType |
getAssignmentPolicyEnforcement()
Gets the value of the assignmentPolicyEnforcement property. |
java.util.List<ResourceAttributeDefinitionType> |
getAttribute()
Gets the value of the attribute property. |
java.util.List<ResourceShadowDiscriminatorType> |
getDependency()
Gets the value of the dependency property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.util.List<ResourceEntitlementAssociationType> |
getEntitlementAssociation()
Gets the value of the entitlementAssociation property. |
java.lang.String |
getName()
Gets the value of the name property. |
javax.xml.namespace.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)
|
java.lang.Boolean |
isDefault()
Gets the value of the default property. |
void |
setAssignmentPolicyEnforcement(AssignmentPolicyEnforcementType value)
Sets the value of the assignmentPolicyEnforcement property. |
void |
setDefault(java.lang.Boolean value)
Sets the value of the default property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setObjectClass(javax.xml.namespace.QName value)
Sets the value of the objectClass 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 java.lang.String name
protected java.lang.String displayName
protected java.lang.String description
protected java.lang.Boolean _default
protected javax.xml.namespace.QName objectClass
protected java.util.List<ResourceAttributeDefinitionType> attribute
protected java.util.List<ResourceShadowDiscriminatorType> dependency
protected java.util.List<ResourceEntitlementAssociationType> entitlementAssociation
protected AssignmentPolicyEnforcementType assignmentPolicyEnforcement
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_DESCRIPTION
public static final javax.xml.namespace.QName F__DEFAULT
public static final javax.xml.namespace.QName F_OBJECT_CLASS
public static final javax.xml.namespace.QName F_ATTRIBUTE
public static final javax.xml.namespace.QName F_DEPENDENCY
public static final javax.xml.namespace.QName F_ENTITLEMENT_ASSOCIATION
public static final javax.xml.namespace.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.
java.lang.NullPointerException - if o is null.| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isDefault()
Booleanpublic void setDefault(java.lang.Boolean value)
value - allowed object is
Booleanpublic javax.xml.namespace.QName getObjectClass()
QNamepublic void setObjectClass(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.util.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 java.util.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 java.util.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 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.HashCodepublic 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.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic ResourceObjectClassTypeDefinitionType clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||