Uses of Class
org.javastro.ivoa.entities.resource.dataservice.VOTableType.Builder
Packages that use VOTableType.Builder
-
Uses of VOTableType.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return VOTableType.BuilderModifier and TypeMethodDescriptionstatic VOTableType.Builder<Void>VOTableType.builder()static VOTableType.Builder<Void>VOTableType.copyExcept(DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static VOTableType.Builder<Void>VOTableType.copyExcept(TableDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static VOTableType.Builder<Void>VOTableType.copyExcept(VOTableType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) VOTableType.Builder.copyOf(VOTableType _other) VOTableType.Builder.copyOf(VOTableType.Builder _other) static <_B> VOTableType.Builder<_B>static <_B> VOTableType.Builder<_B>VOTableType.copyOf(DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> VOTableType.Builder<_B>VOTableType.copyOf(TableDataType _other) static <_B> VOTableType.Builder<_B>VOTableType.copyOf(TableDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> VOTableType.Builder<_B>VOTableType.copyOf(VOTableType _other) static <_B> VOTableType.Builder<_B>VOTableType.copyOf(VOTableType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static VOTableType.Builder<Void>static VOTableType.Builder<Void>VOTableType.copyOnly(TableDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static VOTableType.Builder<Void>VOTableType.copyOnly(VOTableType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) VOTableType.newCopyBuilder()<_B> VOTableType.Builder<_B>VOTableType.newCopyBuilder(_B _parentBuilder) <_B> VOTableType.Builder<_B>VOTableType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) VOTableType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) VOTableType.Builder.withArraysize(String arraysize) Sets the new value of "arraysize" (any previous value will be replaced)Sets the new value of "delim" (any previous value will be replaced)VOTableType.Builder.withExtendedSchema(String extendedSchema) Sets the new value of "extendedSchema" (any previous value will be replaced)VOTableType.Builder.withExtendedType(String extendedType) Sets the new value of "extendedType" (any previous value will be replaced)Sets the new value of "value" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type VOTableType.BuilderModifier and TypeMethodDescriptionVOTableType.Builder.copyOf(VOTableType.Builder _other) <_B> voidVOTableType.copyTo(VOTableType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidVOTableType.copyTo(VOTableType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.