Uses of Interface
org.openehr.schemas.v1.CARDINALITY
-
Packages that use CARDINALITY Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of CARDINALITY in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return CARDINALITY Modifier and Type Method Description CARDINALITYCMULTIPLEATTRIBUTE. addNewCardinality()Appends and returns a new empty "cardinality" elementCARDINALITYCMULTIPLEATTRIBUTE. getCardinality()Gets the "cardinality" elementstatic CARDINALITYCARDINALITY.Factory. newInstance()static CARDINALITYCARDINALITY.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CARDINALITYCARDINALITY.Factory. parse(File file)static CARDINALITYCARDINALITY.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CARDINALITYCARDINALITY.Factory. parse(InputStream is)static CARDINALITYCARDINALITY.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CARDINALITYCARDINALITY.Factory. parse(Reader r)static CARDINALITYCARDINALITY.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CARDINALITYCARDINALITY.Factory. parse(String xmlAsString)static CARDINALITYCARDINALITY.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CARDINALITYCARDINALITY.Factory. parse(URL u)static CARDINALITYCARDINALITY.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CARDINALITYCARDINALITY.Factory. parse(XMLStreamReader sr)static CARDINALITYCARDINALITY.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CARDINALITYCARDINALITY.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CARDINALITYCARDINALITY.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CARDINALITYCARDINALITY.Factory. parse(Node node)static CARDINALITYCARDINALITY.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type CARDINALITY Modifier and Type Method Description voidCMULTIPLEATTRIBUTE. setCardinality(CARDINALITY cardinality)Sets the "cardinality" element -
Uses of CARDINALITY in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement CARDINALITY Modifier and Type Class Description classCARDINALITYImplAn XML CARDINALITY(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return CARDINALITY Modifier and Type Method Description CARDINALITYCMULTIPLEATTRIBUTEImpl. addNewCardinality()Appends and returns a new empty "cardinality" elementCARDINALITYCMULTIPLEATTRIBUTEImpl. getCardinality()Gets the "cardinality" elementMethods in org.openehr.schemas.v1.impl with parameters of type CARDINALITY Modifier and Type Method Description voidCMULTIPLEATTRIBUTEImpl. setCardinality(CARDINALITY cardinality)Sets the "cardinality" element
-