Class DataType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.dataservice.DataType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Direct Known Subclasses:
SimpleDataType.Builder,TableDataType.Builder
- Enclosing class:
- DataType
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(DataType.Builder _other) end()protected <_P extends DataType>
_Pinit(_P _product) 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)withExtendedSchema(String extendedSchema) Sets the new value of "extendedSchema" (any previous value will be replaced)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)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
end
-
init
-
withValue
Sets the new value of "value" (any previous value will be replaced)- Parameters:
value- New value of the "value" property.
-
withArraysize
Sets the new value of "arraysize" (any previous value will be replaced)- Parameters:
arraysize- New value of the "arraysize" property.
-
withDelim
Sets the new value of "delim" (any previous value will be replaced)- Parameters:
delim- New value of the "delim" property.
-
withExtendedType
Sets the new value of "extendedType" (any previous value will be replaced)- Parameters:
extendedType- New value of the "extendedType" property.
-
withExtendedSchema
Sets the new value of "extendedSchema" (any previous value will be replaced)- Parameters:
extendedSchema- New value of the "extendedSchema" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-