Uses of Class
org.javastro.ivoa.entities.vodml.SemanticConcept.Builder
Packages that use SemanticConcept.Builder
-
Uses of SemanticConcept.Builder in org.javastro.ivoa.entities.vodml
Methods in org.javastro.ivoa.entities.vodml that return SemanticConcept.BuilderModifier and TypeMethodDescriptionSemanticConcept.Builder.addVocabularyURIs(Iterable<? extends String> vocabularyURIs) Adds the given items to the value of "vocabularyURIs"SemanticConcept.Builder.addVocabularyURIs(String... vocabularyURIs) Adds the given items to the value of "vocabularyURIs"static SemanticConcept.Builder<Void>SemanticConcept.builder()static SemanticConcept.Builder<Void>SemanticConcept.copyExcept(SemanticConcept _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SemanticConcept.Builder.copyOf(SemanticConcept _other) SemanticConcept.Builder.copyOf(SemanticConcept.Builder _other) static <_B> SemanticConcept.Builder<_B>SemanticConcept.copyOf(SemanticConcept _other) static <_B> SemanticConcept.Builder<_B>SemanticConcept.copyOf(SemanticConcept _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static SemanticConcept.Builder<Void>SemanticConcept.copyOnly(SemanticConcept _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SemanticConcept.newCopyBuilder()<_B> SemanticConcept.Builder<_B>SemanticConcept.newCopyBuilder(_B _parentBuilder) <_B> SemanticConcept.Builder<_B>SemanticConcept.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SemanticConcept.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SemanticConcept.Builder<? extends Attribute.Builder<_B>>Attribute.Builder.withSemanticconcept()Returns the existing builder or a new builder to build the value of the "semanticconcept" property.SemanticConcept.Builder<? extends SubsettedRole.Builder<_B>>SubsettedRole.Builder.withSemanticconcept()Returns the existing builder or a new builder to build the value of the "semanticconcept" property.SemanticConcept.Builder.withTopConcept(String topConcept) Sets the new value of "topConcept" (any previous value will be replaced)SemanticConcept.Builder.withVocabularyURIs(Iterable<? extends String> vocabularyURIs) Sets the new value of "vocabularyURIs" (any previous value will be replaced)SemanticConcept.Builder.withVocabularyURIs(String... vocabularyURIs) Sets the new value of "vocabularyURIs" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.vodml with parameters of type SemanticConcept.BuilderModifier and TypeMethodDescriptionSemanticConcept.Builder.copyOf(SemanticConcept.Builder _other) <_B> voidSemanticConcept.copyTo(SemanticConcept.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidSemanticConcept.copyTo(SemanticConcept.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.