Class AbstractImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.projecthusky.xua.hl7v3.impl.AbstractImpl
All Implemented Interfaces:
org.opensaml.core.xml.XMLObject, CE
Direct Known Subclasses:
CodedWithEquivalentImpl

public abstract class AbstractImpl extends org.opensaml.core.xml.AbstractXMLObject implements CE
HEREISENGLISH
HIERISTDEUTSCH
VOICIFRANCAIS
ITALIANO
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    The code
    protected String
    The code system
    protected String
    The code system name
    protected String
    The code system version
    protected String
    The display name
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    AbstractImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
    Constructor to create element with certain namespace, name and prefix
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to get the code. Methode um den code zu erhalten.
    Method to get the CodeSystem. Methode um das CodeSystem zu erhalten.
    Method to get the CodeSystemName. Methode um den CodeSystemName zu erhalten.
    Method to get the CodeSystemVersion. Methode um die CodeSystemVersion zu erhalten.
    Method to get the DisplayName. Methode um den DisplayName zu erhalten.
    List<org.opensaml.core.xml.XMLObject>
     
    void
    setCode(String value)
    Method to set the Code. Methode um den Code zu setzen.
    void
    Method to set the CodeSystem. Methode um das CodeSystem zu setzen.
    void
    Method to set the CodeSystemName. Methode um den CodeSystemName zu setzen.
    void
    Method to set the CodeSystemVersion. Methode um die CodeSystemVersion zu setzen.
    void
    Method to set the DisplayName. Methode um den DisplayName zu setzen.

    Methods inherited from class org.opensaml.core.xml.AbstractXMLObject

    detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • code

      protected String code
      The code
    • codeSystem

      protected String codeSystem
      The code system
    • codeSystemName

      protected String codeSystemName
      The code system name
    • codeSystemVersion

      protected String codeSystemVersion
      The code system version
    • displayName

      protected String displayName
      The display name
  • Constructor Details

    • AbstractImpl

      protected AbstractImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor to create element with certain namespace, name and prefix
      Parameters:
      namespaceURI - the namespace uri
      elementLocalName - the element local name
      namespacePrefix - the namespace prefix
  • Method Details

    • getCode

      public String getCode()
      Description copied from interface: CE
      Method to get the code.
      Methode um den code zu erhalten.
      Specified by:
      getCode in interface CE
      Returns:
      The Code.
      Der Code.
    • getCodeSystem

      public String getCodeSystem()
      Description copied from interface: CE
      Method to get the CodeSystem.
      Methode um das CodeSystem zu erhalten.
      Specified by:
      getCodeSystem in interface CE
      Returns:
      The CodeSystem.
      Das CodeSystem.
    • getCodeSystemName

      public String getCodeSystemName()
      Description copied from interface: CE
      Method to get the CodeSystemName.
      Methode um den CodeSystemName zu erhalten.
      Specified by:
      getCodeSystemName in interface CE
      Returns:
      The CodeSystemName.
      Der CodeSystemName.
    • getCodeSystemVersion

      public String getCodeSystemVersion()
      Description copied from interface: CE
      Method to get the CodeSystemVersion.
      Methode um die CodeSystemVersion zu erhalten.
      Specified by:
      getCodeSystemVersion in interface CE
      Returns:
      The CodeSystemVersion.
      Die CodeSystemVersion.
    • getDisplayName

      public String getDisplayName()
      Description copied from interface: CE
      Method to get the DisplayName.
      Methode um den DisplayName zu erhalten.
      Specified by:
      getDisplayName in interface CE
      Returns:
      The DisplayName.
      Der DisplayName.
    • getOrderedChildren

      public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
      Specified by:
      getOrderedChildren in interface org.opensaml.core.xml.XMLObject
    • setCode

      public void setCode(String value)
      Description copied from interface: CE
      Method to set the Code.
      Methode um den Code zu setzen.
      Specified by:
      setCode in interface CE
      Parameters:
      value -
      The value to be set as Code.
      Der Wert der als Code gesetzt werden soll.
    • setCodeSystem

      public void setCodeSystem(String value)
      Description copied from interface: CE
      Method to set the CodeSystem.
      Methode um das CodeSystem zu setzen.
      Specified by:
      setCodeSystem in interface CE
      Parameters:
      value -
      The value to be set as CodeSystem.
      Der Wert der als CodeSystem gesetzt werden soll.
    • setCodeSystemName

      public void setCodeSystemName(String value)
      Description copied from interface: CE
      Method to set the CodeSystemName.
      Methode um den CodeSystemName zu setzen.
      Specified by:
      setCodeSystemName in interface CE
      Parameters:
      value -
      The value to be set as CodeSystemName.
      Der Wert der als CodeSystemName gesetzt werden soll.
    • setCodeSystemVersion

      public void setCodeSystemVersion(String value)
      Description copied from interface: CE
      Method to set the CodeSystemVersion.
      Methode um die CodeSystemVersion zu setzen.
      Specified by:
      setCodeSystemVersion in interface CE
      Parameters:
      value -
      The value to be set as CodeSystemVersion.
      Der Wert der als CodeSystemVersion gesetzt werden soll.
    • setDisplayName

      public void setDisplayName(String value)
      Description copied from interface: CE
      Method to set the DisplayName.
      Methode um den DisplayName zu setzen.
      Specified by:
      setDisplayName in interface CE
      Parameters:
      value -
      The value to be set as DisplayName.
      Der Wert der als DisplayName gesetzt werden soll.