public class ResourceType extends ObjectType implements Serializable, Cloneable
Java class for ResourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectType"> <sequence> <element name="operationalState" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}OperationalStateType" minOccurs="0"/> <element name="connector" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ConnectorType" minOccurs="0"/> <element name="connectorRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" minOccurs="0"/> <element name="connectorConfiguration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ConnectorConfigurationType"/> <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}schema" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}schemaHandling" minOccurs="0"/> <element name="capabilities" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}CapabilitiesType" minOccurs="0"/> <element name="scripts" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}OperationProvisioningScriptsType" minOccurs="0"/> <element name="projection" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ProjectionPolicyType" minOccurs="0"/> <element name="consistency" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceConsistencyType" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}synchronization" minOccurs="0"/> <element name="business" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceBusinessConfigurationType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_BUSINESS |
static QName |
F_CAPABILITIES |
static QName |
F_COMPLEX___TYPE |
static QName |
F_CONNECTOR |
static QName |
F_CONNECTOR_CONFIGURATION |
static QName |
F_CONNECTOR_REF |
static QName |
F_CONSISTENCY |
static QName |
F_NAMESPACE |
static QName |
F_OPERATIONAL_STATE |
static QName |
F_PROJECTION |
static QName |
F_SCHEMA |
static QName |
F_SCHEMA_HANDLING |
static QName |
F_SCRIPTS |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_SYNCHRONIZATION |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TRIGGER
Constructor and Description |
---|
ResourceType() |
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_OPERATIONAL_STATE
public static final QName F_CONNECTOR
public static final QName F_CONNECTOR_REF
public static final QName F_CONNECTOR_CONFIGURATION
public static final QName F_NAMESPACE
public static final QName F_SCHEMA
public static final QName F_SCHEMA_HANDLING
public static final QName F_CAPABILITIES
public static final QName F_SCRIPTS
public static final QName F_PROJECTION
public static final QName F_CONSISTENCY
public static final QName F_SYNCHRONIZATION
public static final QName F_BUSINESS
public static final QName F_COMPLEX___TYPE
public OperationalStateType getOperationalState()
public void setOperationalState(OperationalStateType value)
public ConnectorType getConnector()
public void setConnector(ConnectorType value)
public ObjectReferenceType getConnectorRef()
public void setConnectorRef(ObjectReferenceType value)
public ConnectorConfigurationType getConnectorConfiguration()
public void setConnectorConfiguration(ConnectorConfigurationType value)
public String getNamespace()
public void setNamespace(String value)
public XmlSchemaType getSchema()
public void setSchema(XmlSchemaType value)
public SchemaHandlingType getSchemaHandling()
public void setSchemaHandling(SchemaHandlingType value)
public CapabilitiesType getCapabilities()
public void setCapabilities(CapabilitiesType value)
public OperationProvisioningScriptsType getScripts()
public void setScripts(OperationProvisioningScriptsType value)
public ProjectionPolicyType getProjection()
public void setProjection(ProjectionPolicyType value)
public ResourceConsistencyType getConsistency()
public void setConsistency(ResourceConsistencyType value)
public SynchronizationType getSynchronization()
public void setSynchronization(SynchronizationType value)
public ResourceBusinessConfigurationType getBusiness()
public void setBusiness(ResourceBusinessConfigurationType value)
public ResourceType clone()
clone
in class ObjectType
Copyright © 2013 evolveum. All rights reserved.