Uses of Class
org.javastro.ivoa.entities.resource.dataservice.TAPDataType.Builder
Packages that use TAPDataType.Builder
-
Uses of TAPDataType.Builder in org.javastro.ivoa.entities.resource.dataservice
Subclasses of TAPDataType.Builder in org.javastro.ivoa.entities.resource.dataserviceMethods in org.javastro.ivoa.entities.resource.dataservice that return TAPDataType.BuilderModifier and TypeMethodDescriptionTAPDataType.Builder.copyOf(TAPDataType _other) TAPDataType.Builder.copyOf(TAPDataType.Builder _other) abstract TAPDataType.Builder<Void>TAPDataType.newCopyBuilder()abstract <_B> TAPDataType.Builder<_B>TAPDataType.newCopyBuilder(_B _parentBuilder) abstract <_B> TAPDataType.Builder<_B>TAPDataType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) abstract TAPDataType.Builder<Void>TAPDataType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TAPDataType.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)TAPDataType.Builder.withExtendedSchema(String extendedSchema) Sets the new value of "extendedSchema" (any previous value will be replaced)TAPDataType.Builder.withExtendedType(String extendedType) Sets the new value of "extendedType" (any previous value will be replaced)TAPDataType.Builder.withSize(BigInteger size) Sets the new value of "size" (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 TAPDataType.BuilderModifier and TypeMethodDescriptionTAPDataType.Builder.copyOf(TAPDataType.Builder _other) <_B> voidTAPDataType.copyTo(TAPDataType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidTAPDataType.copyTo(TAPDataType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.