public class ResourceObjectTypeDefinitionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ResourceObjectTypeDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceObjectTypeDefinitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ShadowKindType" minOccurs="0"/> <element name="intent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <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}ResourceObjectTypeDependencyType" maxOccurs="unbounded" minOccurs="0"/> <element name="association" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceObjectAssociationType" maxOccurs="unbounded" minOccurs="0"/> <element name="assignmentPolicyEnforcement" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}AssignmentPolicyEnforcementType" minOccurs="0"/> <element name="iteration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}IterationSpecificationType" minOccurs="0"/> <element name="protected" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceObjectPatternType" maxOccurs="unbounded" minOccurs="0"/> <element name="activation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceActivationDefinitionType" minOccurs="0"/> <element name="credentials" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceCredentialsDefinitionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ResourceObjectTypeDefinitionType()
Creates a new
ResourceObjectTypeDefinitionType instance. |
ResourceObjectTypeDefinitionType(ResourceObjectTypeDefinitionType o)
Creates a new
ResourceObjectTypeDefinitionType instance by deeply copying a given ResourceObjectTypeDefinitionType instance. |
Modifier and Type | Method and Description |
---|---|
ResourceObjectTypeDefinitionType |
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) |
ResourceActivationDefinitionType |
getActivation()
Gets the value of the activation property.
|
AssignmentPolicyEnforcementType |
getAssignmentPolicyEnforcement()
Gets the value of the assignmentPolicyEnforcement property.
|
List<ResourceObjectAssociationType> |
getAssociation()
Gets the value of the association property.
|
List<ResourceAttributeDefinitionType> |
getAttribute()
Gets the value of the attribute property.
|
ResourceCredentialsDefinitionType |
getCredentials()
Gets the value of the credentials property.
|
List<ResourceObjectTypeDependencyType> |
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.
|
String |
getIntent()
Gets the value of the intent property.
|
IterationSpecificationType |
getIteration()
Gets the value of the iteration property.
|
ShadowKindType |
getKind()
Gets the value of the kind property.
|
String |
getName()
Gets the value of the name property.
|
QName |
getObjectClass()
Gets the value of the objectClass property.
|
List<ResourceObjectPatternType> |
getProtected()
Gets the value of the protected 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 |
setActivation(ResourceActivationDefinitionType value)
Sets the value of the activation property.
|
void |
setAssignmentPolicyEnforcement(AssignmentPolicyEnforcementType value)
Sets the value of the assignmentPolicyEnforcement property.
|
void |
setCredentials(ResourceCredentialsDefinitionType value)
Sets the value of the credentials 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 |
setIntent(String value)
Sets the value of the intent property.
|
void |
setIteration(IterationSpecificationType value)
Sets the value of the iteration property.
|
void |
setKind(ShadowKindType value)
Sets the value of the kind 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.
|
protected ShadowKindType kind
protected String intent
protected String name
protected String displayName
protected String description
protected Boolean _default
protected QName objectClass
protected List<ResourceAttributeDefinitionType> attribute
protected List<ResourceObjectTypeDependencyType> dependency
protected List<ResourceObjectAssociationType> association
protected AssignmentPolicyEnforcementType assignmentPolicyEnforcement
protected IterationSpecificationType iteration
protected List<ResourceObjectPatternType> _protected
protected ResourceActivationDefinitionType activation
protected ResourceCredentialsDefinitionType credentials
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_KIND
public static final QName F_INTENT
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_ASSOCIATION
public static final QName F_ASSIGNMENT_POLICY_ENFORCEMENT
public static final QName F_ITERATION
public static final QName F__PROTECTED
public static final QName F_ACTIVATION
public static final QName F_CREDENTIALS
public static final QName F_COMPLEX___TYPE
public ResourceObjectTypeDefinitionType()
ResourceObjectTypeDefinitionType
instance.public ResourceObjectTypeDefinitionType(ResourceObjectTypeDefinitionType o)
ResourceObjectTypeDefinitionType
instance by deeply copying a given ResourceObjectTypeDefinitionType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public ShadowKindType getKind()
ShadowKindType
public void setKind(ShadowKindType value)
value
- allowed object is
ShadowKindType
public String getIntent()
String
public void setIntent(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public Boolean isDefault()
Boolean
public void setDefault(Boolean value)
value
- allowed object is
Boolean
public QName getObjectClass()
QName
public void setObjectClass(QName value)
value
- allowed object is
QName
public 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<ResourceObjectTypeDependencyType> 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
ResourceObjectTypeDependencyType
public List<ResourceObjectAssociationType> getAssociation()
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 association property.
For example, to add a new item, do as follows:
getAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceObjectAssociationType
public AssignmentPolicyEnforcementType getAssignmentPolicyEnforcement()
AssignmentPolicyEnforcementType
public void setAssignmentPolicyEnforcement(AssignmentPolicyEnforcementType value)
value
- allowed object is
AssignmentPolicyEnforcementType
public IterationSpecificationType getIteration()
IterationSpecificationType
public void setIteration(IterationSpecificationType value)
value
- allowed object is
IterationSpecificationType
public List<ResourceObjectPatternType> getProtected()
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 protected property.
For example, to add a new item, do as follows:
getProtected().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceObjectPatternType
public ResourceActivationDefinitionType getActivation()
ResourceActivationDefinitionType
public void setActivation(ResourceActivationDefinitionType value)
value
- allowed object is
ResourceActivationDefinitionType
public ResourceCredentialsDefinitionType getCredentials()
ResourceCredentialsDefinitionType
public void setCredentials(ResourceCredentialsDefinitionType value)
value
- allowed object is
ResourceCredentialsDefinitionType
public String toString()
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 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.Equals
public ResourceObjectTypeDefinitionType clone()
Copyright © 2013 evolveum. All rights reserved.