Class RedshiftFrameType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.StcBaseType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.CoordFrameType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.RedshiftFrameType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- RedshiftFrameType
public static class RedshiftFrameType.Builder<_B>
extends CoordFrameType.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, RedshiftFrameType _other, boolean _copy) Builder(_B _parentBuilder, RedshiftFrameType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(RedshiftFrameType _other) copyOf(RedshiftFrameType.Builder _other) protected <_P extends RedshiftFrameType>
_Pinit(_P _product) withDopplerDefinition(DopplerDefinitionType dopplerDefinition) Sets the new value of "dopplerDefinition" (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)withReferencePosition(jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> referencePosition) Sets the new value of "referencePosition" (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)withValueType(String valueType) Sets the new value of "valueType" (any previous value will be replaced)Methods inherited from class org.javastro.ivoa.entities.stc.v1.CoordFrameType.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, RedshiftFrameType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
init
-
withDopplerDefinition
Sets the new value of "dopplerDefinition" (any previous value will be replaced)- Parameters:
dopplerDefinition- New value of the "dopplerDefinition" property.
-
withReferencePosition
public RedshiftFrameType.Builder<_B> withReferencePosition(jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> referencePosition) Sets the new value of "referencePosition" (any previous value will be replaced)- Parameters:
referencePosition- New value of the "referencePosition" property.
-
withValueType
Sets the new value of "valueType" (any previous value will be replaced)- Parameters:
valueType- New value of the "valueType" property.
-
withName
Sets the new value of "name" (any previous value will be replaced)- Overrides:
withNamein classCoordFrameType.Builder<_B>- Parameters:
name- New value of the "name" property.
-
withId
Sets the new value of "id" (any previous value will be replaced)- Overrides:
withIdin classCoordFrameType.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 classCoordFrameType.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 classCoordFrameType.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 classCoordFrameType.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 classCoordFrameType.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 classCoordFrameType.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 classCoordFrameType.Builder<_B>- Parameters:
idrefType- New value of the "idrefType" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classCoordFrameType.Builder<_B>
-
copyOf
-
copyOf
-