Uses of Interface
org.openehr.schemas.v1.ASSERTION
-
Packages that use ASSERTION Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of ASSERTION in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return ASSERTION Modifier and Type Method Description ASSERTIONARCHETYPESLOT. addNewExcludes()Appends and returns a new empty value (as xml) as the last "excludes" elementASSERTIONARCHETYPESLOT. addNewIncludes()Appends and returns a new empty value (as xml) as the last "includes" elementASSERTIONARCHETYPE. addNewInvariants()Appends and returns a new empty value (as xml) as the last "invariants" elementASSERTION[]ARCHETYPESLOT. getExcludesArray()Gets array of all "excludes" elementsASSERTIONARCHETYPESLOT. getExcludesArray(int i)Gets ith "excludes" elementASSERTION[]ARCHETYPESLOT. getIncludesArray()Gets array of all "includes" elementsASSERTIONARCHETYPESLOT. getIncludesArray(int i)Gets ith "includes" elementASSERTION[]ARCHETYPE. getInvariantsArray()Gets array of all "invariants" elementsASSERTIONARCHETYPE. getInvariantsArray(int i)Gets ith "invariants" elementASSERTIONARCHETYPESLOT. insertNewExcludes(int i)Inserts and returns a new empty value (as xml) as the ith "excludes" elementASSERTIONARCHETYPESLOT. insertNewIncludes(int i)Inserts and returns a new empty value (as xml) as the ith "includes" elementASSERTIONARCHETYPE. 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 ASSERTIONASSERTION.Factory. parse(File file)static ASSERTIONASSERTION.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ASSERTIONASSERTION.Factory. parse(InputStream is)static ASSERTIONASSERTION.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ASSERTIONASSERTION.Factory. parse(Reader r)static ASSERTIONASSERTION.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ASSERTIONASSERTION.Factory. parse(String xmlAsString)static ASSERTIONASSERTION.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ASSERTIONASSERTION.Factory. parse(URL u)static ASSERTIONASSERTION.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static 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.XMLInputStreamstatic ASSERTIONASSERTION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ASSERTIONASSERTION.Factory. parse(Node node)static ASSERTIONASSERTION.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type ASSERTION Modifier and Type Method Description voidARCHETYPESLOT. 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 ASSERTION Modifier and Type Class Description classASSERTIONImplAn XML ASSERTION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ASSERTION Modifier and Type Method Description ASSERTIONARCHETYPESLOTImpl. addNewExcludes()Appends and returns a new empty value (as xml) as the last "excludes" elementASSERTIONARCHETYPESLOTImpl. addNewIncludes()Appends and returns a new empty value (as xml) as the last "includes" elementASSERTIONARCHETYPEImpl. addNewInvariants()Appends and returns a new empty value (as xml) as the last "invariants" elementASSERTION[]ARCHETYPESLOTImpl. getExcludesArray()Gets array of all "excludes" elementsASSERTIONARCHETYPESLOTImpl. getExcludesArray(int i)Gets ith "excludes" elementASSERTION[]ARCHETYPESLOTImpl. getIncludesArray()Gets array of all "includes" elementsASSERTIONARCHETYPESLOTImpl. getIncludesArray(int i)Gets ith "includes" elementASSERTION[]ARCHETYPEImpl. getInvariantsArray()Gets array of all "invariants" elementsASSERTIONARCHETYPEImpl. getInvariantsArray(int i)Gets ith "invariants" elementASSERTIONARCHETYPESLOTImpl. insertNewExcludes(int i)Inserts and returns a new empty value (as xml) as the ith "excludes" elementASSERTIONARCHETYPESLOTImpl. insertNewIncludes(int i)Inserts and returns a new empty value (as xml) as the ith "includes" elementASSERTIONARCHETYPEImpl. 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 ASSERTION Modifier and Type Method Description voidARCHETYPESLOTImpl. 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
-