public class AccountShadowType extends ShadowType implements Serializable, Cloneable
Java class for AccountShadowType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountShadowType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ShadowType"> <sequence> <element name="accountType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ACCOUNT_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_SERIAL_VERSION_UID |
F_ACTIVATION, F_ASSIGNED, F_ASSOCIATION, F_ATTEMPT_NUMBER, F_ATTRIBUTES, F_CREDENTIALS, F_DEAD, F_EXISTS, F_FAILED_OPERATION_TYPE, F_IGNORED, F_INTENT, F_ITERATION, F_ITERATION_TOKEN, F_KIND, F_OBJECT_CHANGE, F_OBJECT_CLASS, F_PROTECTED_OBJECT, F_RESOURCE, F_RESOURCE_REF, F_RESULT, F_SYNCHRONIZATION_SITUATION, F_SYNCHRONIZATION_SITUATION_DESCRIPTION, F_SYNCHRONIZATION_TIMESTAMP
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TRIGGER
Constructor and Description |
---|
AccountShadowType() |
Modifier and Type | Method and Description |
---|---|
AccountShadowType |
clone() |
String |
getAccountType() |
void |
setAccountType(String value) |
getActivation, getAssociation, getAttemptNumber, getAttributes, getCredentials, getFailedOperationType, getIntent, getIteration, getIterationToken, getKind, getObjectChange, getObjectClass, getResource, getResourceRef, getResult, getSynchronizationSituation, getSynchronizationSituationDescription, getSynchronizationTimestamp, isAssigned, isDead, isExists, isIgnored, isProtectedObject, setActivation, setAssigned, setAttemptNumber, setAttributes, setCredentials, setDead, setExists, setFailedOperationType, setIgnored, setIntent, setIteration, setIterationToken, setKind, setObjectChange, setObjectClass, setProtectedObject, setResource, setResourceRef, setResult, setSynchronizationSituation, setSynchronizationTimestamp
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_ACCOUNT_TYPE
public static final QName F_COMPLEX___TYPE
public String getAccountType()
public void setAccountType(String value)
public AccountShadowType clone()
clone
in class ShadowType
Copyright © 2013 evolveum. All rights reserved.