Uses of Class
org.javastro.ivoa.entities.stc.v1.SphericalRefFrameType.Builder
Packages that use SphericalRefFrameType.Builder
-
Uses of SphericalRefFrameType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return SphericalRefFrameType.BuilderModifier and TypeMethodDescriptionstatic SphericalRefFrameType.Builder<Void>SphericalRefFrameType.builder()static SphericalRefFrameType.Builder<Void>SphericalRefFrameType.copyExcept(CoordRefFrameType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SphericalRefFrameType.Builder<Void>SphericalRefFrameType.copyExcept(SphericalRefFrameType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SphericalRefFrameType.Builder.copyOf(SphericalRefFrameType _other) SphericalRefFrameType.Builder.copyOf(SphericalRefFrameType.Builder _other) static <_B> SphericalRefFrameType.Builder<_B>SphericalRefFrameType.copyOf(CoordRefFrameType _other) static <_B> SphericalRefFrameType.Builder<_B>SphericalRefFrameType.copyOf(CoordRefFrameType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> SphericalRefFrameType.Builder<_B>SphericalRefFrameType.copyOf(SphericalRefFrameType _other) static <_B> SphericalRefFrameType.Builder<_B>SphericalRefFrameType.copyOf(SphericalRefFrameType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static SphericalRefFrameType.Builder<Void>SphericalRefFrameType.copyOnly(CoordRefFrameType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SphericalRefFrameType.Builder<Void>SphericalRefFrameType.copyOnly(SphericalRefFrameType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SphericalRefFrameType.newCopyBuilder()<_B> SphericalRefFrameType.Builder<_B>SphericalRefFrameType.newCopyBuilder(_B _parentBuilder) <_B> SphericalRefFrameType.Builder<_B>SphericalRefFrameType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SphericalRefFrameType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Sets the new value of "frame" (any previous value will be replaced)Sets the new value of "id" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)SphericalRefFrameType.Builder.withPoleZaxis(AstroCoordsType poleZaxis) Sets the new value of "poleZaxis" (any previous value will be replaced)SphericalRefFrameType.Builder.withRefFrameId(Object refFrameId) Sets the new value of "refFrameId" (any previous value will be replaced)SphericalRefFrameType.Builder.withXaxis(AstroCoordsType xaxis) Sets the new value of "xaxis" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type SphericalRefFrameType.BuilderModifier and TypeMethodDescriptionAstroCoordsType.Builder<? extends SphericalRefFrameType.Builder<_B>>SphericalRefFrameType.Builder.withPoleZaxis()Returns the existing builder or a new builder to build the value of the "poleZaxis" property.AstroCoordsType.Builder<? extends SphericalRefFrameType.Builder<_B>>SphericalRefFrameType.Builder.withXaxis()Returns the existing builder or a new builder to build the value of the "xaxis" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type SphericalRefFrameType.BuilderModifier and TypeMethodDescriptionSphericalRefFrameType.Builder.copyOf(SphericalRefFrameType.Builder _other) <_B> voidSphericalRefFrameType.copyTo(SphericalRefFrameType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidSphericalRefFrameType.copyTo(SphericalRefFrameType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.