Class VertexType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.VertexType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- VertexType
-
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, VertexType _other, boolean _copy) Builder(_B _parentBuilder, VertexType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(VertexType _other) copyOf(VertexType.Builder _other) end()protected <_P extends VertexType>
_Pinit(_P _product) Double2Type.Builder<? extends VertexType.Builder<_B>>Returns the existing builder or a new builder to build the value of the "position" property.withPosition(Double2Type position) Sets the new value of "position" (any previous value will be replaced)SmallCircleType.Builder<? extends VertexType.Builder<_B>>Returns the existing builder or a new builder to build the value of the "smallCircle" property.withSmallCircle(SmallCircleType smallCircle) Sets the new value of "smallCircle" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, VertexType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withPosition
Sets the new value of "position" (any previous value will be replaced)- Parameters:
position- New value of the "position" property.
-
withPosition
Returns the existing builder or a new builder to build the value of the "position" property. UseStcBaseType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "position" property.
Use
StcBaseType.Builder.end()to return to the current builder.
-
withSmallCircle
Sets the new value of "smallCircle" (any previous value will be replaced)- Parameters:
smallCircle- New value of the "smallCircle" property.
-
withSmallCircle
Returns the existing builder or a new builder to build the value of the "smallCircle" property. UseSmallCircleType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "smallCircle" property.
Use
SmallCircleType.Builder.end()to return to the current builder.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-