Uses of Interface
org.openehr.schemas.v1.ASSERTION
Packages that use ASSERTION
-
Uses of ASSERTION in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return ASSERTIONModifier and TypeMethodDescriptionARCHETYPESLOT.addNewExcludes()Appends and returns a new empty value (as xml) as the last "excludes" elementARCHETYPESLOT.addNewIncludes()Appends and returns a new empty value (as xml) as the last "includes" elementARCHETYPE.addNewInvariants()Appends and returns a new empty value (as xml) as the last "invariants" elementARCHETYPESLOT.getExcludesArray()Gets array of all "excludes" elementsARCHETYPESLOT.getExcludesArray(int i) Gets ith "excludes" elementARCHETYPESLOT.getIncludesArray()Gets array of all "includes" elementsARCHETYPESLOT.getIncludesArray(int i) Gets ith "includes" elementARCHETYPE.getInvariantsArray()Gets array of all "invariants" elementsARCHETYPE.getInvariantsArray(int i) Gets ith "invariants" elementARCHETYPESLOT.insertNewExcludes(int i) Inserts and returns a new empty value (as xml) as the ith "excludes" elementARCHETYPESLOT.insertNewIncludes(int i) Inserts and returns a new empty value (as xml) as the ith "includes" elementARCHETYPE.insertNewInvariants(int i) Inserts and returns a new empty value (as xml) as the ith "invariants" elementstatic ASSERTIONASSERTION.Factory.newInstance()static ASSERTIONASSERTION.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static ASSERTIONstatic ASSERTIONstatic ASSERTIONASSERTION.Factory.parse(InputStream is) static ASSERTIONASSERTION.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static ASSERTIONstatic ASSERTIONstatic ASSERTIONstatic ASSERTIONstatic ASSERTIONstatic ASSERTIONstatic ASSERTIONASSERTION.Factory.parse(XMLStreamReader sr) static ASSERTIONASSERTION.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static ASSERTIONASSERTION.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static ASSERTIONASSERTION.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic ASSERTIONstatic ASSERTIONMethods in org.openehr.schemas.v1 with parameters of type ASSERTIONModifier and TypeMethodDescriptionvoidARCHETYPESLOT.setExcludesArray(int i, ASSERTION excludes) Sets ith "excludes" elementvoidARCHETYPESLOT.setExcludesArray(ASSERTION[] excludesArray) Sets array of all "excludes" elementvoidARCHETYPESLOT.setIncludesArray(int i, ASSERTION includes) Sets ith "includes" elementvoidARCHETYPESLOT.setIncludesArray(ASSERTION[] includesArray) Sets array of all "includes" elementvoidARCHETYPE.setInvariantsArray(int i, ASSERTION invariants) Sets ith "invariants" elementvoidARCHETYPE.setInvariantsArray(ASSERTION[] invariantsArray) Sets array of all "invariants" element -
Uses of ASSERTION in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement ASSERTIONModifier and TypeClassDescriptionclassAn XML ASSERTION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ASSERTIONModifier and TypeMethodDescriptionARCHETYPESLOTImpl.addNewExcludes()Appends and returns a new empty value (as xml) as the last "excludes" elementARCHETYPESLOTImpl.addNewIncludes()Appends and returns a new empty value (as xml) as the last "includes" elementARCHETYPEImpl.addNewInvariants()Appends and returns a new empty value (as xml) as the last "invariants" elementARCHETYPESLOTImpl.getExcludesArray()Gets array of all "excludes" elementsARCHETYPESLOTImpl.getExcludesArray(int i) Gets ith "excludes" elementARCHETYPESLOTImpl.getIncludesArray()Gets array of all "includes" elementsARCHETYPESLOTImpl.getIncludesArray(int i) Gets ith "includes" elementARCHETYPEImpl.getInvariantsArray()Gets array of all "invariants" elementsARCHETYPEImpl.getInvariantsArray(int i) Gets ith "invariants" elementARCHETYPESLOTImpl.insertNewExcludes(int i) Inserts and returns a new empty value (as xml) as the ith "excludes" elementARCHETYPESLOTImpl.insertNewIncludes(int i) Inserts and returns a new empty value (as xml) as the ith "includes" elementARCHETYPEImpl.insertNewInvariants(int i) Inserts and returns a new empty value (as xml) as the ith "invariants" elementMethods in org.openehr.schemas.v1.impl with parameters of type ASSERTIONModifier and TypeMethodDescriptionvoidARCHETYPESLOTImpl.setExcludesArray(int i, ASSERTION excludes) Sets ith "excludes" elementvoidARCHETYPESLOTImpl.setExcludesArray(ASSERTION[] excludesArray) Sets array of all "excludes" elementvoidARCHETYPESLOTImpl.setIncludesArray(int i, ASSERTION includes) Sets ith "includes" elementvoidARCHETYPESLOTImpl.setIncludesArray(ASSERTION[] includesArray) Sets array of all "includes" elementvoidARCHETYPEImpl.setInvariantsArray(int i, ASSERTION invariants) Sets ith "invariants" elementvoidARCHETYPEImpl.setInvariantsArray(ASSERTION[] invariantsArray) Sets array of all "invariants" element
XMLInputStream