Uses of Interface
org.openehr.schemas.v1.LOCATABLEREF
-
Packages that use LOCATABLEREF Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of LOCATABLEREF in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return LOCATABLEREF Modifier and Type Method Description LOCATABLEREFINSTRUCTIONDETAILS. addNewInstructionId()Appends and returns a new empty "instruction_id" elementLOCATABLEREFINSTRUCTIONDETAILS. getInstructionId()Gets the "instruction_id" elementstatic LOCATABLEREFLOCATABLEREF.Factory. newInstance()static LOCATABLEREFLOCATABLEREF.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LOCATABLEREFLOCATABLEREF.Factory. parse(File file)static LOCATABLEREFLOCATABLEREF.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LOCATABLEREFLOCATABLEREF.Factory. parse(InputStream is)static LOCATABLEREFLOCATABLEREF.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LOCATABLEREFLOCATABLEREF.Factory. parse(Reader r)static LOCATABLEREFLOCATABLEREF.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LOCATABLEREFLOCATABLEREF.Factory. parse(String xmlAsString)static LOCATABLEREFLOCATABLEREF.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LOCATABLEREFLOCATABLEREF.Factory. parse(URL u)static LOCATABLEREFLOCATABLEREF.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LOCATABLEREFLOCATABLEREF.Factory. parse(XMLStreamReader sr)static LOCATABLEREFLOCATABLEREF.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LOCATABLEREFLOCATABLEREF.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LOCATABLEREFLOCATABLEREF.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LOCATABLEREFLOCATABLEREF.Factory. parse(Node node)static LOCATABLEREFLOCATABLEREF.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type LOCATABLEREF Modifier and Type Method Description voidINSTRUCTIONDETAILS. setInstructionId(LOCATABLEREF instructionId)Sets the "instruction_id" element -
Uses of LOCATABLEREF in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement LOCATABLEREF Modifier and Type Class Description classLOCATABLEREFImplAn XML LOCATABLE_REF(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return LOCATABLEREF Modifier and Type Method Description LOCATABLEREFINSTRUCTIONDETAILSImpl. addNewInstructionId()Appends and returns a new empty "instruction_id" elementLOCATABLEREFINSTRUCTIONDETAILSImpl. getInstructionId()Gets the "instruction_id" elementMethods in org.openehr.schemas.v1.impl with parameters of type LOCATABLEREF Modifier and Type Method Description voidINSTRUCTIONDETAILSImpl. setInstructionId(LOCATABLEREF instructionId)Sets the "instruction_id" element
-