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