Uses of Interface
org.openehr.schemas.v1.DVORDERED
-
Packages that use DVORDERED Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of DVORDERED in org.openehr.schemas.v1
Subinterfaces of DVORDERED in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceDVAMOUNTAn XML DV_AMOUNT(@http://schemas.openehr.org/v1).interfaceDVCOUNTAn XML DV_COUNT(@http://schemas.openehr.org/v1).interfaceDVDATEAn XML DV_DATE(@http://schemas.openehr.org/v1).interfaceDVDATETIMEAn XML DV_DATE_TIME(@http://schemas.openehr.org/v1).interfaceDVDURATIONAn XML DV_DURATION(@http://schemas.openehr.org/v1).interfaceDVORDINALAn XML DV_ORDINAL(@http://schemas.openehr.org/v1).interfaceDVPROPORTIONAn XML DV_PROPORTION(@http://schemas.openehr.org/v1).interfaceDVQUANTIFIEDAn XML DV_QUANTIFIED(@http://schemas.openehr.org/v1).interfaceDVQUANTITYAn XML DV_QUANTITY(@http://schemas.openehr.org/v1).interfaceDVTEMPORALAn XML DV_TEMPORAL(@http://schemas.openehr.org/v1).interfaceDVTIMEAn XML DV_TIME(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return DVORDERED Modifier and Type Method Description DVORDEREDDVINTERVAL. addNewLower()Appends and returns a new empty "lower" elementDVORDEREDDVINTERVAL. addNewUpper()Appends and returns a new empty "upper" elementDVORDEREDDVINTERVAL. getLower()Gets the "lower" elementDVORDEREDDVINTERVAL. getUpper()Gets the "upper" elementstatic DVORDEREDDVORDERED.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic DVORDEREDDVORDERED.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic DVORDEREDDVORDERED.Factory. parse(File file)static DVORDEREDDVORDERED.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DVORDEREDDVORDERED.Factory. parse(InputStream is)static DVORDEREDDVORDERED.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DVORDEREDDVORDERED.Factory. parse(Reader r)static DVORDEREDDVORDERED.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DVORDEREDDVORDERED.Factory. parse(String xmlAsString)static DVORDEREDDVORDERED.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DVORDEREDDVORDERED.Factory. parse(URL u)static DVORDEREDDVORDERED.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DVORDEREDDVORDERED.Factory. parse(XMLStreamReader sr)static DVORDEREDDVORDERED.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DVORDEREDDVORDERED.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DVORDEREDDVORDERED.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DVORDEREDDVORDERED.Factory. parse(Node node)static DVORDEREDDVORDERED.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type DVORDERED Modifier and Type Method Description voidDVINTERVAL. setLower(DVORDERED lower)Sets the "lower" elementvoidDVINTERVAL. setUpper(DVORDERED upper)Sets the "upper" element -
Uses of DVORDERED in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement DVORDERED Modifier and Type Class Description classDVAMOUNTImplAn XML DV_AMOUNT(@http://schemas.openehr.org/v1).classDVCOUNTImplAn XML DV_COUNT(@http://schemas.openehr.org/v1).classDVDATEImplAn XML DV_DATE(@http://schemas.openehr.org/v1).classDVDATETIMEImplAn XML DV_DATE_TIME(@http://schemas.openehr.org/v1).classDVDURATIONImplAn XML DV_DURATION(@http://schemas.openehr.org/v1).classDVORDEREDImplAn XML DV_ORDERED(@http://schemas.openehr.org/v1).classDVORDINALImplAn XML DV_ORDINAL(@http://schemas.openehr.org/v1).classDVPROPORTIONImplAn XML DV_PROPORTION(@http://schemas.openehr.org/v1).classDVQUANTIFIEDImplAn XML DV_QUANTIFIED(@http://schemas.openehr.org/v1).classDVQUANTITYImplAn XML DV_QUANTITY(@http://schemas.openehr.org/v1).classDVTEMPORALImplAn XML DV_TEMPORAL(@http://schemas.openehr.org/v1).classDVTIMEImplAn XML DV_TIME(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return DVORDERED Modifier and Type Method Description DVORDEREDDVINTERVALImpl. addNewLower()Appends and returns a new empty "lower" elementDVORDEREDDVINTERVALImpl. addNewUpper()Appends and returns a new empty "upper" elementDVORDEREDDVINTERVALImpl. getLower()Gets the "lower" elementDVORDEREDDVINTERVALImpl. getUpper()Gets the "upper" elementMethods in org.openehr.schemas.v1.impl with parameters of type DVORDERED Modifier and Type Method Description voidDVINTERVALImpl. setLower(DVORDERED lower)Sets the "lower" elementvoidDVINTERVALImpl. setUpper(DVORDERED upper)Sets the "upper" element
-