public class ServiceType extends AbstractRoleType implements Serializable, Cloneable
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This object type represents any kind of abstract or concrete services or devices such as servers, virtual machines,
printers, mobile devices, network nodes, application servers, applications or anything similar. The "service" is a
very abstract concept.
</p>
Java class for ServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractRoleType">
<sequence>
<element name="serviceType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="displayOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static ItemName |
F_DISPLAY_ORDER |
static ItemName |
F_SERVICE_TYPE |
static ItemName |
F_URL |
F_ADMIN_GUI_CONFIGURATION, F_AUTHORIZATION, F_AUTOASSIGN, F_CONDITION, F_DATA_PROTECTION, F_DELEGABLE, F_DISPLAY_NAME, F_IDEMPOTENCE, F_IDENTIFIER, F_INDUCEMENT, F_REQUESTABLE, F_RISK_LEVELF_ACTIVATION, F_COST_CENTER, F_EMAIL_ADDRESS, F_JPEG_PHOTO, F_LINK_REF, F_LOCALE, F_LOCALITY, F_PERSONA_REF, F_PREFERRED_LANGUAGE, F_TELEPHONE_NUMBER, F_TIMEZONEF_ARCHETYPE_REF, F_ASSIGNMENT, F_DELEGATED_REF, F_ITERATION, F_ITERATION_TOKEN, F_ROLE_INFLUENCE_REF, F_ROLE_MEMBERSHIP_REFF_DESCRIPTION, F_DIAGNOSTIC_INFORMATION, F_EXTENSION, F_FETCH_RESULT, F_LENS_CONTEXT, F_LIFECYCLE_STATE, F_METADATA, F_NAME, F_OPERATION_EXECUTION, F_PARENT_ORG_REF, F_POLICY_EXCEPTION, F_POLICY_SITUATION, F_SUBTYPE, F_TENANT_REF, F_TRIGGER, F_TRIGGERED_POLICY_RULE| Constructor and Description |
|---|
ServiceType() |
ServiceType(PrismContext prismContext) |
createAuthorizationList, createInducementList, getAdminGuiConfiguration, getAuthorization, getAutoassign, getCondition, getDataProtection, getDisplayName, getIdempotence, getIdentifier, getInducement, getRiskLevel, isDelegable, isRequestable, setAdminGuiConfiguration, setAutoassign, setCondition, setDataProtection, setDelegable, setDisplayName, setIdempotence, setIdentifier, setRequestable, setRiskLevelasPrismContainer, asPrismContainerValue, createLinkRefList, createPersonaRefList, equals, getActivation, getCostCenter, getEmailAddress, getJpegPhoto, getLinkRef, getLocale, getLocality, getPersonaRef, getPreferredLanguage, getTelephoneNumber, getTimezone, hashCode, setActivation, setCostCenter, setEmailAddress, setJpegPhoto, setLocale, setLocality, setPreferredLanguage, setTelephoneNumber, setTimezone, setupContainer, setupContainerValue, toDebugName, toDebugType, toStringcreateArchetypeRefList, createAssignmentList, createDelegatedRefList, createRoleInfluenceRefList, createRoleMembershipRefList, getArchetypeRef, getAssignment, getDelegatedRef, getIteration, getIterationToken, getRoleInfluenceRef, getRoleMembershipRef, setIteration, setIterationTokencreateDiagnosticInformationList, createOperationExecutionList, createParentOrgRefList, createPolicyExceptionList, createPolicySituationList, createSubtypeList, createTriggeredPolicyRuleList, createTriggerList, getDescription, getDiagnosticInformation, getExtension, getFetchResult, getLensContext, getLifecycleState, getMetadata, getName, getOid, getOperationExecution, getParentOrgRef, getPolicyException, getPolicySituation, getSubtype, getTenantRef, getTrigger, getTriggeredPolicyRule, getVersion, setDescription, setExtension, setFetchResult, setLensContext, setLifecycleState, setMetadata, setName, setOid, setTenantRef, setVersionacceptfinalize, getClass, notify, notifyAll, wait, wait, waitgetDescription, getName, getOid, getVersion, setDescription, setName, setOid, setVersionvisitPrismStructurepublic static final QName COMPLEX_TYPE
public static final ItemName F_SERVICE_TYPE
public static final ItemName F_DISPLAY_ORDER
public static final ItemName F_URL
public ServiceType()
public ServiceType(PrismContext prismContext)
public PrismObject<ServiceType> asPrismObject()
asPrismObject in interface ObjectableasPrismObject in class AbstractRoleTypepublic <X> X end()
end in class AbstractRoleTypepublic Integer getDisplayOrder()
public void setDisplayOrder(Integer value)
public String getUrl()
public void setUrl(String value)
public ServiceType serviceType(String value)
public ServiceType displayOrder(Integer value)
public ServiceType url(String value)
public ServiceType displayName(PolyStringType value)
displayName in class AbstractRoleTypepublic ServiceType displayName(String value)
displayName in class AbstractRoleTypepublic PolyStringType beginDisplayName()
beginDisplayName in class AbstractRoleTypepublic ServiceType identifier(String value)
identifier in class AbstractRoleTypepublic ServiceType inducement(AssignmentType value)
inducement in class AbstractRoleTypepublic AssignmentType beginInducement()
beginInducement in class AbstractRoleTypepublic ServiceType authorization(AuthorizationType value)
authorization in class AbstractRoleTypepublic AuthorizationType beginAuthorization()
beginAuthorization in class AbstractRoleTypepublic ServiceType requestable(Boolean value)
requestable in class AbstractRoleTypepublic ServiceType delegable(Boolean value)
delegable in class AbstractRoleTypepublic ServiceType idempotence(IdempotenceType value)
idempotence in class AbstractRoleTypepublic ServiceType riskLevel(String value)
riskLevel in class AbstractRoleTypepublic ServiceType condition(MappingType value)
condition in class AbstractRoleTypepublic MappingType beginCondition()
beginCondition in class AbstractRoleTypepublic ServiceType adminGuiConfiguration(AdminGuiConfigurationType value)
adminGuiConfiguration in class AbstractRoleTypepublic AdminGuiConfigurationType beginAdminGuiConfiguration()
beginAdminGuiConfiguration in class AbstractRoleTypepublic ServiceType dataProtection(DataProtectionType value)
dataProtection in class AbstractRoleTypepublic DataProtectionType beginDataProtection()
beginDataProtection in class AbstractRoleTypepublic ServiceType autoassign(AutoassignSpecificationType value)
autoassign in class AbstractRoleTypepublic AutoassignSpecificationType beginAutoassign()
beginAutoassign in class AbstractRoleTypepublic ServiceType linkRef(ObjectReferenceType value)
linkRef in class AbstractRoleTypepublic ServiceType linkRef(String oid, QName type)
linkRef in class AbstractRoleTypepublic ServiceType linkRef(String oid, QName type, QName relation)
linkRef in class AbstractRoleTypepublic ObjectReferenceType beginLinkRef()
beginLinkRef in class AbstractRoleTypepublic ServiceType personaRef(ObjectReferenceType value)
personaRef in class AbstractRoleTypepublic ServiceType personaRef(String oid, QName type)
personaRef in class AbstractRoleTypepublic ServiceType personaRef(String oid, QName type, QName relation)
personaRef in class AbstractRoleTypepublic ObjectReferenceType beginPersonaRef()
beginPersonaRef in class AbstractRoleTypepublic ServiceType activation(ActivationType value)
activation in class AbstractRoleTypepublic ActivationType beginActivation()
beginActivation in class AbstractRoleTypepublic ServiceType jpegPhoto(byte[] value)
jpegPhoto in class AbstractRoleTypepublic ServiceType costCenter(String value)
costCenter in class AbstractRoleTypepublic ServiceType locality(PolyStringType value)
locality in class AbstractRoleTypepublic ServiceType locality(String value)
locality in class AbstractRoleTypepublic PolyStringType beginLocality()
beginLocality in class AbstractRoleTypepublic ServiceType preferredLanguage(String value)
preferredLanguage in class AbstractRoleTypepublic ServiceType locale(String value)
locale in class AbstractRoleTypepublic ServiceType timezone(String value)
timezone in class AbstractRoleTypepublic ServiceType emailAddress(String value)
emailAddress in class AbstractRoleTypepublic ServiceType telephoneNumber(String value)
telephoneNumber in class AbstractRoleTypepublic ServiceType assignment(AssignmentType value)
assignment in class AbstractRoleTypepublic AssignmentType beginAssignment()
beginAssignment in class AbstractRoleTypepublic ServiceType iteration(Integer value)
iteration in class AbstractRoleTypepublic ServiceType iterationToken(String value)
iterationToken in class AbstractRoleTypepublic ServiceType archetypeRef(ObjectReferenceType value)
archetypeRef in class AbstractRoleTypepublic ServiceType archetypeRef(String oid, QName type)
archetypeRef in class AbstractRoleTypepublic ServiceType archetypeRef(String oid, QName type, QName relation)
archetypeRef in class AbstractRoleTypepublic ObjectReferenceType beginArchetypeRef()
beginArchetypeRef in class AbstractRoleTypepublic ServiceType roleMembershipRef(ObjectReferenceType value)
roleMembershipRef in class AbstractRoleTypepublic ServiceType roleMembershipRef(String oid, QName type)
roleMembershipRef in class AbstractRoleTypepublic ServiceType roleMembershipRef(String oid, QName type, QName relation)
roleMembershipRef in class AbstractRoleTypepublic ObjectReferenceType beginRoleMembershipRef()
beginRoleMembershipRef in class AbstractRoleTypepublic ServiceType delegatedRef(ObjectReferenceType value)
delegatedRef in class AbstractRoleTypepublic ServiceType delegatedRef(String oid, QName type)
delegatedRef in class AbstractRoleTypepublic ServiceType delegatedRef(String oid, QName type, QName relation)
delegatedRef in class AbstractRoleTypepublic ObjectReferenceType beginDelegatedRef()
beginDelegatedRef in class AbstractRoleTypepublic ServiceType roleInfluenceRef(ObjectReferenceType value)
roleInfluenceRef in class AbstractRoleTypepublic ServiceType roleInfluenceRef(String oid, QName type)
roleInfluenceRef in class AbstractRoleTypepublic ServiceType roleInfluenceRef(String oid, QName type, QName relation)
roleInfluenceRef in class AbstractRoleTypepublic ObjectReferenceType beginRoleInfluenceRef()
beginRoleInfluenceRef in class AbstractRoleTypepublic ServiceType name(PolyStringType value)
name in class AbstractRoleTypepublic ServiceType name(String value)
name in class AbstractRoleTypepublic PolyStringType beginName()
beginName in class AbstractRoleTypepublic ServiceType description(String value)
description in class AbstractRoleTypepublic ServiceType subtype(String value)
subtype in class AbstractRoleTypepublic ServiceType fetchResult(OperationResultType value)
fetchResult in class AbstractRoleTypepublic OperationResultType beginFetchResult()
beginFetchResult in class AbstractRoleTypepublic ServiceType extension(ExtensionType value)
extension in class AbstractRoleTypepublic ExtensionType beginExtension()
beginExtension in class AbstractRoleTypepublic ServiceType parentOrgRef(ObjectReferenceType value)
parentOrgRef in class AbstractRoleTypepublic ServiceType parentOrgRef(String oid, QName type)
parentOrgRef in class AbstractRoleTypepublic ServiceType parentOrgRef(String oid, QName type, QName relation)
parentOrgRef in class AbstractRoleTypepublic ObjectReferenceType beginParentOrgRef()
beginParentOrgRef in class AbstractRoleTypepublic ServiceType trigger(TriggerType value)
trigger in class AbstractRoleTypepublic TriggerType beginTrigger()
beginTrigger in class AbstractRoleTypepublic ServiceType metadata(MetadataType value)
metadata in class AbstractRoleTypepublic MetadataType beginMetadata()
beginMetadata in class AbstractRoleTypepublic ServiceType tenantRef(ObjectReferenceType value)
tenantRef in class AbstractRoleTypepublic ServiceType tenantRef(String oid, QName type)
tenantRef in class AbstractRoleTypepublic ServiceType tenantRef(String oid, QName type, QName relation)
tenantRef in class AbstractRoleTypepublic ObjectReferenceType beginTenantRef()
beginTenantRef in class AbstractRoleTypepublic ServiceType lifecycleState(String value)
lifecycleState in class AbstractRoleTypepublic ServiceType operationExecution(OperationExecutionType value)
operationExecution in class AbstractRoleTypepublic OperationExecutionType beginOperationExecution()
beginOperationExecution in class AbstractRoleTypepublic ServiceType lensContext(LensContextType value)
lensContext in class AbstractRoleTypepublic LensContextType beginLensContext()
beginLensContext in class AbstractRoleTypepublic ServiceType policySituation(String value)
policySituation in class AbstractRoleTypepublic ServiceType triggeredPolicyRule(EvaluatedPolicyRuleType value)
triggeredPolicyRule in class AbstractRoleTypepublic EvaluatedPolicyRuleType beginTriggeredPolicyRule()
beginTriggeredPolicyRule in class AbstractRoleTypepublic ServiceType policyException(PolicyExceptionType value)
policyException in class AbstractRoleTypepublic PolicyExceptionType beginPolicyException()
beginPolicyException in class AbstractRoleTypepublic ServiceType diagnosticInformation(DiagnosticInformationType value)
diagnosticInformation in class AbstractRoleTypepublic DiagnosticInformationType beginDiagnosticInformation()
beginDiagnosticInformation in class AbstractRoleTypepublic ServiceType oid(String value)
oid in class AbstractRoleTypepublic ServiceType version(String value)
version in class AbstractRoleTypepublic ServiceType clone()
clone in class AbstractRoleTypeCopyright © 2021 Evolveum. All rights reserved.