|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.AccountTypeType
public class AccountTypeType
Type definition for an annotation that marks object classes that are supposed to be used for accounts. This should be considered a suggestion or a default value for the account type definition in schema handling. This is supposed to be an annotation of an object class (complexType in resource schema).
Java class for AccountTypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountTypeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Boolean |
_default
|
Constructor Summary | |
---|---|
AccountTypeType()
|
Method Summary | |
---|---|
boolean |
isDefault()
Gets the value of the default property. |
void |
setDefault(java.lang.Boolean value)
Sets the value of the default 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.Boolean _default
Constructor Detail |
---|
public AccountTypeType()
Method Detail |
---|
public boolean isDefault()
Boolean
public void setDefault(java.lang.Boolean value)
value
- allowed object is
Boolean
public 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 |