public class GenericObjectType extends ObjectType implements Serializable, Cloneable
Java class for GenericObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericObjectType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectType"> <sequence> <element name="objectType" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_OBJECT_TYPE |
static QName |
F_SERIAL_VERSION_UID |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TRIGGER
Constructor and Description |
---|
GenericObjectType() |
Modifier and Type | Method and Description |
---|---|
GenericObjectType |
clone() |
String |
getObjectType() |
void |
setObjectType(String value) |
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_OBJECT_TYPE
public static final QName F_COMPLEX___TYPE
public String getObjectType()
public void setObjectType(String value)
public GenericObjectType clone()
clone
in class ObjectType
Copyright © 2013 evolveum. All rights reserved.