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.XmlObjectAn XML TRANSITION(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTRANSITION.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description STATEaddNewNextState()Appends and returns a new empty "next_state" elementStringgetAction()Gets the "action" elementStringgetEvent()Gets the "event" elementStringgetGuard()Gets the "guard" elementSTATEgetNextState()Gets the "next_state" elementbooleanisSetAction()True if has "action" elementbooleanisSetGuard()True if has "guard" elementbooleanisSetNextState()True if has "next_state" elementvoidsetAction(String action)Sets the "action" elementvoidsetEvent(String event)Sets the "event" elementvoidsetGuard(String guard)Sets the "guard" elementvoidsetNextState(STATE nextState)Sets the "next_state" elementvoidunsetAction()Unsets the "action" elementvoidunsetGuard()Unsets the "guard" elementvoidunsetNextState()Unsets the "next_state" elementorg.apache.xmlbeans.XmlStringxgetAction()Gets (as xml) the "action" elementorg.apache.xmlbeans.XmlStringxgetEvent()Gets (as xml) the "event" elementorg.apache.xmlbeans.XmlStringxgetGuard()Gets (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" element-
Methods 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, valueHashCode
-
Methods 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
-
-
-
-
Method Detail
-
getEvent
String getEvent()
Gets the "event" element
-
xgetEvent
org.apache.xmlbeans.XmlString xgetEvent()
Gets (as xml) the "event" element
-
setEvent
void setEvent(String event)
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
void setAction(String action)
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
void setGuard(String guard)
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
void setNextState(STATE nextState)
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
-
-