Uses of Class
org.javastro.ivoa.entities.resource.tap.DataLimit.Builder
Packages that use DataLimit.Builder
-
Uses of DataLimit.Builder in org.javastro.ivoa.entities.resource.tap
Methods in org.javastro.ivoa.entities.resource.tap that return DataLimit.BuilderModifier and TypeMethodDescriptionstatic DataLimit.Builder<Void>DataLimit.builder()static DataLimit.Builder<Void>DataLimit.copyExcept(DataLimit _other, com.kscs.util.jaxb.PropertyTree _propertyTree) DataLimit.Builder.copyOf(DataLimit.Builder _other) static <_B> DataLimit.Builder<_B>static <_B> DataLimit.Builder<_B>DataLimit.copyOf(DataLimit _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static DataLimit.Builder<Void>DataLimit.newCopyBuilder()<_B> DataLimit.Builder<_B>DataLimit.newCopyBuilder(_B _parentBuilder) <_B> DataLimit.Builder<_B>DataLimit.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) DataLimit.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) DataLimit.Builder<? extends DataLimits.Builder<_B>>DataLimits.Builder.withDefault()Returns the existing builder or a new builder to build the value of the "_default" property.DataLimit.Builder<? extends DataLimits.Builder<_B>>DataLimits.Builder.withHard()Returns the existing builder or a new builder to build the value of the "hard" property.Sets the new value of "unit" (any previous value will be replaced)DataLimit.Builder.withValue(BigInteger value) Sets the new value of "value" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.tap with parameters of type DataLimit.BuilderModifier and TypeMethodDescriptionDataLimit.Builder.copyOf(DataLimit.Builder _other) <_B> voidDataLimit.copyTo(DataLimit.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidDataLimit.copyTo(DataLimit.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.