com.evolveum.midpoint.xml.ns._public.common.common_2a
Class OrgType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_2a.ObjectType
com.evolveum.midpoint.xml.ns._public.common.common_2a.OrgType
- All Implemented Interfaces:
- Containerable, Objectable, java.io.Serializable, java.lang.Cloneable
public class OrgType
- extends ObjectType
- implements java.io.Serializable, java.lang.Cloneable
Organizational unit, division, section, object gropup, team or any other form of
organizing things and/or people.
TODO
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}ObjectType">
<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>
- See Also:
- Serialized Form
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_2a.ObjectType |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getName, getOid, getParentOrg, getParentOrgRef, getVersion, hashCode, setDescription, setExtension, setFetchResult, setName, setOid, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
COMPLEX_TYPE
public static final javax.xml.namespace.QName COMPLEX_TYPE
F_DISPLAY_NAME
public static final javax.xml.namespace.QName F_DISPLAY_NAME
F_IDENTIFIER
public static final javax.xml.namespace.QName F_IDENTIFIER
F_ORG_TYPE
public static final javax.xml.namespace.QName F_ORG_TYPE
F_COST_CENTER
public static final javax.xml.namespace.QName F_COST_CENTER
F_LOCALITY
public static final javax.xml.namespace.QName F_LOCALITY
OrgType
public OrgType()
getDisplayName
public PolyStringType getDisplayName()
setDisplayName
public void setDisplayName(PolyStringType value)
getIdentifier
public java.lang.String getIdentifier()
setIdentifier
public void setIdentifier(java.lang.String value)
getOrgType
public java.util.List<java.lang.String> getOrgType()
getCostCenter
public java.lang.String getCostCenter()
setCostCenter
public void setCostCenter(java.lang.String value)
getLocality
public PolyStringType getLocality()
setLocality
public void setLocality(PolyStringType value)
clone
public OrgType clone()
- Overrides:
clone
in class ObjectType
Copyright © 2012 evolveum. All Rights Reserved.