Uses of Interface
openEHR.v1.template.ITEMSTRUCTURE
Packages that use ITEMSTRUCTURE
-
Uses of ITEMSTRUCTURE in openEHR.v1.template
Subinterfaces of ITEMSTRUCTURE in openEHR.v1.templateModifier and TypeInterfaceDescriptioninterfaceAn XML ITEM_LIST(@openEHR/v1/Template).interfaceAn XML ITEM_SINGLE(@openEHR/v1/Template).interfaceAn XML ITEM_TABLE(@openEHR/v1/Template).interfaceAn XML ITEM_TREE(@openEHR/v1/Template).Methods in openEHR.v1.template that return ITEMSTRUCTUREModifier and TypeMethodDescriptionINSTRUCTION.addNewActivityDescription()Appends and returns a new empty value (as xml) as the last "activityDescription" elementACTION.addNewDescription()Appends and returns a new empty "description" elementEVENTCONTEXT.addNewOtherContext()Appends and returns a new empty "OtherContext" elementINSTRUCTION.getActivityDescriptionArray()Gets array of all "activityDescription" elementsINSTRUCTION.getActivityDescriptionArray(int i) Gets ith "activityDescription" elementACTION.getDescription()Gets the "description" elementEVENTCONTEXT.getOtherContext()Gets the "OtherContext" elementINSTRUCTION.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 ITEMSTRUCTUREstatic ITEMSTRUCTUREstatic ITEMSTRUCTUREITEMSTRUCTURE.Factory.parse(InputStream is) static ITEMSTRUCTUREITEMSTRUCTURE.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static ITEMSTRUCTUREstatic ITEMSTRUCTUREstatic ITEMSTRUCTUREstatic ITEMSTRUCTUREstatic ITEMSTRUCTUREstatic ITEMSTRUCTUREstatic 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 ITEMSTRUCTUREstatic ITEMSTRUCTUREMethods in openEHR.v1.template with parameters of type ITEMSTRUCTUREModifier and TypeMethodDescriptionvoidINSTRUCTION.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 ITEMSTRUCTUREModifier and TypeClassDescriptionclassAn XML ITEM_LIST(@openEHR/v1/Template).classAn XML ITEM_SINGLE(@openEHR/v1/Template).classAn XML ITEM_STRUCTURE(@openEHR/v1/Template).classAn XML ITEM_TABLE(@openEHR/v1/Template).classAn XML ITEM_TREE(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return ITEMSTRUCTUREModifier and TypeMethodDescriptionINSTRUCTIONImpl.addNewActivityDescription()Appends and returns a new empty value (as xml) as the last "activityDescription" elementACTIONImpl.addNewDescription()Appends and returns a new empty "description" elementEVENTCONTEXTImpl.addNewOtherContext()Appends and returns a new empty "OtherContext" elementINSTRUCTIONImpl.getActivityDescriptionArray()Gets array of all "activityDescription" elementsINSTRUCTIONImpl.getActivityDescriptionArray(int i) Gets ith "activityDescription" elementACTIONImpl.getDescription()Gets the "description" elementEVENTCONTEXTImpl.getOtherContext()Gets the "OtherContext" elementINSTRUCTIONImpl.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 ITEMSTRUCTUREModifier and TypeMethodDescriptionvoidINSTRUCTIONImpl.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