public class TriggerType extends Object implements Serializable, Cloneable, Containerable
Java class for TriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TriggerType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="handlerUri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_HANDLER_URI |
static QName |
F_ID |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_TIMESTAMP |
Constructor and Description |
---|
TriggerType() |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
TriggerType |
clone() |
boolean |
equals(Object object) |
String |
getHandlerUri() |
Long |
getId() |
XMLGregorianCalendar |
getTimestamp() |
int |
hashCode() |
void |
setHandlerUri(String value) |
void |
setId(Long value) |
void |
setTimestamp(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_TIMESTAMP
public static final QName F_HANDLER_URI
public static final QName F_ID
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 getTimestamp()
public void setTimestamp(XMLGregorianCalendar value)
public String getHandlerUri()
public void setHandlerUri(String value)
public Long getId()
public void setId(Long value)
public TriggerType clone()
Copyright © 2013 evolveum. All rights reserved.