com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1
Class AccountTypeType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.AccountTypeType

public class AccountTypeType
extends java.lang.Object

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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_default

protected java.lang.Boolean _default
Constructor Detail

AccountTypeType

public AccountTypeType()
Method Detail

isDefault

public boolean isDefault()
Gets the value of the default property.

Returns:
possible object is Boolean

setDefault

public void setDefault(java.lang.Boolean value)
Sets the value of the default property.

Parameters:
value - allowed object is Boolean


Copyright © 2011 evolveum. All Rights Reserved.