|
||||||||||
| 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.SchemaHandlingType.AccountType
public static class SchemaHandlingType.AccountType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<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" minOccurs="0"/>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}description" 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}AttributeDescriptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="credentials" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="outboundPassword" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="randomPasswordLength" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" default="user" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
SchemaHandlingType.AccountType.Credentials
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.Boolean |
_default
|
protected java.util.List<AttributeDescriptionType> |
attribute
|
protected SchemaHandlingType.AccountType.Credentials |
credentials
|
protected java.lang.String |
description
|
protected java.lang.String |
id
|
protected java.lang.String |
name
|
protected javax.xml.namespace.QName |
objectClass
|
| Constructor Summary | |
|---|---|
SchemaHandlingType.AccountType()
|
|
| Method Summary | |
|---|---|
java.util.List<AttributeDescriptionType> |
getAttribute()
Gets the value of the attribute property. |
SchemaHandlingType.AccountType.Credentials |
getCredentials()
Gets the value of the credentials property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getName()
Human readable name for the account object class. |
javax.xml.namespace.QName |
getObjectClass()
Gets the value of the objectClass property. |
boolean |
isDefault()
Gets the value of the default property. |
void |
setCredentials(SchemaHandlingType.AccountType.Credentials 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 |
setId(java.lang.String value)
Sets the value of the id 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String description
protected javax.xml.namespace.QName objectClass
protected java.util.List<AttributeDescriptionType> attribute
protected SchemaHandlingType.AccountType.Credentials credentials
protected java.lang.String id
protected java.lang.Boolean _default
| Constructor Detail |
|---|
public SchemaHandlingType.AccountType()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(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 javax.xml.namespace.QName getObjectClass()
QNamepublic void setObjectClass(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.util.List<AttributeDescriptionType> 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
AttributeDescriptionType
public SchemaHandlingType.AccountType.Credentials getCredentials()
SchemaHandlingType.AccountType.Credentialspublic void setCredentials(SchemaHandlingType.AccountType.Credentials value)
value - allowed object is
SchemaHandlingType.AccountType.Credentialspublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isDefault()
Booleanpublic void setDefault(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||