Uses of Class
org.javastro.ivoa.entities.stc.v1.CustomRefPosType.Builder
Packages that use CustomRefPosType.Builder
-
Uses of CustomRefPosType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return CustomRefPosType.BuilderModifier and TypeMethodDescriptionstatic CustomRefPosType.Builder<Void>CustomRefPosType.builder()static CustomRefPosType.Builder<Void>CustomRefPosType.copyExcept(CustomRefPosType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CustomRefPosType.Builder<Void>CustomRefPosType.copyExcept(ReferencePositionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) CustomRefPosType.Builder.copyOf(CustomRefPosType _other) CustomRefPosType.Builder.copyOf(CustomRefPosType.Builder _other) static <_B> CustomRefPosType.Builder<_B>CustomRefPosType.copyOf(CustomRefPosType _other) static <_B> CustomRefPosType.Builder<_B>CustomRefPosType.copyOf(CustomRefPosType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> CustomRefPosType.Builder<_B>CustomRefPosType.copyOf(ReferencePositionType _other) static <_B> CustomRefPosType.Builder<_B>CustomRefPosType.copyOf(ReferencePositionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static CustomRefPosType.Builder<Void>CustomRefPosType.copyOnly(CustomRefPosType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CustomRefPosType.Builder<Void>CustomRefPosType.copyOnly(ReferencePositionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) CustomRefPosType.newCopyBuilder()<_B> CustomRefPosType.Builder<_B>CustomRefPosType.newCopyBuilder(_B _parentBuilder) <_B> CustomRefPosType.Builder<_B>CustomRefPosType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CustomRefPosType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CustomRefPosType.Builder.withCoordinate(jakarta.xml.bind.JAXBElement<? extends CoordinateType> coordinate) Sets the new value of "coordinate" (any previous value will be replaced)CustomRefPosType.Builder<? extends GenericCoordFrameType.Builder<_B>>GenericCoordFrameType.Builder.withCoordRefPos()Returns the existing builder or a new builder to build the value of the "coordRefPos" property.CustomRefPosType.Builder<? extends PixelFrameType.Builder<_B>>PixelFrameType.Builder.withCoordRefPos()Returns the existing builder or a new builder to build the value of the "coordRefPos" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type CustomRefPosType.BuilderModifier and TypeMethodDescriptionCustomRefPosType.Builder.copyOf(CustomRefPosType.Builder _other) <_B> voidCustomRefPosType.copyTo(CustomRefPosType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidCustomRefPosType.copyTo(CustomRefPosType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.