Package openEHR.v1.template
Interface EventType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EventTypeImpl
public interface EventType extends org.apache.xmlbeans.XmlObjectAn XML eventType(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEventType.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 voidaddIncludedAggregations(String includedAggregations)Appends the value as the last "includedAggregations" elementorg.apache.xmlbeans.XmlStringaddNewIncludedAggregations()Appends and returns a new empty value (as xml) as the last "includedAggregations" elementStringgetAllowedType()Gets the "allowedType" elementString[]getIncludedAggregationsArray()Gets array of all "includedAggregations" elementsStringgetIncludedAggregationsArray(int i)Gets ith "includedAggregations" elementorg.apache.xmlbeans.GDurationgetWidthOrOffset()Gets the "widthOrOffset" elementvoidinsertIncludedAggregations(int i, String includedAggregations)Inserts the value as the ith "includedAggregations" elementorg.apache.xmlbeans.XmlStringinsertNewIncludedAggregations(int i)Inserts and returns a new empty value (as xml) as the ith "includedAggregations" elementbooleanisSetAllowedType()True if has "allowedType" elementvoidremoveIncludedAggregations(int i)Removes the ith "includedAggregations" elementvoidsetAllowedType(String allowedType)Sets the "allowedType" elementvoidsetIncludedAggregationsArray(int i, String includedAggregations)Sets ith "includedAggregations" elementvoidsetIncludedAggregationsArray(String[] includedAggregationsArray)Sets array of all "includedAggregations" elementvoidsetWidthOrOffset(org.apache.xmlbeans.GDuration widthOrOffset)Sets the "widthOrOffset" elementintsizeOfIncludedAggregationsArray()Returns number of "includedAggregations" elementvoidunsetAllowedType()Unsets the "allowedType" elementorg.apache.xmlbeans.XmlStringxgetAllowedType()Gets (as xml) the "allowedType" elementorg.apache.xmlbeans.XmlString[]xgetIncludedAggregationsArray()Gets (as xml) array of all "includedAggregations" elementsorg.apache.xmlbeans.XmlStringxgetIncludedAggregationsArray(int i)Gets (as xml) ith "includedAggregations" elementorg.apache.xmlbeans.XmlDurationxgetWidthOrOffset()Gets (as xml) the "widthOrOffset" elementvoidxsetAllowedType(org.apache.xmlbeans.XmlString allowedType)Sets (as xml) the "allowedType" elementvoidxsetIncludedAggregationsArray(int i, org.apache.xmlbeans.XmlString includedAggregations)Sets (as xml) ith "includedAggregations" elementvoidxsetIncludedAggregationsArray(org.apache.xmlbeans.XmlString[] includedAggregationsArray)Sets (as xml) array of all "includedAggregations" elementvoidxsetWidthOrOffset(org.apache.xmlbeans.XmlDuration widthOrOffset)Sets (as xml) the "widthOrOffset" 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
-
getAllowedType
String getAllowedType()
Gets the "allowedType" element
-
xgetAllowedType
org.apache.xmlbeans.XmlString xgetAllowedType()
Gets (as xml) the "allowedType" element
-
isSetAllowedType
boolean isSetAllowedType()
True if has "allowedType" element
-
setAllowedType
void setAllowedType(String allowedType)
Sets the "allowedType" element
-
xsetAllowedType
void xsetAllowedType(org.apache.xmlbeans.XmlString allowedType)
Sets (as xml) the "allowedType" element
-
unsetAllowedType
void unsetAllowedType()
Unsets the "allowedType" element
-
getWidthOrOffset
org.apache.xmlbeans.GDuration getWidthOrOffset()
Gets the "widthOrOffset" element
-
xgetWidthOrOffset
org.apache.xmlbeans.XmlDuration xgetWidthOrOffset()
Gets (as xml) the "widthOrOffset" element
-
setWidthOrOffset
void setWidthOrOffset(org.apache.xmlbeans.GDuration widthOrOffset)
Sets the "widthOrOffset" element
-
xsetWidthOrOffset
void xsetWidthOrOffset(org.apache.xmlbeans.XmlDuration widthOrOffset)
Sets (as xml) the "widthOrOffset" element
-
getIncludedAggregationsArray
String[] getIncludedAggregationsArray()
Gets array of all "includedAggregations" elements
-
getIncludedAggregationsArray
String getIncludedAggregationsArray(int i)
Gets ith "includedAggregations" element
-
xgetIncludedAggregationsArray
org.apache.xmlbeans.XmlString[] xgetIncludedAggregationsArray()
Gets (as xml) array of all "includedAggregations" elements
-
xgetIncludedAggregationsArray
org.apache.xmlbeans.XmlString xgetIncludedAggregationsArray(int i)
Gets (as xml) ith "includedAggregations" element
-
sizeOfIncludedAggregationsArray
int sizeOfIncludedAggregationsArray()
Returns number of "includedAggregations" element
-
setIncludedAggregationsArray
void setIncludedAggregationsArray(String[] includedAggregationsArray)
Sets array of all "includedAggregations" element
-
setIncludedAggregationsArray
void setIncludedAggregationsArray(int i, String includedAggregations)Sets ith "includedAggregations" element
-
xsetIncludedAggregationsArray
void xsetIncludedAggregationsArray(org.apache.xmlbeans.XmlString[] includedAggregationsArray)
Sets (as xml) array of all "includedAggregations" element
-
xsetIncludedAggregationsArray
void xsetIncludedAggregationsArray(int i, org.apache.xmlbeans.XmlString includedAggregations)Sets (as xml) ith "includedAggregations" element
-
insertIncludedAggregations
void insertIncludedAggregations(int i, String includedAggregations)Inserts the value as the ith "includedAggregations" element
-
addIncludedAggregations
void addIncludedAggregations(String includedAggregations)
Appends the value as the last "includedAggregations" element
-
insertNewIncludedAggregations
org.apache.xmlbeans.XmlString insertNewIncludedAggregations(int i)
Inserts and returns a new empty value (as xml) as the ith "includedAggregations" element
-
addNewIncludedAggregations
org.apache.xmlbeans.XmlString addNewIncludedAggregations()
Appends and returns a new empty value (as xml) as the last "includedAggregations" element
-
removeIncludedAggregations
void removeIncludedAggregations(int i)
Removes the ith "includedAggregations" element
-
-