Package org.javastro.ivoa.entities.vodml
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kscs.util.jaxb.Buildable
com.kscs.util.jaxb.Buildable.PrimitiveBuildable -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, SemanticConcept _other, boolean _copy) Builder(_B _parentBuilder, SemanticConcept _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionaddVocabularyURIs(Iterable<? extends String> vocabularyURIs) Adds the given items to the value of "vocabularyURIs"addVocabularyURIs(String... vocabularyURIs) Adds the given items to the value of "vocabularyURIs"build()copyOf(SemanticConcept _other) copyOf(SemanticConcept.Builder _other) end()protected <_P extends SemanticConcept>
_Pinit(_P _product) withTopConcept(String topConcept) Sets the new value of "topConcept" (any previous value will be replaced)withVocabularyURIs(Iterable<? extends String> vocabularyURIs) Sets the new value of "vocabularyURIs" (any previous value will be replaced)withVocabularyURIs(String... vocabularyURIs) Sets the new value of "vocabularyURIs" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, SemanticConcept _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withTopConcept
Sets the new value of "topConcept" (any previous value will be replaced)- Parameters:
topConcept- New value of the "topConcept" property.
-
addVocabularyURIs
Adds the given items to the value of "vocabularyURIs"- Parameters:
vocabularyURIs- Items to add to the value of the "vocabularyURIs" property
-
withVocabularyURIs
Sets the new value of "vocabularyURIs" (any previous value will be replaced)- Parameters:
vocabularyURIs- New value of the "vocabularyURIs" property.
-
addVocabularyURIs
Adds the given items to the value of "vocabularyURIs"- Parameters:
vocabularyURIs- Items to add to the value of the "vocabularyURIs" property
-
withVocabularyURIs
Sets the new value of "vocabularyURIs" (any previous value will be replaced)- Parameters:
vocabularyURIs- New value of the "vocabularyURIs" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-