|
||||||||||
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_1.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> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}name"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}displayName" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}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-1.xsd}ResourceAttributeDefinitionType" maxOccurs="unbounded" minOccurs="0"/> <element name="credentials" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ResourceCredentialsDefinitionType" minOccurs="0"/> <element name="activation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ResourceActivationDefinitionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Boolean |
_default
|
protected ResourceActivationDefinitionType |
activation
|
protected java.util.List<ResourceAttributeDefinitionType> |
attribute
|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
protected ResourceCredentialsDefinitionType |
credentials
|
protected java.lang.String |
description
|
protected java.lang.String |
displayName
|
static javax.xml.namespace.QName |
F__DEFAULT
|
static javax.xml.namespace.QName |
F_ACTIVATION
|
static javax.xml.namespace.QName |
F_ATTRIBUTE
|
static javax.xml.namespace.QName |
F_CREDENTIALS
|
static javax.xml.namespace.QName |
F_DESCRIPTION
|
static javax.xml.namespace.QName |
F_DISPLAY_NAME
|
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 | |
---|---|
ResourceAccountTypeDefinitionType()
|
Method Summary | |
---|---|
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. |
java.util.List<ResourceAttributeDefinitionType> |
getAttribute()
Gets the value of the attribute property. |
ResourceCredentialsDefinitionType |
getCredentials()
Gets the value of the credentials property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName 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 |
setActivation(ResourceActivationDefinitionType value)
Sets the value of the activation property. |
void |
setCredentials(ResourceCredentialsDefinitionType value)
Sets the value of the credentials 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 |
---|
clone, 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 ResourceCredentialsDefinitionType credentials
protected ResourceActivationDefinitionType activation
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_CREDENTIALS
public static final javax.xml.namespace.QName F_ACTIVATION
Constructor Detail |
---|
public ResourceAccountTypeDefinitionType()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplayName()
String
public void setDisplayName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isDefault()
Boolean
public void setDefault(java.lang.Boolean value)
value
- allowed object is
Boolean
public javax.xml.namespace.QName getObjectClass()
QName
public void setObjectClass(javax.xml.namespace.QName value)
value
- allowed object is
QName
public 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 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 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |