public class TriggerType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.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_HANDLER_URI |
static QName |
F_TIMESTAMP |
| Constructor and Description |
|---|
TriggerType() |
TriggerType(com.evolveum.midpoint.prism.PrismContext prismContext) |
| Modifier and Type | Method and Description |
|---|---|
com.evolveum.midpoint.prism.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(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_TIMESTAMP
public static final QName F_HANDLER_URI
public TriggerType()
public TriggerType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue in interface com.evolveum.midpoint.prism.Containerablepublic void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue in interface com.evolveum.midpoint.prism.Containerablepublic 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 © 2016 Evolveum. All rights reserved.