public abstract class ObjectType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Objectable
Java class for ObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://prism.evolveum.com/xml/ns/public/types-2}PolyStringType" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}description" minOccurs="0"/> <element name="fetchResult" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}OperationResultType" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}extension" minOccurs="0"/> <element name="parentOrg" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}OrgType" maxOccurs="unbounded" minOccurs="0"/> <element name="parentOrgRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="trigger" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}TriggerType" maxOccurs="unbounded" minOccurs="0"/> <element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}MetadataType" minOccurs="0"/> </sequence> <attribute name="oid" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_DESCRIPTION |
static QName |
F_EXTENSION |
static QName |
F_FETCH_RESULT |
static QName |
F_METADATA |
static QName |
F_NAME |
static QName |
F_PARENT_ORG |
static QName |
F_PARENT_ORG_REF |
static QName |
F_TRIGGER |
Constructor and Description |
---|
ObjectType() |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismObject |
asPrismContainer() |
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
com.evolveum.midpoint.prism.PrismObject |
asPrismObject() |
ObjectType |
clone() |
boolean |
equals(Object object) |
String |
getDescription() |
ExtensionType |
getExtension() |
OperationResultType |
getFetchResult() |
MetadataType |
getMetadata() |
com.evolveum.prism.xml.ns._public.types_2.PolyStringType |
getName() |
String |
getOid() |
List<OrgType> |
getParentOrg() |
List<ObjectReferenceType> |
getParentOrgRef() |
List<TriggerType> |
getTrigger() |
String |
getVersion() |
int |
hashCode() |
void |
setDescription(String value) |
void |
setExtension(ExtensionType value) |
void |
setFetchResult(OperationResultType value) |
void |
setMetadata(MetadataType value) |
void |
setName(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value) |
void |
setOid(String value) |
void |
setupContainer(com.evolveum.midpoint.prism.PrismObject container) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
void |
setVersion(String value) |
String |
toDebugName() |
String |
toDebugType() |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_NAME
public static final QName F_DESCRIPTION
public static final QName F_FETCH_RESULT
public static final QName F_EXTENSION
public static final QName F_PARENT_ORG
public static final QName F_PARENT_ORG_REF
public static final QName F_TRIGGER
public static final QName F_METADATA
public void setupContainer(com.evolveum.midpoint.prism.PrismObject container)
setupContainer
in interface com.evolveum.midpoint.prism.Objectable
public com.evolveum.midpoint.prism.PrismObject asPrismObject()
asPrismObject
in interface com.evolveum.midpoint.prism.Objectable
public com.evolveum.midpoint.prism.PrismObject asPrismContainer()
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public String toDebugName()
toDebugName
in interface com.evolveum.midpoint.prism.Objectable
public String toDebugType()
toDebugType
in interface com.evolveum.midpoint.prism.Objectable
public com.evolveum.prism.xml.ns._public.types_2.PolyStringType getName()
getName
in interface com.evolveum.midpoint.prism.Objectable
public void setName(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value)
setName
in interface com.evolveum.midpoint.prism.Objectable
public String getDescription()
getDescription
in interface com.evolveum.midpoint.prism.Objectable
public void setDescription(String value)
setDescription
in interface com.evolveum.midpoint.prism.Objectable
public OperationResultType getFetchResult()
public void setFetchResult(OperationResultType value)
public ExtensionType getExtension()
public void setExtension(ExtensionType value)
public List<ObjectReferenceType> getParentOrgRef()
public List<TriggerType> getTrigger()
public MetadataType getMetadata()
public void setMetadata(MetadataType value)
public String getOid()
getOid
in interface com.evolveum.midpoint.prism.Objectable
public void setOid(String value)
setOid
in interface com.evolveum.midpoint.prism.Objectable
public String getVersion()
getVersion
in interface com.evolveum.midpoint.prism.Objectable
public void setVersion(String value)
setVersion
in interface com.evolveum.midpoint.prism.Objectable
public ObjectType clone()
Copyright © 2014 Evolveum. All rights reserved.