Uses of Class
org.javastro.ivoa.entities.vodml.Reference.Builder
Packages that use Reference.Builder
-
Uses of Reference.Builder in org.javastro.ivoa.entities.vodml
Methods in org.javastro.ivoa.entities.vodml that return Reference.BuilderModifier and TypeMethodDescriptionReference.Builder<? extends DataType.Builder<_B>>DataType.Builder.addReferences()Returns a new builder to build an additional value of the "References" property.Reference.Builder<? extends ObjectType.Builder<_B>>ObjectType.Builder.addReferences()Returns a new builder to build an additional value of the "References" property.static Reference.Builder<Void>Reference.builder()static Reference.Builder<Void>Reference.copyExcept(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Reference.Builder<Void>Reference.copyExcept(Reference _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Reference.Builder<Void>Reference.copyExcept(Relation _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Reference.Builder<Void>Reference.copyExcept(Role _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Reference.Builder.copyOf(Reference.Builder _other) static <_B> Reference.Builder<_B>Reference.copyOf(ReferableElement _other) static <_B> Reference.Builder<_B>Reference.copyOf(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Reference.Builder<_B>static <_B> Reference.Builder<_B>Reference.copyOf(Reference _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Reference.Builder<_B>static <_B> Reference.Builder<_B>Reference.copyOf(Relation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Reference.Builder<_B>static <_B> Reference.Builder<_B>Reference.copyOf(Role _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Reference.Builder<Void>Reference.copyOnly(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Reference.Builder<Void>static Reference.Builder<Void>static Reference.Builder<Void>Reference.newCopyBuilder()<_B> Reference.Builder<_B>Reference.newCopyBuilder(_B _parentBuilder) <_B> Reference.Builder<_B>Reference.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Reference.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Reference.Builder.withDatatype(ElementRef datatype) Sets the new value of "datatype" (any previous value will be replaced)Reference.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)Reference.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)Reference.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 Reference.BuilderModifier and TypeMethodDescriptionElementRef.Builder<? extends Reference.Builder<_B>>Reference.Builder.withDatatype()Returns the existing builder or a new builder to build the value of the "datatype" property.Multiplicity.Builder<? extends Reference.Builder<_B>>Reference.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 Reference.BuilderModifier and TypeMethodDescriptionReference.Builder.copyOf(Reference.Builder _other) <_B> voidReference.copyTo(Reference.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidReference.copyTo(Reference.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.