public class MetadataType extends Object implements Serializable, Cloneable, Containerable
Java class for MetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="createTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="creatorRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" minOccurs="0"/> <element name="createApproverRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="createChannel" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="modifyTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="modifierRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" minOccurs="0"/> <element name="modifyApproverRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="modifyChannel" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_CREATE_APPROVER_REF |
static QName |
F_CREATE_CHANNEL |
static QName |
F_CREATE_TIMESTAMP |
static QName |
F_CREATOR_REF |
static QName |
F_MODIFIER_REF |
static QName |
F_MODIFY_APPROVER_REF |
static QName |
F_MODIFY_CHANNEL |
static QName |
F_MODIFY_TIMESTAMP |
static QName |
F_SERIAL_VERSION_UID |
Constructor and Description |
---|
MetadataType() |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
MetadataType |
clone() |
boolean |
equals(Object object) |
List<ObjectReferenceType> |
getCreateApproverRef() |
String |
getCreateChannel() |
XMLGregorianCalendar |
getCreateTimestamp() |
ObjectReferenceType |
getCreatorRef() |
ObjectReferenceType |
getModifierRef() |
List<ObjectReferenceType> |
getModifyApproverRef() |
String |
getModifyChannel() |
XMLGregorianCalendar |
getModifyTimestamp() |
int |
hashCode() |
void |
setCreateChannel(String value) |
void |
setCreateTimestamp(XMLGregorianCalendar value) |
void |
setCreatorRef(ObjectReferenceType value) |
void |
setModifierRef(ObjectReferenceType value) |
void |
setModifyChannel(String value) |
void |
setModifyTimestamp(XMLGregorianCalendar value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_CREATE_TIMESTAMP
public static final QName F_CREATOR_REF
public static final QName F_CREATE_APPROVER_REF
public static final QName F_CREATE_CHANNEL
public static final QName F_MODIFY_TIMESTAMP
public static final QName F_MODIFIER_REF
public static final QName F_MODIFY_APPROVER_REF
public static final QName F_MODIFY_CHANNEL
public static final QName F_COMPLEX___TYPE
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public XMLGregorianCalendar getCreateTimestamp()
public void setCreateTimestamp(XMLGregorianCalendar value)
public ObjectReferenceType getCreatorRef()
public void setCreatorRef(ObjectReferenceType value)
public List<ObjectReferenceType> getCreateApproverRef()
public String getCreateChannel()
public void setCreateChannel(String value)
public XMLGregorianCalendar getModifyTimestamp()
public void setModifyTimestamp(XMLGregorianCalendar value)
public ObjectReferenceType getModifierRef()
public void setModifierRef(ObjectReferenceType value)
public List<ObjectReferenceType> getModifyApproverRef()
public String getModifyChannel()
public void setModifyChannel(String value)
public MetadataType clone()
Copyright © 2013 evolveum. All rights reserved.