Uses of Interface
org.openehr.schemas.v1.DVPARSABLE
Packages that use DVPARSABLE
-
Uses of DVPARSABLE in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return DVPARSABLEModifier and TypeMethodDescriptionEXTRACTSPEC.addNewCriteria()Appends and returns a new empty value (as xml) as the last "criteria" elementACTIVITY.addNewTiming()Appends and returns a new empty "timing" elementDVTIMESPECIFICATION.addNewValue()Appends and returns a new empty "value" elementINSTRUCTION.addNewWfDefinition()Appends and returns a new empty "wf_definition" elementEXTRACTSPEC.getCriteriaArray()Gets array of all "criteria" elementsEXTRACTSPEC.getCriteriaArray(int i) Gets ith "criteria" elementACTIVITY.getTiming()Gets the "timing" elementDVTIMESPECIFICATION.getValue()Gets the "value" elementINSTRUCTION.getWfDefinition()Gets the "wf_definition" elementEXTRACTSPEC.insertNewCriteria(int i) Inserts and returns a new empty value (as xml) as the ith "criteria" elementstatic DVPARSABLEDVPARSABLE.Factory.newInstance()static DVPARSABLEDVPARSABLE.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static DVPARSABLEstatic DVPARSABLEstatic DVPARSABLEDVPARSABLE.Factory.parse(InputStream is) static DVPARSABLEDVPARSABLE.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static DVPARSABLEstatic DVPARSABLEstatic DVPARSABLEstatic DVPARSABLEstatic DVPARSABLEstatic DVPARSABLEstatic DVPARSABLEDVPARSABLE.Factory.parse(XMLStreamReader sr) static DVPARSABLEDVPARSABLE.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static DVPARSABLEDVPARSABLE.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static DVPARSABLEDVPARSABLE.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic DVPARSABLEstatic DVPARSABLEMethods in org.openehr.schemas.v1 with parameters of type DVPARSABLEModifier and TypeMethodDescriptionvoidEXTRACTSPEC.setCriteriaArray(int i, DVPARSABLE criteria) Sets ith "criteria" elementvoidEXTRACTSPEC.setCriteriaArray(DVPARSABLE[] criteriaArray) Sets array of all "criteria" elementvoidACTIVITY.setTiming(DVPARSABLE timing) Sets the "timing" elementvoidDVTIMESPECIFICATION.setValue(DVPARSABLE value) Sets the "value" elementvoidINSTRUCTION.setWfDefinition(DVPARSABLE wfDefinition) Sets the "wf_definition" element -
Uses of DVPARSABLE in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement DVPARSABLEModifier and TypeClassDescriptionclassAn XML DV_PARSABLE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return DVPARSABLEModifier and TypeMethodDescriptionEXTRACTSPECImpl.addNewCriteria()Appends and returns a new empty value (as xml) as the last "criteria" elementACTIVITYImpl.addNewTiming()Appends and returns a new empty "timing" elementDVTIMESPECIFICATIONImpl.addNewValue()Appends and returns a new empty "value" elementINSTRUCTIONImpl.addNewWfDefinition()Appends and returns a new empty "wf_definition" elementEXTRACTSPECImpl.getCriteriaArray()Gets array of all "criteria" elementsEXTRACTSPECImpl.getCriteriaArray(int i) Gets ith "criteria" elementACTIVITYImpl.getTiming()Gets the "timing" elementDVTIMESPECIFICATIONImpl.getValue()Gets the "value" elementINSTRUCTIONImpl.getWfDefinition()Gets the "wf_definition" elementEXTRACTSPECImpl.insertNewCriteria(int i) Inserts and returns a new empty value (as xml) as the ith "criteria" elementMethods in org.openehr.schemas.v1.impl with parameters of type DVPARSABLEModifier and TypeMethodDescriptionvoidEXTRACTSPECImpl.setCriteriaArray(int i, DVPARSABLE criteria) Sets ith "criteria" elementvoidEXTRACTSPECImpl.setCriteriaArray(DVPARSABLE[] criteriaArray) Sets array of all "criteria" elementvoidACTIVITYImpl.setTiming(DVPARSABLE timing) Sets the "timing" elementvoidDVTIMESPECIFICATIONImpl.setValue(DVPARSABLE value) Sets the "value" elementvoidINSTRUCTIONImpl.setWfDefinition(DVPARSABLE wfDefinition) Sets the "wf_definition" element
XMLInputStream