|
||||||||||
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
com.evolveum.midpoint.xml.ns._public.common.common_2a.ResourceAccountTypeDefinitionType
public class ResourceAccountTypeDefinitionType
Defines a type from the resource schema (object class) that can be used for creating accounts.
Java class for ResourceAccountTypeDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceAccountTypeDefinitionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceObjectClassTypeDefinitionType"> <sequence> <element name="credentials" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceCredentialsDefinitionType" minOccurs="0"/> <element name="activation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceActivationDefinitionType" 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"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<ResourceObjectPatternType> |
_protected
|
protected ResourceActivationDefinitionType |
activation
|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
protected ResourceCredentialsDefinitionType |
credentials
|
static javax.xml.namespace.QName |
F__PROTECTED
|
static javax.xml.namespace.QName |
F_ACTIVATION
|
static javax.xml.namespace.QName |
F_CREDENTIALS
|
static javax.xml.namespace.QName |
F_ITERATION
|
protected IterationSpecificationType |
iteration
|
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_2a.ResourceObjectClassTypeDefinitionType |
---|
_default, assignmentPolicyEnforcement, attribute, dependency, description, displayName, entitlementAssociation, F__DEFAULT, F_ASSIGNMENT_POLICY_ENFORCEMENT, F_ATTRIBUTE, F_DEPENDENCY, F_DESCRIPTION, F_DISPLAY_NAME, F_ENTITLEMENT_ASSOCIATION, F_NAME, F_OBJECT_CLASS, name, objectClass |
Constructor Summary | |
---|---|
ResourceAccountTypeDefinitionType()
Creates a new ResourceAccountTypeDefinitionType instance. |
|
ResourceAccountTypeDefinitionType(ResourceAccountTypeDefinitionType o)
Creates a new ResourceAccountTypeDefinitionType instance by deeply copying a given ResourceAccountTypeDefinitionType instance. |
Method Summary | |
---|---|
ResourceAccountTypeDefinitionType |
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)
|
ResourceActivationDefinitionType |
getActivation()
Gets the value of the activation property. |
ResourceCredentialsDefinitionType |
getCredentials()
Gets the value of the credentials property. |
IterationSpecificationType |
getIteration()
Gets the value of the iteration property. |
java.util.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)
|
void |
setActivation(ResourceActivationDefinitionType value)
Sets the value of the activation property. |
void |
setCredentials(ResourceCredentialsDefinitionType value)
Sets the value of the credentials property. |
void |
setIteration(IterationSpecificationType value)
Sets the value of the iteration property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_2a.ResourceObjectClassTypeDefinitionType |
---|
getAssignmentPolicyEnforcement, getAttribute, getDependency, getDescription, getDisplayName, getEntitlementAssociation, getName, getObjectClass, isDefault, setAssignmentPolicyEnforcement, setDefault, setDescription, setDisplayName, setName, setObjectClass |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected ResourceCredentialsDefinitionType credentials
protected ResourceActivationDefinitionType activation
protected IterationSpecificationType iteration
protected java.util.List<ResourceObjectPatternType> _protected
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_CREDENTIALS
public static final javax.xml.namespace.QName F_ACTIVATION
public static final javax.xml.namespace.QName F_ITERATION
public static final javax.xml.namespace.QName F__PROTECTED
Constructor Detail |
---|
public ResourceAccountTypeDefinitionType()
ResourceAccountTypeDefinitionType
instance.
public ResourceAccountTypeDefinitionType(ResourceAccountTypeDefinitionType o)
ResourceAccountTypeDefinitionType
instance by deeply copying a given ResourceAccountTypeDefinitionType
instance.
o
- The instance to copy.
java.lang.NullPointerException
- if o
is null
.Method Detail |
---|
public ResourceCredentialsDefinitionType getCredentials()
ResourceCredentialsDefinitionType
public void setCredentials(ResourceCredentialsDefinitionType value)
value
- allowed object is
ResourceCredentialsDefinitionType
public ResourceActivationDefinitionType getActivation()
ResourceActivationDefinitionType
public void setActivation(ResourceActivationDefinitionType value)
value
- allowed object is
ResourceActivationDefinitionType
public IterationSpecificationType getIteration()
IterationSpecificationType
public void setIteration(IterationSpecificationType value)
value
- allowed object is
IterationSpecificationType
public java.util.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 java.lang.String toString()
toString
in class ResourceObjectClassTypeDefinitionType
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
hashCode
in class ResourceObjectClassTypeDefinitionType
public int hashCode()
hashCode
in class ResourceObjectClassTypeDefinitionType
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
equals
in class ResourceObjectClassTypeDefinitionType
public boolean equals(java.lang.Object object)
equals
in class ResourceObjectClassTypeDefinitionType
public ResourceAccountTypeDefinitionType clone()
clone
in class ResourceObjectClassTypeDefinitionType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |