Uses of Class
org.javastro.ivoa.entities.vodml.Role.Builder
Packages that use Role.Builder
-
Uses of Role.Builder in org.javastro.ivoa.entities.vodml
Subclasses of Role.Builder in org.javastro.ivoa.entities.vodmlModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classRelation.Builder<_B>Methods in org.javastro.ivoa.entities.vodml that return Role.BuilderModifier and TypeMethodDescriptionRole.Builder.copyOf(Role.Builder _other) abstract Role.Builder<Void>Role.newCopyBuilder()abstract <_B> Role.Builder<_B>Role.newCopyBuilder(_B _parentBuilder) abstract <_B> Role.Builder<_B>Role.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) abstract Role.Builder<Void>Role.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Role.Builder.withDatatype(ElementRef datatype) Sets the new value of "datatype" (any previous value will be replaced)Role.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)Role.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)Role.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 Role.BuilderModifier and TypeMethodDescriptionElementRef.Builder<? extends Role.Builder<_B>>Role.Builder.withDatatype()Returns the existing builder or a new builder to build the value of the "datatype" property.Multiplicity.Builder<? extends Role.Builder<_B>>Role.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 Role.BuilderModifier and TypeMethodDescriptionRole.Builder.copyOf(Role.Builder _other) <_B> voidRole.copyTo(Role.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidRole.copyTo(Role.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.