Class OrbitType.I.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.Double1Type.Builder<_B>
org.javastro.ivoa.entities.stc.v1.OrbitType.I.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- OrbitType.I
public static class OrbitType.I.Builder<_B>
extends Double1Type.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.Double1Type.Builder
_parentBuilder, _storedValue -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, OrbitType.I _other, boolean _copy) Builder(_B _parentBuilder, OrbitType.I _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(OrbitType.I _other) copyOf(OrbitType.I.Builder _other) protected <_P extends OrbitType.I>
_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)withPosAngleUnit(AngleUnitType posAngleUnit) Sets the new value of "posAngleUnit" (any previous value will be replaced)withPosUnit(String posUnit) Sets the new value of "posUnit" (any previous value will be replaced)withSpectralUnit(SpectralUnitType spectralUnit) Sets the new value of "spectralUnit" (any previous value will be replaced)withTimeUnit(String timeUnit) Sets the new value of "timeUnit" (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)withValue(double value) Sets the new value of "value" (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.Double1Type.Builder
copyOf, copyOf, end, init
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, OrbitType.I _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
init
-
withUnit
Sets the new value of "unit" (any previous value will be replaced)- Parameters:
unit- New value of the "unit" property.
-
withValue
Sets the new value of "value" (any previous value will be replaced)- Overrides:
withValuein classDouble1Type.Builder<_B>- Parameters:
value- New value of the "value" property.
-
withTimeUnit
Sets the new value of "timeUnit" (any previous value will be replaced)- Overrides:
withTimeUnitin classDouble1Type.Builder<_B>- Parameters:
timeUnit- New value of the "timeUnit" property.
-
withPosUnit
Sets the new value of "posUnit" (any previous value will be replaced)- Overrides:
withPosUnitin classDouble1Type.Builder<_B>- Parameters:
posUnit- New value of the "posUnit" property.
-
withPosAngleUnit
Sets the new value of "posAngleUnit" (any previous value will be replaced)- Overrides:
withPosAngleUnitin classDouble1Type.Builder<_B>- Parameters:
posAngleUnit- New value of the "posAngleUnit" property.
-
withVelTimeUnit
Sets the new value of "velTimeUnit" (any previous value will be replaced)- Overrides:
withVelTimeUnitin classDouble1Type.Builder<_B>- Parameters:
velTimeUnit- New value of the "velTimeUnit" property.
-
withSpectralUnit
Sets the new value of "spectralUnit" (any previous value will be replaced)- Overrides:
withSpectralUnitin classDouble1Type.Builder<_B>- Parameters:
spectralUnit- New value of the "spectralUnit" property.
-
withGenUnit
Sets the new value of "genUnit" (any previous value will be replaced)- Overrides:
withGenUnitin classDouble1Type.Builder<_B>- Parameters:
genUnit- New value of the "genUnit" property.
-
withId
Sets the new value of "id" (any previous value will be replaced)- Overrides:
withIdin classDouble1Type.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 classDouble1Type.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 classDouble1Type.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 classDouble1Type.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 classDouble1Type.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 classDouble1Type.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 classDouble1Type.Builder<_B>- Parameters:
idrefType- New value of the "idrefType" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classDouble1Type.Builder<_B>
-
copyOf
-
copyOf
-