Class ValueSetBase

java.lang.Object
org.projecthusky.valueset.model.ValueSetBase
Direct Known Subclasses:
ValueSet, ValueSetPackage

public class ValueSetBase extends Object
  • Constructor Details

    • ValueSetBase

      public ValueSetBase()
  • Method Details

    • addMappingIdentificator

      public void addMappingIdentificator(IdentificatorBaseType value)
      Adds a mapping identificator.
      Fügt einen Zuordnungsidentifikator hinzu.
      Parameters:
      value - the value
    • addMappingName

      public void addMappingName(String value)
      Adds a mapping name.
      Fügt einen Zuordnungsnamen hinzu.
      Parameters:
      value - the value
    • clearMappingIdentificatorList

      public void clearMappingIdentificatorList()
      Clears the mapping identificator list.
      Löscht die Liste der Zuordnungsidentifikatoren.
    • clearMappingNameList

      public void clearMappingNameList()
      Clears the mapping name list.
      Löscht die Liste der Zuordnungsnamen.
    • containsMappingIdentificator

      public boolean containsMappingIdentificator(IdentificatorBaseType value)
      Checks whether the list member contains the given value.
      Überprüft, ob die Liste den angegebenen Wert enthält.
      Contains.
      Parameters:
      value - the value
      Returns:
      true, if successful
    • containsMappingName

      public boolean containsMappingName(String value)
      Checks whether the list member contains the given value.
      Überprüft, ob die Liste den angegebenen Wert enthält.
      Contains.
      Parameters:
      value - the value
      Returns:
      true, if successful
    • compareIdentificator

      protected boolean compareIdentificator(ValueSetBase obj)
    • compareMappingNameList

      protected boolean compareMappingNameList(ValueSetBase obj)
    • compareMappingIdentificatorList

      protected boolean compareMappingIdentificatorList(ValueSetBase obj)
    • compareVersion

      protected boolean compareVersion(ValueSetBase obj)
    • getIdentificator

      public IdentificatorBaseType getIdentificator()
      Gets the identificator.
      Ruft den Identifikator ab.
      Returns:
      the identificator
    • getMappingIdentificatorList

      public List<IdentificatorBaseType> getMappingIdentificatorList()
      Gets the mapping identificator list.
      Ruft die Liste der Zuordnungsidentifikatoren ab.
      Returns:
      the mapping identificator list
    • getMappingNameList

      public List<String> getMappingNameList()
      Gets the mapping name list.
      Ruft die Liste der Zuordnungsnamen ab.
      Returns:
      the mapping name list
    • getVersion

      public Version getVersion()
      Gets the version.
      Ruft die Version ab.
      Returns:
      the version
    • setIdentificator

      public void setIdentificator(IdentificatorBaseType identificator)
      Sets the identificator.
      Legt den Identifikator fest.
      Parameters:
      identificator - the new identificator
    • setMappingIdentificatorList

      public void setMappingIdentificatorList(List<IdentificatorBaseType> mappingIdentificatorList)
      Sets the mapping identificator list.
      Legt die Liste der Zuordnungsidentifikatoren fest.
      Parameters:
      mappingIdentificatorList - the new mapping identificator list
    • setMappingNameList

      public void setMappingNameList(List<String> mappingNameList)
      Sets the mapping name list.
      Legt die Liste der Zuordnungsnamen fest.
      Parameters:
      mappingNameList - the new mapping name list
    • setVersion

      public void setVersion(Version version)
      Sets the version.
      Legt die Version fest.
      Parameters:
      version - the new version