Uses of Interface
org.openehr.schemas.v1.VALIDITYKIND
-
Packages that use VALIDITYKIND Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of VALIDITYKIND in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return VALIDITYKIND Modifier and Type Method Description static VALIDITYKINDVALIDITYKIND.Factory. newInstance()static VALIDITYKINDVALIDITYKIND.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static VALIDITYKINDVALIDITYKIND.Factory. newValue(Object obj)static VALIDITYKINDVALIDITYKIND.Factory. parse(File file)static VALIDITYKINDVALIDITYKIND.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static VALIDITYKINDVALIDITYKIND.Factory. parse(InputStream is)static VALIDITYKINDVALIDITYKIND.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static VALIDITYKINDVALIDITYKIND.Factory. parse(Reader r)static VALIDITYKINDVALIDITYKIND.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static VALIDITYKINDVALIDITYKIND.Factory. parse(String xmlAsString)static VALIDITYKINDVALIDITYKIND.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static VALIDITYKINDVALIDITYKIND.Factory. parse(URL u)static VALIDITYKINDVALIDITYKIND.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static VALIDITYKINDVALIDITYKIND.Factory. parse(XMLStreamReader sr)static VALIDITYKINDVALIDITYKIND.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static VALIDITYKINDVALIDITYKIND.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic VALIDITYKINDVALIDITYKIND.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic VALIDITYKINDVALIDITYKIND.Factory. parse(Node node)static VALIDITYKINDVALIDITYKIND.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)VALIDITYKINDCDATE. xgetTimezoneValidity()Gets (as xml) the "timezone_validity" elementVALIDITYKINDCDATETIME. xgetTimezoneValidity()Gets (as xml) the "timezone_validity" elementVALIDITYKINDCTIME. xgetTimezoneValidity()Gets (as xml) the "timezone_validity" elementMethods in org.openehr.schemas.v1 with parameters of type VALIDITYKIND Modifier and Type Method Description voidCDATE. xsetTimezoneValidity(VALIDITYKIND timezoneValidity)Sets (as xml) the "timezone_validity" elementvoidCDATETIME. xsetTimezoneValidity(VALIDITYKIND timezoneValidity)Sets (as xml) the "timezone_validity" elementvoidCTIME. xsetTimezoneValidity(VALIDITYKIND timezoneValidity)Sets (as xml) the "timezone_validity" element -
Uses of VALIDITYKIND in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement VALIDITYKIND Modifier and Type Class Description classVALIDITYKINDImplAn XML VALIDITY_KIND(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return VALIDITYKIND Modifier and Type Method Description VALIDITYKINDCDATEImpl. xgetTimezoneValidity()Gets (as xml) the "timezone_validity" elementVALIDITYKINDCDATETIMEImpl. xgetTimezoneValidity()Gets (as xml) the "timezone_validity" elementVALIDITYKINDCTIMEImpl. xgetTimezoneValidity()Gets (as xml) the "timezone_validity" elementMethods in org.openehr.schemas.v1.impl with parameters of type VALIDITYKIND Modifier and Type Method Description voidCDATEImpl. xsetTimezoneValidity(VALIDITYKIND timezoneValidity)Sets (as xml) the "timezone_validity" elementvoidCDATETIMEImpl. xsetTimezoneValidity(VALIDITYKIND timezoneValidity)Sets (as xml) the "timezone_validity" elementvoidCTIMEImpl. xsetTimezoneValidity(VALIDITYKIND timezoneValidity)Sets (as xml) the "timezone_validity" element
-