Uses of Interface
org.openehr.schemas.v1.OBJECTREF
-
Packages that use OBJECTREF Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of OBJECTREF in org.openehr.schemas.v1
Subinterfaces of OBJECTREF in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceACCESSGROUPREFAn XML ACCESS_GROUP_REF(@http://schemas.openehr.org/v1).interfaceLOCATABLEREFAn XML LOCATABLE_REF(@http://schemas.openehr.org/v1).interfacePARTYREFAn XML PARTY_REF(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return OBJECTREF Modifier and Type Method Description OBJECTREFVERSION. addNewContribution()Appends and returns a new empty "contribution" elementOBJECTREFCAREENTRY. addNewGuidelineId()Appends and returns a new empty "guideline_id" elementOBJECTREFEXTRACTENTITYMANIFEST. addNewItemList()Appends and returns a new empty value (as xml) as the last "item_list" elementOBJECTREFEXTRACTFOLDER. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementOBJECTREFFOLDER. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementOBJECTREFXVERSIONEDOBJECT. addNewOwnerId()Appends and returns a new empty "owner_id" elementOBJECTREFEXTRACT. addNewRequestId()Appends and returns a new empty "request_id" elementOBJECTREFENTRY. addNewWorkFlowId()Appends and returns a new empty "work_flow_id" elementOBJECTREFVERSION. getContribution()Gets the "contribution" elementOBJECTREFCAREENTRY. getGuidelineId()Gets the "guideline_id" elementOBJECTREF[]EXTRACTENTITYMANIFEST. getItemListArray()Gets array of all "item_list" elementsOBJECTREFEXTRACTENTITYMANIFEST. getItemListArray(int i)Gets ith "item_list" elementOBJECTREF[]EXTRACTFOLDER. getItemsArray()Gets array of all "items" elementsOBJECTREFEXTRACTFOLDER. getItemsArray(int i)Gets ith "items" elementOBJECTREF[]FOLDER. getItemsArray()Gets array of all "items" elementsOBJECTREFFOLDER. getItemsArray(int i)Gets ith "items" elementOBJECTREFXVERSIONEDOBJECT. getOwnerId()Gets the "owner_id" elementOBJECTREFEXTRACT. getRequestId()Gets the "request_id" elementOBJECTREFENTRY. getWorkFlowId()Gets the "work_flow_id" elementOBJECTREFEXTRACTENTITYMANIFEST. insertNewItemList(int i)Inserts and returns a new empty value (as xml) as the ith "item_list" elementOBJECTREFEXTRACTFOLDER. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementOBJECTREFFOLDER. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementstatic OBJECTREFOBJECTREF.Factory. newInstance()static OBJECTREFOBJECTREF.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static OBJECTREFOBJECTREF.Factory. parse(File file)static OBJECTREFOBJECTREF.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static OBJECTREFOBJECTREF.Factory. parse(InputStream is)static OBJECTREFOBJECTREF.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static OBJECTREFOBJECTREF.Factory. parse(Reader r)static OBJECTREFOBJECTREF.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static OBJECTREFOBJECTREF.Factory. parse(String xmlAsString)static OBJECTREFOBJECTREF.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static OBJECTREFOBJECTREF.Factory. parse(URL u)static OBJECTREFOBJECTREF.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static OBJECTREFOBJECTREF.Factory. parse(XMLStreamReader sr)static OBJECTREFOBJECTREF.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static OBJECTREFOBJECTREF.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic OBJECTREFOBJECTREF.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic OBJECTREFOBJECTREF.Factory. parse(Node node)static OBJECTREFOBJECTREF.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type OBJECTREF Modifier and Type Method Description voidVERSION. setContribution(OBJECTREF contribution)Sets the "contribution" elementvoidCAREENTRY. setGuidelineId(OBJECTREF guidelineId)Sets the "guideline_id" elementvoidEXTRACTENTITYMANIFEST. setItemListArray(int i, OBJECTREF itemList)Sets ith "item_list" elementvoidEXTRACTENTITYMANIFEST. setItemListArray(OBJECTREF[] itemListArray)Sets array of all "item_list" elementvoidEXTRACTFOLDER. setItemsArray(int i, OBJECTREF items)Sets ith "items" elementvoidEXTRACTFOLDER. setItemsArray(OBJECTREF[] itemsArray)Sets array of all "items" elementvoidFOLDER. setItemsArray(int i, OBJECTREF items)Sets ith "items" elementvoidFOLDER. setItemsArray(OBJECTREF[] itemsArray)Sets array of all "items" elementvoidXVERSIONEDOBJECT. setOwnerId(OBJECTREF ownerId)Sets the "owner_id" elementvoidEXTRACT. setRequestId(OBJECTREF requestId)Sets the "request_id" elementvoidENTRY. setWorkFlowId(OBJECTREF workFlowId)Sets the "work_flow_id" element -
Uses of OBJECTREF in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement OBJECTREF Modifier and Type Class Description classACCESSGROUPREFImplAn XML ACCESS_GROUP_REF(@http://schemas.openehr.org/v1).classLOCATABLEREFImplAn XML LOCATABLE_REF(@http://schemas.openehr.org/v1).classOBJECTREFImplAn XML OBJECT_REF(@http://schemas.openehr.org/v1).classPARTYREFImplAn XML PARTY_REF(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return OBJECTREF Modifier and Type Method Description OBJECTREFVERSIONImpl. addNewContribution()Appends and returns a new empty "contribution" elementOBJECTREFCAREENTRYImpl. addNewGuidelineId()Appends and returns a new empty "guideline_id" elementOBJECTREFEXTRACTENTITYMANIFESTImpl. addNewItemList()Appends and returns a new empty value (as xml) as the last "item_list" elementOBJECTREFEXTRACTFOLDERImpl. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementOBJECTREFFOLDERImpl. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementOBJECTREFXVERSIONEDOBJECTImpl. addNewOwnerId()Appends and returns a new empty "owner_id" elementOBJECTREFEXTRACTImpl. addNewRequestId()Appends and returns a new empty "request_id" elementOBJECTREFENTRYImpl. addNewWorkFlowId()Appends and returns a new empty "work_flow_id" elementOBJECTREFVERSIONImpl. getContribution()Gets the "contribution" elementOBJECTREFCAREENTRYImpl. getGuidelineId()Gets the "guideline_id" elementOBJECTREF[]EXTRACTENTITYMANIFESTImpl. getItemListArray()Gets array of all "item_list" elementsOBJECTREFEXTRACTENTITYMANIFESTImpl. getItemListArray(int i)Gets ith "item_list" elementOBJECTREF[]EXTRACTFOLDERImpl. getItemsArray()Gets array of all "items" elementsOBJECTREFEXTRACTFOLDERImpl. getItemsArray(int i)Gets ith "items" elementOBJECTREF[]FOLDERImpl. getItemsArray()Gets array of all "items" elementsOBJECTREFFOLDERImpl. getItemsArray(int i)Gets ith "items" elementOBJECTREFXVERSIONEDOBJECTImpl. getOwnerId()Gets the "owner_id" elementOBJECTREFEXTRACTImpl. getRequestId()Gets the "request_id" elementOBJECTREFENTRYImpl. getWorkFlowId()Gets the "work_flow_id" elementOBJECTREFEXTRACTENTITYMANIFESTImpl. insertNewItemList(int i)Inserts and returns a new empty value (as xml) as the ith "item_list" elementOBJECTREFEXTRACTFOLDERImpl. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementOBJECTREFFOLDERImpl. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementMethods in org.openehr.schemas.v1.impl with parameters of type OBJECTREF Modifier and Type Method Description voidVERSIONImpl. setContribution(OBJECTREF contribution)Sets the "contribution" elementvoidCAREENTRYImpl. setGuidelineId(OBJECTREF guidelineId)Sets the "guideline_id" elementvoidEXTRACTENTITYMANIFESTImpl. setItemListArray(int i, OBJECTREF itemList)Sets ith "item_list" elementvoidEXTRACTENTITYMANIFESTImpl. setItemListArray(OBJECTREF[] itemListArray)Sets array of all "item_list" elementvoidEXTRACTFOLDERImpl. setItemsArray(int i, OBJECTREF items)Sets ith "items" elementvoidEXTRACTFOLDERImpl. setItemsArray(OBJECTREF[] itemsArray)Sets array of all "items" elementvoidFOLDERImpl. setItemsArray(int i, OBJECTREF items)Sets ith "items" elementvoidFOLDERImpl. setItemsArray(OBJECTREF[] itemsArray)Sets array of all "items" elementvoidXVERSIONEDOBJECTImpl. setOwnerId(OBJECTREF ownerId)Sets the "owner_id" elementvoidEXTRACTImpl. setRequestId(OBJECTREF requestId)Sets the "request_id" elementvoidENTRYImpl. setWorkFlowId(OBJECTREF workFlowId)Sets the "work_flow_id" element
-