Uses of Interface
org.openehr.schemas.v1.DVDURATION
-
Packages that use DVDURATION Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of DVDURATION in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return DVDURATION Modifier and Type Method Description DVDURATIONDVTEMPORAL. addNewAccuracy()Appends and returns a new empty "accuracy" elementDVDURATIONHISTORY. addNewDuration()Appends and returns a new empty "duration" elementDVDURATIONHISTORY. addNewPeriod()Appends and returns a new empty "period" elementDVDURATIONINTERVALEVENT. addNewWidth()Appends and returns a new empty "width" elementDVDURATIONDVTEMPORAL. getAccuracy()Gets the "accuracy" elementDVDURATIONHISTORY. getDuration()Gets the "duration" elementDVDURATIONHISTORY. getPeriod()Gets the "period" elementDVDURATIONINTERVALEVENT. getWidth()Gets the "width" elementstatic DVDURATIONDVDURATION.Factory. newInstance()static DVDURATIONDVDURATION.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DVDURATIONDVDURATION.Factory. parse(File file)static DVDURATIONDVDURATION.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DVDURATIONDVDURATION.Factory. parse(InputStream is)static DVDURATIONDVDURATION.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DVDURATIONDVDURATION.Factory. parse(Reader r)static DVDURATIONDVDURATION.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DVDURATIONDVDURATION.Factory. parse(String xmlAsString)static DVDURATIONDVDURATION.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DVDURATIONDVDURATION.Factory. parse(URL u)static DVDURATIONDVDURATION.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DVDURATIONDVDURATION.Factory. parse(XMLStreamReader sr)static DVDURATIONDVDURATION.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DVDURATIONDVDURATION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DVDURATIONDVDURATION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DVDURATIONDVDURATION.Factory. parse(Node node)static DVDURATIONDVDURATION.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type DVDURATION Modifier and Type Method Description voidDVTEMPORAL. setAccuracy(DVDURATION accuracy)Sets the "accuracy" elementvoidHISTORY. setDuration(DVDURATION duration)Sets the "duration" elementvoidHISTORY. setPeriod(DVDURATION period)Sets the "period" elementvoidINTERVALEVENT. setWidth(DVDURATION width)Sets the "width" element -
Uses of DVDURATION in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement DVDURATION Modifier and Type Class Description classDVDURATIONImplAn XML DV_DURATION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return DVDURATION Modifier and Type Method Description DVDURATIONDVTEMPORALImpl. addNewAccuracy()Appends and returns a new empty "accuracy" elementDVDURATIONHISTORYImpl. addNewDuration()Appends and returns a new empty "duration" elementDVDURATIONHISTORYImpl. addNewPeriod()Appends and returns a new empty "period" elementDVDURATIONINTERVALEVENTImpl. addNewWidth()Appends and returns a new empty "width" elementDVDURATIONDVTEMPORALImpl. getAccuracy()Gets the "accuracy" elementDVDURATIONHISTORYImpl. getDuration()Gets the "duration" elementDVDURATIONHISTORYImpl. getPeriod()Gets the "period" elementDVDURATIONINTERVALEVENTImpl. getWidth()Gets the "width" elementMethods in org.openehr.schemas.v1.impl with parameters of type DVDURATION Modifier and Type Method Description voidDVTEMPORALImpl. setAccuracy(DVDURATION accuracy)Sets the "accuracy" elementvoidHISTORYImpl. setDuration(DVDURATION duration)Sets the "duration" elementvoidHISTORYImpl. setPeriod(DVDURATION period)Sets the "period" elementvoidINTERVALEVENTImpl. setWidth(DVDURATION width)Sets the "width" element
-