Class GenericRefPosType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.ReferencePositionType.Builder<_B>
org.javastro.ivoa.entities.stc.v1.GenericRefPosType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- GenericRefPosType
public static class GenericRefPosType.Builder<_B>
extends ReferencePositionType.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.ReferencePositionType.Builder
_parentBuilder, _storedValue -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, GenericRefPosType _other, boolean _copy) Builder(_B _parentBuilder, GenericRefPosType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(GenericRefPosType _other) copyOf(GenericRefPosType.Builder _other) protected <_P extends GenericRefPosType>
_Pinit(_P _product) withGenCoordinate(jakarta.xml.bind.JAXBElement<? extends CoordinateType> genCoordinate) Sets the new value of "genCoordinate" (any previous value will be replaced)Methods inherited from class org.javastro.ivoa.entities.stc.v1.ReferencePositionType.Builder
copyOf, copyOf, end, init
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, GenericRefPosType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
init
-
withGenCoordinate
public GenericRefPosType.Builder<_B> withGenCoordinate(jakarta.xml.bind.JAXBElement<? extends CoordinateType> genCoordinate) Sets the new value of "genCoordinate" (any previous value will be replaced)- Parameters:
genCoordinate- New value of the "genCoordinate" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classReferencePositionType.Builder<_B>
-
copyOf
-
copyOf
-