Class SphericalRefFrameType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.CoordRefFrameType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.SphericalRefFrameType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- SphericalRefFrameType
public static class SphericalRefFrameType.Builder<_B>
extends CoordRefFrameType.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
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, SphericalRefFrameType _other, boolean _copy) Builder(_B _parentBuilder, SphericalRefFrameType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(SphericalRefFrameType _other) copyOf(SphericalRefFrameType.Builder _other) protected <_P extends SphericalRefFrameType>
_Pinit(_P _product) Sets the new value of "frame" (any previous value will be replaced)Sets the new value of "id" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)AstroCoordsType.Builder<? extends SphericalRefFrameType.Builder<_B>>Returns the existing builder or a new builder to build the value of the "poleZaxis" property.withPoleZaxis(AstroCoordsType poleZaxis) Sets the new value of "poleZaxis" (any previous value will be replaced)withRefFrameId(Object refFrameId) Sets the new value of "refFrameId" (any previous value will be replaced)AstroCoordsType.Builder<? extends SphericalRefFrameType.Builder<_B>>Returns the existing builder or a new builder to build the value of the "xaxis" property.withXaxis(AstroCoordsType xaxis) Sets the new value of "xaxis" (any previous value will be replaced)Methods inherited from class org.javastro.ivoa.entities.stc.v1.CoordRefFrameType.Builder
copyOf, copyOf, end, init
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, SphericalRefFrameType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
init
-
withFrame
Sets the new value of "frame" (any previous value will be replaced)- Parameters:
frame- New value of the "frame" property.
-
withPoleZaxis
Sets the new value of "poleZaxis" (any previous value will be replaced)- Parameters:
poleZaxis- New value of the "poleZaxis" property.
-
withPoleZaxis
Returns the existing builder or a new builder to build the value of the "poleZaxis" property. UseStcBaseType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "poleZaxis" property.
Use
StcBaseType.Builder.end()to return to the current builder.
-
withXaxis
Sets the new value of "xaxis" (any previous value will be replaced)- Parameters:
xaxis- New value of the "xaxis" property.
-
withXaxis
Returns the existing builder or a new builder to build the value of the "xaxis" property. UseStcBaseType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "xaxis" property.
Use
StcBaseType.Builder.end()to return to the current builder.
-
withId
Sets the new value of "id" (any previous value will be replaced)- Parameters:
id- New value of the "id" property.
-
withName
Sets the new value of "name" (any previous value will be replaced)- Overrides:
withNamein classCoordRefFrameType.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 classCoordRefFrameType.Builder<_B>- Parameters:
refFrameId- New value of the "refFrameId" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classCoordRefFrameType.Builder<_B>
-
copyOf
-
copyOf
-