Uses of Interface
org.openehr.schemas.v1.AtCode
-
Packages that use AtCode Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of AtCode in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return AtCode Modifier and Type Method Description static AtCodeAtCode.Factory. newInstance()static AtCodeAtCode.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AtCodeAtCode.Factory. newValue(Object obj)static AtCodeAtCode.Factory. parse(File file)static AtCodeAtCode.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AtCodeAtCode.Factory. parse(InputStream is)static AtCodeAtCode.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AtCodeAtCode.Factory. parse(Reader r)static AtCodeAtCode.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AtCodeAtCode.Factory. parse(String xmlAsString)static AtCodeAtCode.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AtCodeAtCode.Factory. parse(URL u)static AtCodeAtCode.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AtCodeAtCode.Factory. parse(XMLStreamReader sr)static AtCodeAtCode.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AtCodeAtCode.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AtCodeAtCode.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AtCodeAtCode.Factory. parse(Node node)static AtCodeAtCode.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)AtCodeINSTRUCTIONDETAILS. xgetActivityId()Gets (as xml) the "activity_id" elementMethods in org.openehr.schemas.v1 with parameters of type AtCode Modifier and Type Method Description voidINSTRUCTIONDETAILS. xsetActivityId(AtCode activityId)Sets (as xml) the "activity_id" element -
Uses of AtCode in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement AtCode Modifier and Type Class Description classAtCodeImplAn XML atCode(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return AtCode Modifier and Type Method Description AtCodeINSTRUCTIONDETAILSImpl. xgetActivityId()Gets (as xml) the "activity_id" elementMethods in org.openehr.schemas.v1.impl with parameters of type AtCode Modifier and Type Method Description voidINSTRUCTIONDETAILSImpl. xsetActivityId(AtCode activityId)Sets (as xml) the "activity_id" element
-