Uses of Class
org.javastro.ivoa.entities.resource.dataservice.TAPType.Builder
Packages that use TAPType.Builder
-
Uses of TAPType.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return TAPType.BuilderModifier and TypeMethodDescriptionstatic TAPType.Builder<Void>TAPType.builder()static TAPType.Builder<Void>TAPType.copyExcept(DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static TAPType.Builder<Void>TAPType.copyExcept(TableDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static TAPType.Builder<Void>TAPType.copyExcept(TAPDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static TAPType.Builder<Void>TAPType.copyExcept(TAPType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) TAPType.Builder.copyOf(TAPType.Builder _other) static <_B> TAPType.Builder<_B>static <_B> TAPType.Builder<_B>TAPType.copyOf(DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> TAPType.Builder<_B>TAPType.copyOf(TableDataType _other) static <_B> TAPType.Builder<_B>TAPType.copyOf(TableDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> TAPType.Builder<_B>TAPType.copyOf(TAPDataType _other) static <_B> TAPType.Builder<_B>TAPType.copyOf(TAPDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> TAPType.Builder<_B>static <_B> TAPType.Builder<_B>TAPType.copyOf(TAPType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static TAPType.Builder<Void>static TAPType.Builder<Void>TAPType.copyOnly(TableDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static TAPType.Builder<Void>TAPType.copyOnly(TAPDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static TAPType.Builder<Void>TAPType.newCopyBuilder()<_B> TAPType.Builder<_B>TAPType.newCopyBuilder(_B _parentBuilder) <_B> TAPType.Builder<_B>TAPType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TAPType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TAPType.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)TAPType.Builder.withExtendedSchema(String extendedSchema) Sets the new value of "extendedSchema" (any previous value will be replaced)TAPType.Builder.withExtendedType(String extendedType) Sets the new value of "extendedType" (any previous value will be replaced)TAPType.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 TAPType.BuilderModifier and TypeMethodDescriptionTAPType.Builder.copyOf(TAPType.Builder _other) <_B> voidTAPType.copyTo(TAPType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidTAPType.copyTo(TAPType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.