Uses of Class
org.javastro.ivoa.entities.vodml.ReferableElement.Builder
Packages that use ReferableElement.Builder
-
Uses of ReferableElement.Builder in org.javastro.ivoa.entities.vodml
Subclasses of ReferableElement.Builder in org.javastro.ivoa.entities.vodmlModifier and TypeClassDescriptionstatic classstatic classstatic classDataType.Builder<_B>static classstatic classstatic classstatic classPackage.Builder<_B>static classstatic classstatic classRelation.Builder<_B>static classRole.Builder<_B>static classType.Builder<_B>static classMethods in org.javastro.ivoa.entities.vodml that return ReferableElement.BuilderModifier and TypeMethodDescriptionReferableElement.Builder.copyOf(ReferableElement _other) ReferableElement.Builder.copyOf(ReferableElement.Builder _other) abstract ReferableElement.Builder<Void>ReferableElement.newCopyBuilder()abstract <_B> ReferableElement.Builder<_B>ReferableElement.newCopyBuilder(_B _parentBuilder) abstract <_B> ReferableElement.Builder<_B>ReferableElement.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) abstract ReferableElement.Builder<Void>ReferableElement.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ReferableElement.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)Sets the new value of "name" (any previous value will be replaced)ReferableElement.Builder.withVodmlId(String vodmlId) Sets the new value of "vodmlId" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.vodml with parameters of type ReferableElement.BuilderModifier and TypeMethodDescriptionReferableElement.Builder.copyOf(ReferableElement.Builder _other) <_B> voidReferableElement.copyTo(ReferableElement.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidReferableElement.copyTo(ReferableElement.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.