Package org.openehr.schemas.v1
Interface TRANSITION
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TRANSITIONImpl
public interface TRANSITION
extends org.apache.xmlbeans.XmlObject
An XML TRANSITION(@http://schemas.openehr.org/v1).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "next_state" elementGets the "action" elementgetEvent()Gets the "event" elementgetGuard()Gets the "guard" elementGets the "next_state" elementbooleanTrue if has "action" elementbooleanTrue if has "guard" elementbooleanTrue if has "next_state" elementvoidSets the "action" elementvoidSets the "event" elementvoidSets the "guard" elementvoidsetNextState(STATE nextState) Sets the "next_state" elementvoidUnsets the "action" elementvoidUnsets the "guard" elementvoidUnsets the "next_state" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "action" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "event" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "guard" elementvoidxsetAction(org.apache.xmlbeans.XmlString action) Sets (as xml) the "action" elementvoidxsetEvent(org.apache.xmlbeans.XmlString event) Sets (as xml) the "event" elementvoidxsetGuard(org.apache.xmlbeans.XmlString guard) Sets (as xml) the "guard" elementMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getEvent
String getEvent()Gets the "event" element -
xgetEvent
org.apache.xmlbeans.XmlString xgetEvent()Gets (as xml) the "event" element -
setEvent
Sets the "event" element -
xsetEvent
void xsetEvent(org.apache.xmlbeans.XmlString event) Sets (as xml) the "event" element -
getAction
String getAction()Gets the "action" element -
xgetAction
org.apache.xmlbeans.XmlString xgetAction()Gets (as xml) the "action" element -
isSetAction
boolean isSetAction()True if has "action" element -
setAction
Sets the "action" element -
xsetAction
void xsetAction(org.apache.xmlbeans.XmlString action) Sets (as xml) the "action" element -
unsetAction
void unsetAction()Unsets the "action" element -
getGuard
String getGuard()Gets the "guard" element -
xgetGuard
org.apache.xmlbeans.XmlString xgetGuard()Gets (as xml) the "guard" element -
isSetGuard
boolean isSetGuard()True if has "guard" element -
setGuard
Sets the "guard" element -
xsetGuard
void xsetGuard(org.apache.xmlbeans.XmlString guard) Sets (as xml) the "guard" element -
unsetGuard
void unsetGuard()Unsets the "guard" element -
getNextState
STATE getNextState()Gets the "next_state" element -
isSetNextState
boolean isSetNextState()True if has "next_state" element -
setNextState
Sets the "next_state" element -
addNewNextState
STATE addNewNextState()Appends and returns a new empty "next_state" element -
unsetNextState
void unsetNextState()Unsets the "next_state" element
-