Uses of Interface
org.openehr.schemas.v1.CATTRIBUTE
Packages that use CATTRIBUTE
-
Uses of CATTRIBUTE in org.openehr.schemas.v1
Subinterfaces of CATTRIBUTE in org.openehr.schemas.v1Modifier and TypeInterfaceDescriptioninterfaceAn XML C_MULTIPLE_ATTRIBUTE(@http://schemas.openehr.org/v1).interfaceAn XML C_SINGLE_ATTRIBUTE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return CATTRIBUTEModifier and TypeMethodDescriptionCCOMPLEXOBJECT.addNewAttributes()Appends and returns a new empty value (as xml) as the last "attributes" elementCCOMPLEXOBJECT.getAttributesArray()Gets array of all "attributes" elementsCCOMPLEXOBJECT.getAttributesArray(int i) Gets ith "attributes" elementCCOMPLEXOBJECT.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 CATTRIBUTEstatic CATTRIBUTEstatic CATTRIBUTECATTRIBUTE.Factory.parse(InputStream is) static CATTRIBUTECATTRIBUTE.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static CATTRIBUTEstatic CATTRIBUTEstatic CATTRIBUTEstatic CATTRIBUTEstatic CATTRIBUTEstatic CATTRIBUTEstatic 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 CATTRIBUTEstatic CATTRIBUTEMethods in org.openehr.schemas.v1 with parameters of type CATTRIBUTEModifier and TypeMethodDescriptionvoidCCOMPLEXOBJECT.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 CATTRIBUTEModifier and TypeClassDescriptionclassAn XML C_ATTRIBUTE(@http://schemas.openehr.org/v1).classAn XML C_MULTIPLE_ATTRIBUTE(@http://schemas.openehr.org/v1).classAn XML C_SINGLE_ATTRIBUTE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return CATTRIBUTEModifier and TypeMethodDescriptionCCOMPLEXOBJECTImpl.addNewAttributes()Appends and returns a new empty value (as xml) as the last "attributes" elementCCOMPLEXOBJECTImpl.getAttributesArray()Gets array of all "attributes" elementsCCOMPLEXOBJECTImpl.getAttributesArray(int i) Gets ith "attributes" elementCCOMPLEXOBJECTImpl.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 CATTRIBUTEModifier and TypeMethodDescriptionvoidCCOMPLEXOBJECTImpl.setAttributesArray(int i, CATTRIBUTE attributes) Sets ith "attributes" elementvoidCCOMPLEXOBJECTImpl.setAttributesArray(CATTRIBUTE[] attributesArray) Sets array of all "attributes" element