Class PixelVector1CoordinateType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.StcBaseType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.CoordinateType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.PixelVector1CoordinateType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- PixelVector1CoordinateType
public static class PixelVector1CoordinateType.Builder<_B>
extends CoordinateType.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, PixelVector1CoordinateType _other, boolean _copy) Builder(_B _parentBuilder, PixelVector1CoordinateType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(PixelVector1CoordinateType _other) protected <_P extends PixelVector1CoordinateType>
_Pinit(_P _product) withFrameId(Object frameId) Sets the new value of "frameId" (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)Sets the new value of "name" (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)Double1Type.Builder<? extends PixelVector1CoordinateType.Builder<_B>>Returns the existing builder or a new builder to build the value of the "value" property.withValue(Double1Type value) Sets the new value of "value" (any previous value will be replaced)Methods inherited from class org.javastro.ivoa.entities.stc.v1.CoordinateType.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, PixelVector1CoordinateType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
init
-
withValue
Sets the new value of "value" (any previous value will be replaced)- Parameters:
value- New value of the "value" property.
-
withValue
Returns the existing builder or a new builder to build the value of the "value" property. UseDouble1Type.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "value" property.
Use
Double1Type.Builder.end()to return to the current builder.
-
withName
Sets the new value of "name" (any previous value will be replaced)- Overrides:
withNamein classCoordinateType.Builder<_B>- Parameters:
name- New value of the "name" property.
-
withFrameId
Sets the new value of "frameId" (any previous value will be replaced)- Overrides:
withFrameIdin classCoordinateType.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 classCoordinateType.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 classCoordinateType.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 classCoordinateType.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 classCoordinateType.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 classCoordinateType.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 classCoordinateType.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 classCoordinateType.Builder<_B>- Parameters:
idrefType- New value of the "idrefType" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classCoordinateType.Builder<_B>
-
copyOf
-
copyOf
-