Class GeodType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.CoordRefFrameType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.SpaceRefFrameType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.IcrsType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.GeodType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- GeodType
public static class GeodType.Builder<_B>
extends IcrsType.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.CoordRefFrameType.Builder
_parentBuilder, _storedValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(GeodType.Builder _other) protected <_P extends GeodType>
_Pinit(_P _product) withInvFlattening(Double invFlattening) Sets the new value of "invFlattening" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)withRadius(Double radius) Sets the new value of "radius" (any previous value will be replaced)withRefFrameId(Object refFrameId) Sets the new value of "refFrameId" (any previous value will be replaced)Sets the new value of "unit" (any previous value will be replaced)Methods inherited from class org.javastro.ivoa.entities.stc.v1.IcrsType.Builder
copyOf, copyOf, initMethods inherited from class org.javastro.ivoa.entities.stc.v1.SpaceRefFrameType.Builder
copyOf, copyOf, initMethods inherited from class org.javastro.ivoa.entities.stc.v1.CoordRefFrameType.Builder
copyOf, copyOf, end, init
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
init
-
withRadius
Sets the new value of "radius" (any previous value will be replaced)- Parameters:
radius- New value of the "radius" property.
-
withInvFlattening
Sets the new value of "invFlattening" (any previous value will be replaced)- Parameters:
invFlattening- New value of the "invFlattening" property.
-
withUnit
Sets the new value of "unit" (any previous value will be replaced)- Parameters:
unit- New value of the "unit" property.
-
withName
Sets the new value of "name" (any previous value will be replaced)- Overrides:
withNamein classIcrsType.Builder<_B>- Parameters:
name- New value of the "name" property.
-
withRefFrameId
Sets the new value of "refFrameId" (any previous value will be replaced)- Overrides:
withRefFrameIdin classIcrsType.Builder<_B>- Parameters:
refFrameId- New value of the "refFrameId" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classIcrsType.Builder<_B>
-
copyOf
-
copyOf
-