Uses of Interface
org.openehr.schemas.v1.CPRIMITIVE
-
Packages that use CPRIMITIVE Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of CPRIMITIVE in org.openehr.schemas.v1
Subinterfaces of CPRIMITIVE in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceCBOOLEANAn XML C_BOOLEAN(@http://schemas.openehr.org/v1).interfaceCDATEAn XML C_DATE(@http://schemas.openehr.org/v1).interfaceCDATETIMEAn XML C_DATE_TIME(@http://schemas.openehr.org/v1).interfaceCDURATIONAn XML C_DURATION(@http://schemas.openehr.org/v1).interfaceCINTEGERAn XML C_INTEGER(@http://schemas.openehr.org/v1).interfaceCREALAn XML C_REAL(@http://schemas.openehr.org/v1).interfaceCSTRINGAn XML C_STRING(@http://schemas.openehr.org/v1).interfaceCTIMEAn XML C_TIME(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return CPRIMITIVE Modifier and Type Method Description CPRIMITIVECPRIMITIVEOBJECT. addNewItem()Appends and returns a new empty "item" elementCPRIMITIVECPRIMITIVEOBJECT. getItem()Gets the "item" elementstatic CPRIMITIVECPRIMITIVE.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic CPRIMITIVECPRIMITIVE.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic CPRIMITIVECPRIMITIVE.Factory. parse(File file)static CPRIMITIVECPRIMITIVE.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CPRIMITIVECPRIMITIVE.Factory. parse(InputStream is)static CPRIMITIVECPRIMITIVE.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CPRIMITIVECPRIMITIVE.Factory. parse(Reader r)static CPRIMITIVECPRIMITIVE.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CPRIMITIVECPRIMITIVE.Factory. parse(String xmlAsString)static CPRIMITIVECPRIMITIVE.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CPRIMITIVECPRIMITIVE.Factory. parse(URL u)static CPRIMITIVECPRIMITIVE.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CPRIMITIVECPRIMITIVE.Factory. parse(XMLStreamReader sr)static CPRIMITIVECPRIMITIVE.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CPRIMITIVECPRIMITIVE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CPRIMITIVECPRIMITIVE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CPRIMITIVECPRIMITIVE.Factory. parse(Node node)static CPRIMITIVECPRIMITIVE.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type CPRIMITIVE Modifier and Type Method Description voidCPRIMITIVEOBJECT. setItem(CPRIMITIVE item)Sets the "item" element -
Uses of CPRIMITIVE in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement CPRIMITIVE Modifier and Type Class Description classCBOOLEANImplAn XML C_BOOLEAN(@http://schemas.openehr.org/v1).classCDATEImplAn XML C_DATE(@http://schemas.openehr.org/v1).classCDATETIMEImplAn XML C_DATE_TIME(@http://schemas.openehr.org/v1).classCDURATIONImplAn XML C_DURATION(@http://schemas.openehr.org/v1).classCINTEGERImplAn XML C_INTEGER(@http://schemas.openehr.org/v1).classCPRIMITIVEImplAn XML C_PRIMITIVE(@http://schemas.openehr.org/v1).classCREALImplAn XML C_REAL(@http://schemas.openehr.org/v1).classCSTRINGImplAn XML C_STRING(@http://schemas.openehr.org/v1).classCTIMEImplAn XML C_TIME(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return CPRIMITIVE Modifier and Type Method Description CPRIMITIVECPRIMITIVEOBJECTImpl. addNewItem()Appends and returns a new empty "item" elementCPRIMITIVECPRIMITIVEOBJECTImpl. getItem()Gets the "item" elementMethods in org.openehr.schemas.v1.impl with parameters of type CPRIMITIVE Modifier and Type Method Description voidCPRIMITIVEOBJECTImpl. setItem(CPRIMITIVE item)Sets the "item" element
-