Class HealpixType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.CoordFlavorType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.HealpixType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- HealpixType
public static class HealpixType.Builder<_B>
extends CoordFlavorType.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.CoordFlavorType.Builder
_parentBuilder, _storedValue -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, HealpixType _other, boolean _copy) Builder(_B _parentBuilder, HealpixType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(HealpixType _other) copyOf(HealpixType.Builder _other) protected <_P extends HealpixType>
_Pinit(_P _product) withCoordNaxes(Integer coordNaxes) Sets the new value of "coordNaxes" (any previous value will be replaced)withHandedness(String handedness) Sets the new value of "handedness" (any previous value will be replaced)withHealpixH(BigInteger healpixH) Sets the new value of "healpixH" (any previous value will be replaced)withHealpixK(BigInteger healpixK) Sets the new value of "healpixK" (any previous value will be replaced)Methods inherited from class org.javastro.ivoa.entities.stc.v1.CoordFlavorType.Builder
copyOf, copyOf, end, init
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, HealpixType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
init
-
withHealpixH
Sets the new value of "healpixH" (any previous value will be replaced)- Parameters:
healpixH- New value of the "healpixH" property.
-
withHealpixK
Sets the new value of "healpixK" (any previous value will be replaced)- Parameters:
healpixK- New value of the "healpixK" property.
-
withCoordNaxes
Sets the new value of "coordNaxes" (any previous value will be replaced)- Overrides:
withCoordNaxesin classCoordFlavorType.Builder<_B>- Parameters:
coordNaxes- New value of the "coordNaxes" property.
-
withHandedness
Sets the new value of "handedness" (any previous value will be replaced)- Overrides:
withHandednessin classCoordFlavorType.Builder<_B>- Parameters:
handedness- New value of the "handedness" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classCoordFlavorType.Builder<_B>
-
copyOf
-
copyOf
-