Class ValueSet

    • Constructor Detail

      • ValueSet

        public ValueSet()
    • Method Detail

      • withId

        public ValueSet withId​(java.lang.String id)
      • withVersion

        public ValueSet withVersion​(java.lang.String version)
      • withName

        public ValueSet withName​(java.lang.String name)
      • getCodeSystems

        public java.lang.Iterable<CodeSystem> getCodeSystems()
      • setCodeSystems

        public void setCodeSystems​(java.util.List<CodeSystem> codeSystems)
      • withCodeSystems

        public ValueSet withCodeSystems​(java.util.List<CodeSystem> codeSystems)
      • addCodeSystem

        public void addCodeSystem​(CodeSystem codeSystem)
      • getCodeSystem

        public CodeSystem getCodeSystem​(java.lang.String id)
      • getCodeSystem

        public CodeSystem getCodeSystem​(java.lang.String id,
                                        java.lang.String version)
      • equal

        public java.lang.Boolean equal​(java.lang.Object other)
        Specified by:
        equal in interface CqlType
        Overrides:
        equal in class Vocabulary