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-2a}AbstractRoleType"> <sequence> <element name="displayName" type="{http://prism.evolveum.com/xml/ns/public/types-2}PolyStringType"/> <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" 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-2}PolyStringType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_COST_CENTER |
static QName |
F_DISPLAY_NAME |
static QName |
F_IDENTIFIER |
static QName |
F_LOCALITY |
static QName |
F_ORG_TYPE |
static QName |
F_SERIAL_VERSION_UID |
F_APPROVAL_PROCESS, F_APPROVAL_SCHEMA, F_APPROVER_EXPRESSION, F_APPROVER_REF, F_AUTHORIZATION, F_AUTOMATICALLY_APPROVED, F_EXCLUSION, F_INDUCEMENT, F_REQUESTABLE
F_ACTIVATION, F_ASSIGNMENT, F_LINK, F_LINK_REF
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TRIGGER
Constructor and Description |
---|
OrgType() |
Modifier and Type | Method and Description |
---|---|
OrgType |
clone() |
String |
getCostCenter() |
PolyStringType |
getDisplayName() |
String |
getIdentifier() |
PolyStringType |
getLocality() |
List<String> |
getOrgType() |
void |
setCostCenter(String value) |
void |
setDisplayName(PolyStringType value) |
void |
setIdentifier(String value) |
void |
setLocality(PolyStringType value) |
getApprovalProcess, getApprovalSchema, getApproverExpression, getApproverRef, getAuthorization, getAutomaticallyApproved, getExclusion, getInducement, isRequestable, setApprovalProcess, setApprovalSchema, setAutomaticallyApproved, setRequestable
getActivation, getAssignment, getLink, getLinkRef, setActivation
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_DISPLAY_NAME
public static final QName F_IDENTIFIER
public static final QName F_ORG_TYPE
public static final QName F_COST_CENTER
public static final QName F_LOCALITY
public static final QName F_COMPLEX___TYPE
public PolyStringType getDisplayName()
public void setDisplayName(PolyStringType value)
public String getIdentifier()
public void setIdentifier(String value)
public String getCostCenter()
public void setCostCenter(String value)
public PolyStringType getLocality()
public void setLocality(PolyStringType value)
public OrgType clone()
clone
in class AbstractRoleType
Copyright © 2013 evolveum. All rights reserved.