Class EllipseType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.StcBaseType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.CoordIntervalType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.SpatialIntervalType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.RegionType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.ShapeType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.EllipseType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- EllipseType
public static class EllipseType.Builder<_B>
extends ShapeType.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.StcBaseType.Builder
_parentBuilder, _storedValue -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, EllipseType _other, boolean _copy) Builder(_B _parentBuilder, EllipseType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(EllipseType _other) copyOf(EllipseType.Builder _other) protected <_P extends EllipseType>
_Pinit(_P _product) RegionAreaType.Builder<? extends EllipseType.Builder<_B>>withArea()Returns the existing builder or a new builder to build the value of the "area" property.withArea(RegionAreaType area) Sets the new value of "area" (any previous value will be replaced)Double2Type.Builder<? extends EllipseType.Builder<_B>>Returns the existing builder or a new builder to build the value of the "center" property.withCenter(Double2Type center) Sets the new value of "center" (any previous value will be replaced)withCoordSystemId(Object coordSystemId) Sets the new value of "coordSystemId" (any previous value will be replaced)withEpoch(BigDecimal epoch) Sets the new value of "epoch" (any previous value will be replaced)withFillFactor(Float fillFactor) Sets the new value of "fillFactor" (any previous value will be replaced)withFrameId(Object frameId) Sets the new value of "frameId" (any previous value will be replaced)withHiInclude(Boolean hiInclude) Sets the new value of "hiInclude" (any previous value will be replaced)Sets the new value of "href" (any previous value will be replaced)Sets the new value of "id" (any previous value will be replaced)Sets the new value of "idref" (any previous value will be replaced)withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)withLoInclude(Boolean loInclude) Sets the new value of "loInclude" (any previous value will be replaced)Sets the new value of "note" (any previous value will be replaced)PosAngleType.Builder<? extends EllipseType.Builder<_B>>Returns the existing builder or a new builder to build the value of the "posAngle" property.withPosAngle(PosAngleType posAngle) Sets the new value of "posAngle" (any previous value will be replaced)Double1Type.Builder<? extends EllipseType.Builder<_B>>Returns the existing builder or a new builder to build the value of the "semiMajorAxis" property.withSemiMajorAxis(Double1Type semiMajorAxis) Sets the new value of "semiMajorAxis" (any previous value will be replaced)Double1Type.Builder<? extends EllipseType.Builder<_B>>Returns the existing builder or a new builder to build the value of the "semiMinorAxis" property.withSemiMinorAxis(Double1Type semiMinorAxis) Sets the new value of "semiMinorAxis" (any previous value will be replaced)Sets the new value of "type" (any previous value will be replaced)Sets the new value of "ucd" (any previous value will be replaced)Sets the new value of "unit" (any previous value will be replaced)Methods inherited from class org.javastro.ivoa.entities.stc.v1.ShapeType.Builder
copyOf, copyOf, initMethods inherited from class org.javastro.ivoa.entities.stc.v1.RegionType.Builder
copyOf, copyOf, initMethods inherited from class org.javastro.ivoa.entities.stc.v1.SpatialIntervalType.Builder
copyOf, copyOf, initMethods inherited from class org.javastro.ivoa.entities.stc.v1.CoordIntervalType.Builder
copyOf, copyOf, initMethods inherited from class org.javastro.ivoa.entities.stc.v1.StcBaseType.Builder
copyOf, copyOf, end, init
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, EllipseType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
init
-
withCenter
Sets the new value of "center" (any previous value will be replaced)- Parameters:
center- New value of the "center" property.
-
withCenter
Returns the existing builder or a new builder to build the value of the "center" property. UseStcBaseType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "center" property.
Use
StcBaseType.Builder.end()to return to the current builder.
-
withSemiMajorAxis
Sets the new value of "semiMajorAxis" (any previous value will be replaced)- Parameters:
semiMajorAxis- New value of the "semiMajorAxis" property.
-
withSemiMajorAxis
Returns the existing builder or a new builder to build the value of the "semiMajorAxis" property. UseDouble1Type.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "semiMajorAxis" property.
Use
Double1Type.Builder.end()to return to the current builder.
-
withSemiMinorAxis
Sets the new value of "semiMinorAxis" (any previous value will be replaced)- Parameters:
semiMinorAxis- New value of the "semiMinorAxis" property.
-
withSemiMinorAxis
Returns the existing builder or a new builder to build the value of the "semiMinorAxis" property. UseDouble1Type.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "semiMinorAxis" property.
Use
Double1Type.Builder.end()to return to the current builder.
-
withPosAngle
Sets the new value of "posAngle" (any previous value will be replaced)- Parameters:
posAngle- New value of the "posAngle" property.
-
withPosAngle
Returns the existing builder or a new builder to build the value of the "posAngle" property. UsePosAngleType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "posAngle" property.
Use
PosAngleType.Builder.end()to return to the current builder.
-
withArea
Sets the new value of "area" (any previous value will be replaced)- Overrides:
withAreain classShapeType.Builder<_B>- Parameters:
area- New value of the "area" property.
-
withArea
Returns the existing builder or a new builder to build the value of the "area" property. UseRegionAreaType.Builder.end()to return to the current builder.- Overrides:
withAreain classShapeType.Builder<_B>- Returns:
- A new builder to build the value of the "area" property.
Use
RegionAreaType.Builder.end()to return to the current builder.
-
withNote
Sets the new value of "note" (any previous value will be replaced)- Overrides:
withNotein classShapeType.Builder<_B>- Parameters:
note- New value of the "note" property.
-
withCoordSystemId
Sets the new value of "coordSystemId" (any previous value will be replaced)- Overrides:
withCoordSystemIdin classShapeType.Builder<_B>- Parameters:
coordSystemId- New value of the "coordSystemId" property.
-
withEpoch
Sets the new value of "epoch" (any previous value will be replaced)- Overrides:
withEpochin classShapeType.Builder<_B>- Parameters:
epoch- New value of the "epoch" property.
-
withUnit
Sets the new value of "unit" (any previous value will be replaced)- Overrides:
withUnitin classShapeType.Builder<_B>- Parameters:
unit- New value of the "unit" property.
-
withLoInclude
Sets the new value of "loInclude" (any previous value will be replaced)- Overrides:
withLoIncludein classShapeType.Builder<_B>- Parameters:
loInclude- New value of the "loInclude" property.
-
withHiInclude
Sets the new value of "hiInclude" (any previous value will be replaced)- Overrides:
withHiIncludein classShapeType.Builder<_B>- Parameters:
hiInclude- New value of the "hiInclude" property.
-
withFillFactor
Sets the new value of "fillFactor" (any previous value will be replaced)- Overrides:
withFillFactorin classShapeType.Builder<_B>- Parameters:
fillFactor- New value of the "fillFactor" property.
-
withFrameId
Sets the new value of "frameId" (any previous value will be replaced)- Overrides:
withFrameIdin classShapeType.Builder<_B>- Parameters:
frameId- New value of the "frameId" property.
-
withId
Sets the new value of "id" (any previous value will be replaced)- Overrides:
withIdin classShapeType.Builder<_B>- Parameters:
id- New value of the "id" property.
-
withIdref
Sets the new value of "idref" (any previous value will be replaced)- Overrides:
withIdrefin classShapeType.Builder<_B>- Parameters:
idref- New value of the "idref" property.
-
withUcd
Sets the new value of "ucd" (any previous value will be replaced)- Overrides:
withUcdin classShapeType.Builder<_B>- Parameters:
ucd- New value of the "ucd" property.
-
withType
Sets the new value of "type" (any previous value will be replaced)- Overrides:
withTypein classShapeType.Builder<_B>- Parameters:
type- New value of the "type" property.
-
withHref
Sets the new value of "href" (any previous value will be replaced)- Overrides:
withHrefin classShapeType.Builder<_B>- Parameters:
href- New value of the "href" property.
-
withIDType
Sets the new value of "idType" (any previous value will be replaced)- Overrides:
withIDTypein classShapeType.Builder<_B>- Parameters:
idType- New value of the "idType" property.
-
withIDREFType
Sets the new value of "idrefType" (any previous value will be replaced)- Overrides:
withIDREFTypein classShapeType.Builder<_B>- Parameters:
idrefType- New value of the "idrefType" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classShapeType.Builder<_B>
-
copyOf
-
copyOf
-