Uses of Interface
openEHR.v1.template.ListOfString
-
Packages that use ListOfString Package Description openEHR.v1.template openEHR.v1.template.impl -
-
Uses of ListOfString in openEHR.v1.template
Methods in openEHR.v1.template that return ListOfString Modifier and Type Method Description ListOfStringRESOURCEDESCRIPTIONITEM. addNewKeywords()Appends and returns a new empty "keywords" elementListOfStringRESOURCEDESCRIPTION. addNewOtherContributors()Appends and returns a new empty "other_contributors" elementListOfStringRESOURCEDESCRIPTIONITEM. getKeywords()Gets the "keywords" elementListOfStringRESOURCEDESCRIPTION. getOtherContributors()Gets the "other_contributors" elementstatic ListOfStringListOfString.Factory. newInstance()static ListOfStringListOfString.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ListOfStringListOfString.Factory. parse(File file)static ListOfStringListOfString.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ListOfStringListOfString.Factory. parse(InputStream is)static ListOfStringListOfString.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ListOfStringListOfString.Factory. parse(Reader r)static ListOfStringListOfString.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ListOfStringListOfString.Factory. parse(String xmlAsString)static ListOfStringListOfString.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ListOfStringListOfString.Factory. parse(URL u)static ListOfStringListOfString.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ListOfStringListOfString.Factory. parse(XMLStreamReader sr)static ListOfStringListOfString.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ListOfStringListOfString.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ListOfStringListOfString.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ListOfStringListOfString.Factory. parse(Node node)static ListOfStringListOfString.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in openEHR.v1.template with parameters of type ListOfString Modifier and Type Method Description voidRESOURCEDESCRIPTIONITEM. setKeywords(ListOfString keywords)Sets the "keywords" elementvoidRESOURCEDESCRIPTION. setOtherContributors(ListOfString otherContributors)Sets the "other_contributors" element -
Uses of ListOfString in openEHR.v1.template.impl
Classes in openEHR.v1.template.impl that implement ListOfString Modifier and Type Class Description classListOfStringImplAn XML list_of_string(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return ListOfString Modifier and Type Method Description ListOfStringRESOURCEDESCRIPTIONITEMImpl. addNewKeywords()Appends and returns a new empty "keywords" elementListOfStringRESOURCEDESCRIPTIONImpl. addNewOtherContributors()Appends and returns a new empty "other_contributors" elementListOfStringRESOURCEDESCRIPTIONITEMImpl. getKeywords()Gets the "keywords" elementListOfStringRESOURCEDESCRIPTIONImpl. getOtherContributors()Gets the "other_contributors" elementMethods in openEHR.v1.template.impl with parameters of type ListOfString Modifier and Type Method Description voidRESOURCEDESCRIPTIONITEMImpl. setKeywords(ListOfString keywords)Sets the "keywords" elementvoidRESOURCEDESCRIPTIONImpl. setOtherContributors(ListOfString otherContributors)Sets the "other_contributors" element
-