public class ObjectTypeTemplateType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for ObjectTypeTemplateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectTypeTemplateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.w3.org/2001/XMLSchema}QName"/> <element name="objectTemplateRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_OBJECT_TEMPLATE_REF |
static QName |
F_TYPE |
Constructor and Description |
---|
ObjectTypeTemplateType() |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
ObjectTypeTemplateType |
clone() |
boolean |
equals(Object object) |
ObjectReferenceType |
getObjectTemplateRef() |
QName |
getType() |
int |
hashCode() |
void |
setObjectTemplateRef(ObjectReferenceType value) |
void |
setType(QName value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_TYPE
public static final QName F_OBJECT_TEMPLATE_REF
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 QName getType()
public void setType(QName value)
public ObjectReferenceType getObjectTemplateRef()
public void setObjectTemplateRef(ObjectReferenceType value)
public ObjectTypeTemplateType clone()
Copyright © 2014 Evolveum. All rights reserved.