Uses of Interface
openEHR.v1.template.TextConstraint
-
Packages that use TextConstraint Package Description openEHR.v1.template openEHR.v1.template.impl -
-
Uses of TextConstraint in openEHR.v1.template
Methods in openEHR.v1.template that return TextConstraint Modifier and Type Method Description TextConstraintPARTICIPATION. addNewFunction()Appends and returns a new empty "function" elementTextConstraintPARTICIPATION. addNewMode()Appends and returns a new empty "mode" elementTextConstraintITEM. addNewNameConstraint()Appends and returns a new empty "nameConstraint" elementTextConstraintStatement. addNewNameConstraint()Appends and returns a new empty "nameConstraint" elementTextConstraintELEMENT. addNewNullFlavorConstraint()Appends and returns a new empty "nullFlavorConstraint" elementTextConstraintStatement. addNewNullFlavourConstraint()Appends and returns a new empty "nullFlavourConstraint" elementTextConstraintPARTY. addNewPartyRelationship()Appends and returns a new empty "partyRelationship" elementTextConstraintENTRY. addNewSubjectOfCare()Appends and returns a new empty "SubjectOfCare" elementTextConstraintPARTICIPATION. getFunction()Gets the "function" elementTextConstraintPARTICIPATION. getMode()Gets the "mode" elementTextConstraintITEM. getNameConstraint()Gets the "nameConstraint" elementTextConstraintStatement. getNameConstraint()Gets the "nameConstraint" elementTextConstraintELEMENT. getNullFlavorConstraint()Gets the "nullFlavorConstraint" elementTextConstraintStatement. getNullFlavourConstraint()Gets the "nullFlavourConstraint" elementTextConstraintPARTY. getPartyRelationship()Gets the "partyRelationship" elementTextConstraintENTRY. getSubjectOfCare()Gets the "SubjectOfCare" elementstatic TextConstraintTextConstraint.Factory. newInstance()static TextConstraintTextConstraint.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TextConstraintTextConstraint.Factory. parse(File file)static TextConstraintTextConstraint.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TextConstraintTextConstraint.Factory. parse(InputStream is)static TextConstraintTextConstraint.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TextConstraintTextConstraint.Factory. parse(Reader r)static TextConstraintTextConstraint.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TextConstraintTextConstraint.Factory. parse(String xmlAsString)static TextConstraintTextConstraint.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TextConstraintTextConstraint.Factory. parse(URL u)static TextConstraintTextConstraint.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TextConstraintTextConstraint.Factory. parse(XMLStreamReader sr)static TextConstraintTextConstraint.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TextConstraintTextConstraint.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TextConstraintTextConstraint.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TextConstraintTextConstraint.Factory. parse(Node node)static TextConstraintTextConstraint.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in openEHR.v1.template with parameters of type TextConstraint Modifier and Type Method Description voidPARTICIPATION. setFunction(TextConstraint function)Sets the "function" elementvoidPARTICIPATION. setMode(TextConstraint mode)Sets the "mode" elementvoidITEM. setNameConstraint(TextConstraint nameConstraint)Sets the "nameConstraint" elementvoidStatement. setNameConstraint(TextConstraint nameConstraint)Sets the "nameConstraint" elementvoidELEMENT. setNullFlavorConstraint(TextConstraint nullFlavorConstraint)Sets the "nullFlavorConstraint" elementvoidStatement. setNullFlavourConstraint(TextConstraint nullFlavourConstraint)Sets the "nullFlavourConstraint" elementvoidPARTY. setPartyRelationship(TextConstraint partyRelationship)Sets the "partyRelationship" elementvoidENTRY. setSubjectOfCare(TextConstraint subjectOfCare)Sets the "SubjectOfCare" element -
Uses of TextConstraint in openEHR.v1.template.impl
Classes in openEHR.v1.template.impl that implement TextConstraint Modifier and Type Class Description classTextConstraintImplAn XML textConstraint(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return TextConstraint Modifier and Type Method Description TextConstraintPARTICIPATIONImpl. addNewFunction()Appends and returns a new empty "function" elementTextConstraintPARTICIPATIONImpl. addNewMode()Appends and returns a new empty "mode" elementTextConstraintITEMImpl. addNewNameConstraint()Appends and returns a new empty "nameConstraint" elementTextConstraintStatementImpl. addNewNameConstraint()Appends and returns a new empty "nameConstraint" elementTextConstraintELEMENTImpl. addNewNullFlavorConstraint()Appends and returns a new empty "nullFlavorConstraint" elementTextConstraintStatementImpl. addNewNullFlavourConstraint()Appends and returns a new empty "nullFlavourConstraint" elementTextConstraintPARTYImpl. addNewPartyRelationship()Appends and returns a new empty "partyRelationship" elementTextConstraintENTRYImpl. addNewSubjectOfCare()Appends and returns a new empty "SubjectOfCare" elementTextConstraintPARTICIPATIONImpl. getFunction()Gets the "function" elementTextConstraintPARTICIPATIONImpl. getMode()Gets the "mode" elementTextConstraintITEMImpl. getNameConstraint()Gets the "nameConstraint" elementTextConstraintStatementImpl. getNameConstraint()Gets the "nameConstraint" elementTextConstraintELEMENTImpl. getNullFlavorConstraint()Gets the "nullFlavorConstraint" elementTextConstraintStatementImpl. getNullFlavourConstraint()Gets the "nullFlavourConstraint" elementTextConstraintPARTYImpl. getPartyRelationship()Gets the "partyRelationship" elementTextConstraintENTRYImpl. getSubjectOfCare()Gets the "SubjectOfCare" elementMethods in openEHR.v1.template.impl with parameters of type TextConstraint Modifier and Type Method Description voidPARTICIPATIONImpl. setFunction(TextConstraint function)Sets the "function" elementvoidPARTICIPATIONImpl. setMode(TextConstraint mode)Sets the "mode" elementvoidITEMImpl. setNameConstraint(TextConstraint nameConstraint)Sets the "nameConstraint" elementvoidStatementImpl. setNameConstraint(TextConstraint nameConstraint)Sets the "nameConstraint" elementvoidELEMENTImpl. setNullFlavorConstraint(TextConstraint nullFlavorConstraint)Sets the "nullFlavorConstraint" elementvoidStatementImpl. setNullFlavourConstraint(TextConstraint nullFlavourConstraint)Sets the "nullFlavourConstraint" elementvoidPARTYImpl. setPartyRelationship(TextConstraint partyRelationship)Sets the "partyRelationship" elementvoidENTRYImpl. setSubjectOfCare(TextConstraint subjectOfCare)Sets the "SubjectOfCare" element
-