Class DataLimits.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.tap.DataLimits.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- DataLimits
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kscs.util.jaxb.Buildable
com.kscs.util.jaxb.Buildable.PrimitiveBuildable -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, DataLimits _other, boolean _copy) Builder(_B _parentBuilder, DataLimits _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(DataLimits _other) copyOf(DataLimits.Builder _other) end()protected <_P extends DataLimits>
_Pinit(_P _product) DataLimit.Builder<? extends DataLimits.Builder<_B>>Returns the existing builder or a new builder to build the value of the "_default" property.withDefault(DataLimit _default) Sets the new value of "_default" (any previous value will be replaced)DataLimit.Builder<? extends DataLimits.Builder<_B>>withHard()Returns the existing builder or a new builder to build the value of the "hard" property.Sets the new value of "hard" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, DataLimits _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withDefault
Sets the new value of "_default" (any previous value will be replaced)- Parameters:
_default- New value of the "_default" property.
-
withDefault
Returns the existing builder or a new builder to build the value of the "_default" property. UseDataLimit.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "_default" property.
Use
DataLimit.Builder.end()to return to the current builder.
-
withHard
Sets the new value of "hard" (any previous value will be replaced)- Parameters:
hard- New value of the "hard" property.
-
withHard
Returns the existing builder or a new builder to build the value of the "hard" property. UseDataLimit.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "hard" property.
Use
DataLimit.Builder.end()to return to the current builder.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-