Uses of Class
org.javastro.ivoa.entities.vodml.Relation.Builder
Packages that use Relation.Builder
-
Uses of Relation.Builder in org.javastro.ivoa.entities.vodml
Subclasses of Relation.Builder in org.javastro.ivoa.entities.vodmlModifier and TypeClassDescriptionstatic classstatic classMethods in org.javastro.ivoa.entities.vodml that return Relation.BuilderModifier and TypeMethodDescriptionRelation.Builder.copyOf(Relation.Builder _other) abstract Relation.Builder<Void>Relation.newCopyBuilder()abstract <_B> Relation.Builder<_B>Relation.newCopyBuilder(_B _parentBuilder) abstract <_B> Relation.Builder<_B>Relation.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) abstract Relation.Builder<Void>Relation.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Relation.Builder.withDatatype(ElementRef datatype) Sets the new value of "datatype" (any previous value will be replaced)Relation.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)Sets the new value of "id" (any previous value will be replaced)Relation.Builder.withMultiplicity(Multiplicity multiplicity) Sets the new value of "multiplicity" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)Relation.Builder.withVodmlId(String vodmlId) Sets the new value of "vodmlId" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.vodml that return types with arguments of type Relation.BuilderModifier and TypeMethodDescriptionElementRef.Builder<? extends Relation.Builder<_B>>Relation.Builder.withDatatype()Returns the existing builder or a new builder to build the value of the "datatype" property.Multiplicity.Builder<? extends Relation.Builder<_B>>Relation.Builder.withMultiplicity()Returns the existing builder or a new builder to build the value of the "multiplicity" property.Methods in org.javastro.ivoa.entities.vodml with parameters of type Relation.BuilderModifier and TypeMethodDescriptionRelation.Builder.copyOf(Relation.Builder _other) <_B> voidRelation.copyTo(Relation.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidRelation.copyTo(Relation.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.