Class CoordRefFrameType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.CoordRefFrameType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Direct Known Subclasses:
Cart1DRefFrameType.Builder,Cart2DRefFrameType.Builder,Cart3DRefFrameType.Builder,SpaceRefFrameType.Builder,SphericalRefFrameType.Builder
- Enclosing class:
- CoordRefFrameType
public static class CoordRefFrameType.Builder<_B>
extends Object
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 -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, CoordRefFrameType _other, boolean _copy) Builder(_B _parentBuilder, CoordRefFrameType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(CoordRefFrameType _other) copyOf(CoordRefFrameType.Builder _other) end()protected <_P extends CoordRefFrameType>
_Pinit(_P _product) 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)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, CoordRefFrameType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withName
Sets the new value of "name" (any previous value will be replaced)- Parameters:
name- New value of the "name" property.
-
withRefFrameId
Sets the new value of "refFrameId" (any previous value will be replaced)- Parameters:
refFrameId- New value of the "refFrameId" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-