Uses of Interface
openEHR.v1.template.ITEMSTRUCTURE
-
Packages that use ITEMSTRUCTURE Package Description openEHR.v1.template openEHR.v1.template.impl -
-
Uses of ITEMSTRUCTURE in openEHR.v1.template
Subinterfaces of ITEMSTRUCTURE in openEHR.v1.template Modifier and Type Interface Description interfaceITEMLISTAn XML ITEM_LIST(@openEHR/v1/Template).interfaceITEMSINGLEAn XML ITEM_SINGLE(@openEHR/v1/Template).interfaceITEMTABLEAn XML ITEM_TABLE(@openEHR/v1/Template).interfaceITEMTREEAn XML ITEM_TREE(@openEHR/v1/Template).Methods in openEHR.v1.template that return ITEMSTRUCTURE Modifier and Type Method Description ITEMSTRUCTUREINSTRUCTION. addNewActivityDescription()Appends and returns a new empty value (as xml) as the last "activityDescription" elementITEMSTRUCTUREACTION. addNewDescription()Appends and returns a new empty "description" elementITEMSTRUCTUREEVENTCONTEXT. addNewOtherContext()Appends and returns a new empty "OtherContext" elementITEMSTRUCTURE[]INSTRUCTION. getActivityDescriptionArray()Gets array of all "activityDescription" elementsITEMSTRUCTUREINSTRUCTION. getActivityDescriptionArray(int i)Gets ith "activityDescription" elementITEMSTRUCTUREACTION. getDescription()Gets the "description" elementITEMSTRUCTUREEVENTCONTEXT. getOtherContext()Gets the "OtherContext" elementITEMSTRUCTUREINSTRUCTION. insertNewActivityDescription(int i)Inserts and returns a new empty value (as xml) as the ith "activityDescription" elementstatic ITEMSTRUCTUREITEMSTRUCTURE.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic ITEMSTRUCTUREITEMSTRUCTURE.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(File file)static ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(InputStream is)static ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(Reader r)static ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(String xmlAsString)static ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(URL u)static ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(XMLStreamReader sr)static ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(Node node)static ITEMSTRUCTUREITEMSTRUCTURE.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in openEHR.v1.template with parameters of type ITEMSTRUCTURE Modifier and Type Method Description voidINSTRUCTION. setActivityDescriptionArray(int i, ITEMSTRUCTURE activityDescription)Sets ith "activityDescription" elementvoidINSTRUCTION. setActivityDescriptionArray(ITEMSTRUCTURE[] activityDescriptionArray)Sets array of all "activityDescription" elementvoidACTION. setDescription(ITEMSTRUCTURE description)Sets the "description" elementvoidEVENTCONTEXT. setOtherContext(ITEMSTRUCTURE otherContext)Sets the "OtherContext" element -
Uses of ITEMSTRUCTURE in openEHR.v1.template.impl
Classes in openEHR.v1.template.impl that implement ITEMSTRUCTURE Modifier and Type Class Description classITEMLISTImplAn XML ITEM_LIST(@openEHR/v1/Template).classITEMSINGLEImplAn XML ITEM_SINGLE(@openEHR/v1/Template).classITEMSTRUCTUREImplAn XML ITEM_STRUCTURE(@openEHR/v1/Template).classITEMTABLEImplAn XML ITEM_TABLE(@openEHR/v1/Template).classITEMTREEImplAn XML ITEM_TREE(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return ITEMSTRUCTURE Modifier and Type Method Description ITEMSTRUCTUREINSTRUCTIONImpl. addNewActivityDescription()Appends and returns a new empty value (as xml) as the last "activityDescription" elementITEMSTRUCTUREACTIONImpl. addNewDescription()Appends and returns a new empty "description" elementITEMSTRUCTUREEVENTCONTEXTImpl. addNewOtherContext()Appends and returns a new empty "OtherContext" elementITEMSTRUCTURE[]INSTRUCTIONImpl. getActivityDescriptionArray()Gets array of all "activityDescription" elementsITEMSTRUCTUREINSTRUCTIONImpl. getActivityDescriptionArray(int i)Gets ith "activityDescription" elementITEMSTRUCTUREACTIONImpl. getDescription()Gets the "description" elementITEMSTRUCTUREEVENTCONTEXTImpl. getOtherContext()Gets the "OtherContext" elementITEMSTRUCTUREINSTRUCTIONImpl. insertNewActivityDescription(int i)Inserts and returns a new empty value (as xml) as the ith "activityDescription" elementMethods in openEHR.v1.template.impl with parameters of type ITEMSTRUCTURE Modifier and Type Method Description voidINSTRUCTIONImpl. setActivityDescriptionArray(int i, ITEMSTRUCTURE activityDescription)Sets ith "activityDescription" elementvoidINSTRUCTIONImpl. setActivityDescriptionArray(ITEMSTRUCTURE[] activityDescriptionArray)Sets array of all "activityDescription" elementvoidACTIONImpl. setDescription(ITEMSTRUCTURE description)Sets the "description" elementvoidEVENTCONTEXTImpl. setOtherContext(ITEMSTRUCTURE otherContext)Sets the "OtherContext" element
-