Class Double4Type.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.StcBaseType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.Double4Type.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Double4Type
public static class Double4Type.Builder<_B>
extends StcBaseType.Builder<_B>
implements com.kscs.util.jaxb.Buildable
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kscs.util.jaxb.Buildable
com.kscs.util.jaxb.Buildable.PrimitiveBuildable -
Field Summary
Fields inherited from class org.javastro.ivoa.entities.stc.v1.StcBaseType.Builder
_parentBuilder, _storedValue -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, Double4Type _other, boolean _copy) Builder(_B _parentBuilder, Double4Type _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(Double4Type _other) copyOf(Double4Type.Builder _other) protected <_P extends Double4Type>
_Pinit(_P _product) withGenUnit(String genUnit) Sets the new value of "genUnit" (any previous value will be replaced)Sets the new value of "href" (any previous value will be replaced)Sets the new value of "id" (any previous value will be replaced)Sets the new value of "idref" (any previous value will be replaced)withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)Sets the new value of "m11" (any previous value will be replaced)Sets the new value of "m12" (any previous value will be replaced)Sets the new value of "m21" (any previous value will be replaced)Sets the new value of "m22" (any previous value will be replaced)Sets the new value of "type" (any previous value will be replaced)Sets the new value of "ucd" (any previous value will be replaced)Sets the new value of "unit" (any previous value will be replaced)withVelTimeUnit(VelTimeUnitType velTimeUnit) Sets the new value of "velTimeUnit" (any previous value will be replaced)Methods inherited from class org.javastro.ivoa.entities.stc.v1.StcBaseType.Builder
copyOf, copyOf, end, init
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, Double4Type _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
init
-
withM11
Sets the new value of "m11" (any previous value will be replaced)- Parameters:
m11- New value of the "m11" property.
-
withM12
Sets the new value of "m12" (any previous value will be replaced)- Parameters:
m12- New value of the "m12" property.
-
withM21
Sets the new value of "m21" (any previous value will be replaced)- Parameters:
m21- New value of the "m21" property.
-
withM22
Sets the new value of "m22" (any previous value will be replaced)- Parameters:
m22- New value of the "m22" property.
-
withUnit
Sets the new value of "unit" (any previous value will be replaced)- Parameters:
unit- New value of the "unit" property.
-
withVelTimeUnit
Sets the new value of "velTimeUnit" (any previous value will be replaced)- Parameters:
velTimeUnit- New value of the "velTimeUnit" property.
-
withGenUnit
Sets the new value of "genUnit" (any previous value will be replaced)- Parameters:
genUnit- New value of the "genUnit" property.
-
withId
Sets the new value of "id" (any previous value will be replaced)- Overrides:
withIdin classStcBaseType.Builder<_B>- Parameters:
id- New value of the "id" property.
-
withIdref
Sets the new value of "idref" (any previous value will be replaced)- Overrides:
withIdrefin classStcBaseType.Builder<_B>- Parameters:
idref- New value of the "idref" property.
-
withUcd
Sets the new value of "ucd" (any previous value will be replaced)- Overrides:
withUcdin classStcBaseType.Builder<_B>- Parameters:
ucd- New value of the "ucd" property.
-
withType
Sets the new value of "type" (any previous value will be replaced)- Overrides:
withTypein classStcBaseType.Builder<_B>- Parameters:
type- New value of the "type" property.
-
withHref
Sets the new value of "href" (any previous value will be replaced)- Overrides:
withHrefin classStcBaseType.Builder<_B>- Parameters:
href- New value of the "href" property.
-
withIDType
Sets the new value of "idType" (any previous value will be replaced)- Overrides:
withIDTypein classStcBaseType.Builder<_B>- Parameters:
idType- New value of the "idType" property.
-
withIDREFType
Sets the new value of "idrefType" (any previous value will be replaced)- Overrides:
withIDREFTypein classStcBaseType.Builder<_B>- Parameters:
idrefType- New value of the "idrefType" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classStcBaseType.Builder<_B>
-
copyOf
-
copyOf
-