public class OrgType extends AbstractRoleType implements Serializable, Cloneable
Java class for OrgType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrgType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractRoleType"> <sequence> <element name="orgType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="tenant" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="costCenter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="locality" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/> <element name="mailDomain" 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="passwordPolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COST_CENTER |
static QName |
F_DISPLAY_ORDER |
static QName |
F_LOCALITY |
static QName |
F_MAIL_DOMAIN |
static QName |
F_ORG_TYPE |
static QName |
F_PASSWORD_POLICY_REF |
static QName |
F_TENANT |
F_APPROVAL_PROCESS, F_APPROVAL_SCHEMA, F_APPROVER_EXPRESSION, F_APPROVER_REF, F_AUTHORIZATION, F_AUTOMATICALLY_APPROVED, F_CONDITION, F_DISPLAY_NAME, F_EXCLUSION, F_IDENTIFIER, F_INDUCEMENT, F_OWNER_REF, F_REQUESTABLE, F_RISK_LEVEL
F_ACTIVATION, F_ASSIGNMENT, F_ITERATION, F_ITERATION_TOKEN, F_LINK, F_LINK_REF
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TENANT_REF, F_TRIGGER
Constructor and Description |
---|
OrgType() |
OrgType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
OrgType |
clone() |
String |
getCostCenter() |
Integer |
getDisplayOrder() |
com.evolveum.prism.xml.ns._public.types_3.PolyStringType |
getLocality() |
List<String> |
getMailDomain() |
List<String> |
getOrgType() |
ObjectReferenceType |
getPasswordPolicyRef() |
Boolean |
isTenant() |
void |
setCostCenter(String value) |
void |
setDisplayOrder(Integer value) |
void |
setLocality(com.evolveum.prism.xml.ns._public.types_3.PolyStringType value) |
void |
setPasswordPolicyRef(ObjectReferenceType value) |
void |
setTenant(Boolean value) |
getApprovalProcess, getApprovalSchema, getApproverExpression, getApproverRef, getAuthorization, getAutomaticallyApproved, getCondition, getDisplayName, getExclusion, getIdentifier, getInducement, getOwnerRef, getRiskLevel, isRequestable, setApprovalProcess, setApprovalSchema, setAutomaticallyApproved, setCondition, setDisplayName, setIdentifier, setOwnerRef, setRequestable, setRiskLevel
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getActivation, getAssignment, getIteration, getIterationToken, getLink, getLinkRef, hashCode, setActivation, setIteration, setIterationToken, setupContainer, setupContainerValue, toDebugName, toDebugType, toString
getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTenantRef, getTrigger, getVersion, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setTenantRef, setVersion
public static final QName COMPLEX_TYPE
public static final QName F_ORG_TYPE
public static final QName F_TENANT
public static final QName F_COST_CENTER
public static final QName F_LOCALITY
public static final QName F_MAIL_DOMAIN
public static final QName F_DISPLAY_ORDER
public static final QName F_PASSWORD_POLICY_REF
public OrgType()
public OrgType(com.evolveum.midpoint.prism.PrismContext prismContext)
public Boolean isTenant()
public void setTenant(Boolean value)
public String getCostCenter()
public void setCostCenter(String value)
public com.evolveum.prism.xml.ns._public.types_3.PolyStringType getLocality()
public void setLocality(com.evolveum.prism.xml.ns._public.types_3.PolyStringType value)
public Integer getDisplayOrder()
public void setDisplayOrder(Integer value)
public ObjectReferenceType getPasswordPolicyRef()
public void setPasswordPolicyRef(ObjectReferenceType value)
public OrgType clone()
clone
in class AbstractRoleType
Copyright © 2015 Evolveum. All rights reserved.