Uses of Interface
org.openehr.schemas.v1.PARTICIPATION
Packages that use PARTICIPATION
-
Uses of PARTICIPATION in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return PARTICIPATIONModifier and TypeMethodDescriptionENTRY.addNewOtherParticipations()Appends and returns a new empty value (as xml) as the last "other_participations" elementEVENTCONTEXT.addNewParticipations()Appends and returns a new empty value (as xml) as the last "participations" elementEXTRACT.addNewParticipations()Appends and returns a new empty value (as xml) as the last "participations" elementENTRY.getOtherParticipationsArray()Gets array of all "other_participations" elementsENTRY.getOtherParticipationsArray(int i) Gets ith "other_participations" elementEVENTCONTEXT.getParticipationsArray()Gets array of all "participations" elementsEVENTCONTEXT.getParticipationsArray(int i) Gets ith "participations" elementEXTRACT.getParticipationsArray()Gets array of all "participations" elementsEXTRACT.getParticipationsArray(int i) Gets ith "participations" elementENTRY.insertNewOtherParticipations(int i) Inserts and returns a new empty value (as xml) as the ith "other_participations" elementEVENTCONTEXT.insertNewParticipations(int i) Inserts and returns a new empty value (as xml) as the ith "participations" elementEXTRACT.insertNewParticipations(int i) Inserts and returns a new empty value (as xml) as the ith "participations" elementstatic PARTICIPATIONPARTICIPATION.Factory.newInstance()static PARTICIPATIONPARTICIPATION.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static PARTICIPATIONstatic PARTICIPATIONstatic PARTICIPATIONPARTICIPATION.Factory.parse(InputStream is) static PARTICIPATIONPARTICIPATION.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static PARTICIPATIONstatic PARTICIPATIONstatic PARTICIPATIONstatic PARTICIPATIONstatic PARTICIPATIONstatic PARTICIPATIONstatic PARTICIPATIONPARTICIPATION.Factory.parse(XMLStreamReader sr) static PARTICIPATIONPARTICIPATION.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static PARTICIPATIONPARTICIPATION.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static PARTICIPATIONPARTICIPATION.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic PARTICIPATIONstatic PARTICIPATIONMethods in org.openehr.schemas.v1 with parameters of type PARTICIPATIONModifier and TypeMethodDescriptionvoidENTRY.setOtherParticipationsArray(int i, PARTICIPATION otherParticipations) Sets ith "other_participations" elementvoidENTRY.setOtherParticipationsArray(PARTICIPATION[] otherParticipationsArray) Sets array of all "other_participations" elementvoidEVENTCONTEXT.setParticipationsArray(int i, PARTICIPATION participations) Sets ith "participations" elementvoidEVENTCONTEXT.setParticipationsArray(PARTICIPATION[] participationsArray) Sets array of all "participations" elementvoidEXTRACT.setParticipationsArray(int i, PARTICIPATION participations) Sets ith "participations" elementvoidEXTRACT.setParticipationsArray(PARTICIPATION[] participationsArray) Sets array of all "participations" element -
Uses of PARTICIPATION in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement PARTICIPATIONModifier and TypeClassDescriptionclassAn XML PARTICIPATION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return PARTICIPATIONModifier and TypeMethodDescriptionENTRYImpl.addNewOtherParticipations()Appends and returns a new empty value (as xml) as the last "other_participations" elementEVENTCONTEXTImpl.addNewParticipations()Appends and returns a new empty value (as xml) as the last "participations" elementEXTRACTImpl.addNewParticipations()Appends and returns a new empty value (as xml) as the last "participations" elementENTRYImpl.getOtherParticipationsArray()Gets array of all "other_participations" elementsENTRYImpl.getOtherParticipationsArray(int i) Gets ith "other_participations" elementEVENTCONTEXTImpl.getParticipationsArray()Gets array of all "participations" elementsEVENTCONTEXTImpl.getParticipationsArray(int i) Gets ith "participations" elementEXTRACTImpl.getParticipationsArray()Gets array of all "participations" elementsEXTRACTImpl.getParticipationsArray(int i) Gets ith "participations" elementENTRYImpl.insertNewOtherParticipations(int i) Inserts and returns a new empty value (as xml) as the ith "other_participations" elementEVENTCONTEXTImpl.insertNewParticipations(int i) Inserts and returns a new empty value (as xml) as the ith "participations" elementEXTRACTImpl.insertNewParticipations(int i) Inserts and returns a new empty value (as xml) as the ith "participations" elementMethods in org.openehr.schemas.v1.impl with parameters of type PARTICIPATIONModifier and TypeMethodDescriptionvoidENTRYImpl.setOtherParticipationsArray(int i, PARTICIPATION otherParticipations) Sets ith "other_participations" elementvoidENTRYImpl.setOtherParticipationsArray(PARTICIPATION[] otherParticipationsArray) Sets array of all "other_participations" elementvoidEVENTCONTEXTImpl.setParticipationsArray(int i, PARTICIPATION participations) Sets ith "participations" elementvoidEVENTCONTEXTImpl.setParticipationsArray(PARTICIPATION[] participationsArray) Sets array of all "participations" elementvoidEXTRACTImpl.setParticipationsArray(int i, PARTICIPATION participations) Sets ith "participations" elementvoidEXTRACTImpl.setParticipationsArray(PARTICIPATION[] participationsArray) Sets array of all "participations" element
XMLInputStream