Class Secret

java.lang.Object
de.gematik.bbriccs.fhir.coding.SemanticValue<String,ErpWorkflowNamingSystem>
de.gematik.test.erezept.fhir.values.Secret

public class Secret extends de.gematik.bbriccs.fhir.coding.SemanticValue<String,ErpWorkflowNamingSystem>
  • Constructor Summary

    Constructors
    Constructor
    Description
    Secret(String secret)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Secret
     

    Methods inherited from class de.gematik.bbriccs.fhir.coding.SemanticValue

    asCodeableConcept, asCoding, asIdentifier, asIdentifier, asReference, asReference, canEqual, equals, getSystem, getSystemUrl, getValue, getValueAsString, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Secret

      public Secret(String secret)
  • Method Details

    • fromString

      public static Secret fromString(String secret)