Uses of Interface
org.openehr.schemas.v1.DVSTATE
-
Packages that use DVSTATE Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of DVSTATE in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return DVSTATE Modifier and Type Method Description DVSTATECDVSTATE. addNewAssumedValue()Appends and returns a new empty "assumed_value" elementDVSTATECDVSTATE. getAssumedValue()Gets the "assumed_value" elementstatic DVSTATEDVSTATE.Factory. newInstance()static DVSTATEDVSTATE.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DVSTATEDVSTATE.Factory. parse(File file)static DVSTATEDVSTATE.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DVSTATEDVSTATE.Factory. parse(InputStream is)static DVSTATEDVSTATE.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DVSTATEDVSTATE.Factory. parse(Reader r)static DVSTATEDVSTATE.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DVSTATEDVSTATE.Factory. parse(String xmlAsString)static DVSTATEDVSTATE.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DVSTATEDVSTATE.Factory. parse(URL u)static DVSTATEDVSTATE.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DVSTATEDVSTATE.Factory. parse(XMLStreamReader sr)static DVSTATEDVSTATE.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DVSTATEDVSTATE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DVSTATEDVSTATE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DVSTATEDVSTATE.Factory. parse(Node node)static DVSTATEDVSTATE.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type DVSTATE Modifier and Type Method Description voidCDVSTATE. setAssumedValue(DVSTATE assumedValue)Sets the "assumed_value" element -
Uses of DVSTATE in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement DVSTATE Modifier and Type Class Description classDVSTATEImplAn XML DV_STATE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return DVSTATE Modifier and Type Method Description DVSTATECDVSTATEImpl. addNewAssumedValue()Appends and returns a new empty "assumed_value" elementDVSTATECDVSTATEImpl. getAssumedValue()Gets the "assumed_value" elementMethods in org.openehr.schemas.v1.impl with parameters of type DVSTATE Modifier and Type Method Description voidCDVSTATEImpl. setAssumedValue(DVSTATE assumedValue)Sets the "assumed_value" element
-