Uses of Interface
org.openehr.schemas.v1.ARCHETYPEID
-
Packages that use ARCHETYPEID Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of ARCHETYPEID in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return ARCHETYPEID Modifier and Type Method Description ARCHETYPEIDARCHETYPE. addNewArchetypeId()Appends and returns a new empty "archetype_id" elementARCHETYPEIDARCHETYPED. addNewArchetypeId()Appends and returns a new empty "archetype_id" elementARCHETYPEIDCARCHETYPEROOT. addNewArchetypeId()Appends and returns a new empty "archetype_id" elementARCHETYPEIDEXTRACTSPEC. addNewDirectoryArchetype()Appends and returns a new empty "directory_archetype" elementARCHETYPEIDARCHETYPE. addNewParentArchetypeId()Appends and returns a new empty "parent_archetype_id" elementARCHETYPEIDARCHETYPE. getArchetypeId()Gets the "archetype_id" elementARCHETYPEIDARCHETYPED. getArchetypeId()Gets the "archetype_id" elementARCHETYPEIDCARCHETYPEROOT. getArchetypeId()Gets the "archetype_id" elementARCHETYPEIDEXTRACTSPEC. getDirectoryArchetype()Gets the "directory_archetype" elementARCHETYPEIDARCHETYPE. getParentArchetypeId()Gets the "parent_archetype_id" elementstatic ARCHETYPEIDARCHETYPEID.Factory. newInstance()static ARCHETYPEIDARCHETYPEID.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ARCHETYPEIDARCHETYPEID.Factory. parse(File file)static ARCHETYPEIDARCHETYPEID.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEIDARCHETYPEID.Factory. parse(InputStream is)static ARCHETYPEIDARCHETYPEID.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEIDARCHETYPEID.Factory. parse(Reader r)static ARCHETYPEIDARCHETYPEID.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEIDARCHETYPEID.Factory. parse(String xmlAsString)static ARCHETYPEIDARCHETYPEID.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEIDARCHETYPEID.Factory. parse(URL u)static ARCHETYPEIDARCHETYPEID.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEIDARCHETYPEID.Factory. parse(XMLStreamReader sr)static ARCHETYPEIDARCHETYPEID.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEIDARCHETYPEID.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ARCHETYPEIDARCHETYPEID.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ARCHETYPEIDARCHETYPEID.Factory. parse(Node node)static ARCHETYPEIDARCHETYPEID.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type ARCHETYPEID Modifier and Type Method Description voidARCHETYPE. setArchetypeId(ARCHETYPEID archetypeId)Sets the "archetype_id" elementvoidARCHETYPED. setArchetypeId(ARCHETYPEID archetypeId)Sets the "archetype_id" elementvoidCARCHETYPEROOT. setArchetypeId(ARCHETYPEID archetypeId)Sets the "archetype_id" elementvoidEXTRACTSPEC. setDirectoryArchetype(ARCHETYPEID directoryArchetype)Sets the "directory_archetype" elementvoidARCHETYPE. setParentArchetypeId(ARCHETYPEID parentArchetypeId)Sets the "parent_archetype_id" element -
Uses of ARCHETYPEID in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement ARCHETYPEID Modifier and Type Class Description classARCHETYPEIDImplAn XML ARCHETYPE_ID(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ARCHETYPEID Modifier and Type Method Description ARCHETYPEIDARCHETYPEDImpl. addNewArchetypeId()Appends and returns a new empty "archetype_id" elementARCHETYPEIDARCHETYPEImpl. addNewArchetypeId()Appends and returns a new empty "archetype_id" elementARCHETYPEIDCARCHETYPEROOTImpl. addNewArchetypeId()Appends and returns a new empty "archetype_id" elementARCHETYPEIDEXTRACTSPECImpl. addNewDirectoryArchetype()Appends and returns a new empty "directory_archetype" elementARCHETYPEIDARCHETYPEImpl. addNewParentArchetypeId()Appends and returns a new empty "parent_archetype_id" elementARCHETYPEIDARCHETYPEDImpl. getArchetypeId()Gets the "archetype_id" elementARCHETYPEIDARCHETYPEImpl. getArchetypeId()Gets the "archetype_id" elementARCHETYPEIDCARCHETYPEROOTImpl. getArchetypeId()Gets the "archetype_id" elementARCHETYPEIDEXTRACTSPECImpl. getDirectoryArchetype()Gets the "directory_archetype" elementARCHETYPEIDARCHETYPEImpl. getParentArchetypeId()Gets the "parent_archetype_id" elementMethods in org.openehr.schemas.v1.impl with parameters of type ARCHETYPEID Modifier and Type Method Description voidARCHETYPEDImpl. setArchetypeId(ARCHETYPEID archetypeId)Sets the "archetype_id" elementvoidARCHETYPEImpl. setArchetypeId(ARCHETYPEID archetypeId)Sets the "archetype_id" elementvoidCARCHETYPEROOTImpl. setArchetypeId(ARCHETYPEID archetypeId)Sets the "archetype_id" elementvoidEXTRACTSPECImpl. setDirectoryArchetype(ARCHETYPEID directoryArchetype)Sets the "directory_archetype" elementvoidARCHETYPEImpl. setParentArchetypeId(ARCHETYPEID parentArchetypeId)Sets the "parent_archetype_id" element
-