Class FkType.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.FkType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- FkType
public static class FkType.Builder<_B>
extends SpaceRefFrameType.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(FkType.Builder _other) protected <_P extends FkType>
_Pinit(_P _product) withEquinox(String equinox) Sets the new value of "equinox" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)withRefFrameId(Object refFrameId) Sets the new value of "refFrameId" (any previous value will be replaced)Methods 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
-
withEquinox
Sets the new value of "equinox" (any previous value will be replaced)- Parameters:
equinox- New value of the "equinox" property.
-
withName
Sets the new value of "name" (any previous value will be replaced)- Overrides:
withNamein classSpaceRefFrameType.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 classSpaceRefFrameType.Builder<_B>- Parameters:
refFrameId- New value of the "refFrameId" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classSpaceRefFrameType.Builder<_B>
-
copyOf
-
copyOf
-