Class SemanticConcept.Builder<_B>

java.lang.Object
org.javastro.ivoa.entities.vodml.SemanticConcept.Builder<_B>
All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
Enclosing class:
SemanticConcept

public static class SemanticConcept.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
  • Field Details

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final SemanticConcept _storedValue
  • Constructor Details

    • Builder

      public Builder(_B _parentBuilder, SemanticConcept _other, boolean _copy)
    • Builder

      public Builder(_B _parentBuilder, SemanticConcept _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
  • Method Details

    • end

      public _B end()
    • init

      protected <_P extends SemanticConcept> _P init(_P _product)
    • withTopConcept

      public SemanticConcept.Builder<_B> withTopConcept(String topConcept)
      Sets the new value of "topConcept" (any previous value will be replaced)
      Parameters:
      topConcept - New value of the "topConcept" property.
    • addVocabularyURIs

      public SemanticConcept.Builder<_B> addVocabularyURIs(Iterable<? extends String> vocabularyURIs)
      Adds the given items to the value of "vocabularyURIs"
      Parameters:
      vocabularyURIs - Items to add to the value of the "vocabularyURIs" property
    • withVocabularyURIs

      public SemanticConcept.Builder<_B> withVocabularyURIs(Iterable<? extends String> vocabularyURIs)
      Sets the new value of "vocabularyURIs" (any previous value will be replaced)
      Parameters:
      vocabularyURIs - New value of the "vocabularyURIs" property.
    • addVocabularyURIs

      public SemanticConcept.Builder<_B> addVocabularyURIs(String... vocabularyURIs)
      Adds the given items to the value of "vocabularyURIs"
      Parameters:
      vocabularyURIs - Items to add to the value of the "vocabularyURIs" property
    • withVocabularyURIs

      public SemanticConcept.Builder<_B> withVocabularyURIs(String... vocabularyURIs)
      Sets the new value of "vocabularyURIs" (any previous value will be replaced)
      Parameters:
      vocabularyURIs - New value of the "vocabularyURIs" property.
    • build

      public SemanticConcept build()
      Specified by:
      build in interface com.kscs.util.jaxb.Buildable
    • copyOf

      public SemanticConcept.Builder<_B> copyOf(SemanticConcept _other)
    • copyOf