Uses of Interface
org.openehr.schemas.v1.CATTRIBUTE
-
Packages that use CATTRIBUTE Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of CATTRIBUTE in org.openehr.schemas.v1
Subinterfaces of CATTRIBUTE in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceCMULTIPLEATTRIBUTEAn XML C_MULTIPLE_ATTRIBUTE(@http://schemas.openehr.org/v1).interfaceCSINGLEATTRIBUTEAn XML C_SINGLE_ATTRIBUTE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return CATTRIBUTE Modifier and Type Method Description CATTRIBUTECCOMPLEXOBJECT. addNewAttributes()Appends and returns a new empty value (as xml) as the last "attributes" elementCATTRIBUTE[]CCOMPLEXOBJECT. getAttributesArray()Gets array of all "attributes" elementsCATTRIBUTECCOMPLEXOBJECT. getAttributesArray(int i)Gets ith "attributes" elementCATTRIBUTECCOMPLEXOBJECT. insertNewAttributes(int i)Inserts and returns a new empty value (as xml) as the ith "attributes" elementstatic CATTRIBUTECATTRIBUTE.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic CATTRIBUTECATTRIBUTE.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic CATTRIBUTECATTRIBUTE.Factory. parse(File file)static CATTRIBUTECATTRIBUTE.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CATTRIBUTECATTRIBUTE.Factory. parse(InputStream is)static CATTRIBUTECATTRIBUTE.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CATTRIBUTECATTRIBUTE.Factory. parse(Reader r)static CATTRIBUTECATTRIBUTE.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CATTRIBUTECATTRIBUTE.Factory. parse(String xmlAsString)static CATTRIBUTECATTRIBUTE.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CATTRIBUTECATTRIBUTE.Factory. parse(URL u)static CATTRIBUTECATTRIBUTE.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CATTRIBUTECATTRIBUTE.Factory. parse(XMLStreamReader sr)static CATTRIBUTECATTRIBUTE.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CATTRIBUTECATTRIBUTE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CATTRIBUTECATTRIBUTE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CATTRIBUTECATTRIBUTE.Factory. parse(Node node)static CATTRIBUTECATTRIBUTE.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type CATTRIBUTE Modifier and Type Method Description voidCCOMPLEXOBJECT. setAttributesArray(int i, CATTRIBUTE attributes)Sets ith "attributes" elementvoidCCOMPLEXOBJECT. setAttributesArray(CATTRIBUTE[] attributesArray)Sets array of all "attributes" element -
Uses of CATTRIBUTE in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement CATTRIBUTE Modifier and Type Class Description classCATTRIBUTEImplAn XML C_ATTRIBUTE(@http://schemas.openehr.org/v1).classCMULTIPLEATTRIBUTEImplAn XML C_MULTIPLE_ATTRIBUTE(@http://schemas.openehr.org/v1).classCSINGLEATTRIBUTEImplAn XML C_SINGLE_ATTRIBUTE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return CATTRIBUTE Modifier and Type Method Description CATTRIBUTECCOMPLEXOBJECTImpl. addNewAttributes()Appends and returns a new empty value (as xml) as the last "attributes" elementCATTRIBUTE[]CCOMPLEXOBJECTImpl. getAttributesArray()Gets array of all "attributes" elementsCATTRIBUTECCOMPLEXOBJECTImpl. getAttributesArray(int i)Gets ith "attributes" elementCATTRIBUTECCOMPLEXOBJECTImpl. insertNewAttributes(int i)Inserts and returns a new empty value (as xml) as the ith "attributes" elementMethods in org.openehr.schemas.v1.impl with parameters of type CATTRIBUTE Modifier and Type Method Description voidCCOMPLEXOBJECTImpl. setAttributesArray(int i, CATTRIBUTE attributes)Sets ith "attributes" elementvoidCCOMPLEXOBJECTImpl. setAttributesArray(CATTRIBUTE[] attributesArray)Sets array of all "attributes" element
-