Uses of Class
org.javastro.ivoa.entities.stc.v1.AstroCoordsType.Builder
Packages that use AstroCoordsType.Builder
-
Uses of AstroCoordsType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return AstroCoordsType.BuilderModifier and TypeMethodDescriptionAstroCoordsType.Builder<? extends STCCoordinateList.Builder<_B>>STCCoordinateList.Builder.addAstroCoords()Returns a new builder to build an additional value of the "AstroCoords" property.AstroCoordsType.Builder.addGenCoordinates(jakarta.xml.bind.JAXBElement<? extends CoordinateType>... genCoordinates) Adds the given items to the value of "genCoordinates"AstroCoordsType.Builder.addGenCoordinates(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordinateType>> genCoordinates) Adds the given items to the value of "genCoordinates"static AstroCoordsType.Builder<Void>AstroCoordsType.builder()static AstroCoordsType.Builder<Void>AstroCoordsType.copyExcept(AstroCoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static AstroCoordsType.Builder<Void>AstroCoordsType.copyExcept(CoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static AstroCoordsType.Builder<Void>AstroCoordsType.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) AstroCoordsType.Builder.copyOf(AstroCoordsType _other) AstroCoordsType.Builder.copyOf(AstroCoordsType.Builder _other) static <_B> AstroCoordsType.Builder<_B>AstroCoordsType.copyOf(AstroCoordsType _other) static <_B> AstroCoordsType.Builder<_B>AstroCoordsType.copyOf(AstroCoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> AstroCoordsType.Builder<_B>AstroCoordsType.copyOf(CoordsType _other) static <_B> AstroCoordsType.Builder<_B>AstroCoordsType.copyOf(CoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> AstroCoordsType.Builder<_B>AstroCoordsType.copyOf(StcBaseType _other) static <_B> AstroCoordsType.Builder<_B>AstroCoordsType.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static AstroCoordsType.Builder<Void>AstroCoordsType.copyOnly(AstroCoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static AstroCoordsType.Builder<Void>AstroCoordsType.copyOnly(CoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static AstroCoordsType.Builder<Void>AstroCoordsType.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) AstroCoordsType.newCopyBuilder()<_B> AstroCoordsType.Builder<_B>AstroCoordsType.newCopyBuilder(_B _parentBuilder) <_B> AstroCoordsType.Builder<_B>AstroCoordsType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) AstroCoordsType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) AstroCoordsType.Builder<? extends STCCoordinate.Builder<_B>>STCCoordinate.Builder.withAstroCoords()Returns the existing builder or a new builder to build the value of the "astroCoords" property.AstroCoordsType.Builder.withCoordFile(AstroCoordsFileType coordFile) Sets the new value of "coordFile" (any previous value will be replaced)AstroCoordsType.Builder.withCoordSystemId(Object coordSystemId) Sets the new value of "coordSystemId" (any previous value will be replaced)AstroCoordsType.Builder.withGenCoordinates(jakarta.xml.bind.JAXBElement<? extends CoordinateType>... genCoordinates) Sets the new value of "genCoordinates" (any previous value will be replaced)AstroCoordsType.Builder.withGenCoordinates(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordinateType>> genCoordinates) Sets the new value of "genCoordinates" (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)AstroCoordsType.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)AstroCoordsType.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)Sets the new value of "orbit" (any previous value will be replaced)AstroCoordsType.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.withPosition(jakarta.xml.bind.JAXBElement<? extends CoordinateType> position) Sets the new value of "position" (any previous value will be replaced)AstroCoordsType.Builder.withRedshift(RedshiftCoordinateType redshift) Sets the new value of "redshift" (any previous value will be replaced)AstroCoordsType.Builder.withSpectral(SpectralCoordinateType spectral) Sets the new value of "spectral" (any previous value will be replaced)AstroCoordsType.Builder.withTime(TimeCoordinateType time) Sets the new value of "time" (any previous value will be replaced)AstroCoordsType.Builder<? extends TimeFrameType.Builder<_B>>TimeFrameType.Builder.withTimeRefDirection()Returns the existing builder or a new builder to build the value of the "timeRefDirection" property.Sets the new value of "type" (any previous value will be replaced)Sets the new value of "ucd" (any previous value will be replaced)AstroCoordsType.Builder.withVelocity(jakarta.xml.bind.JAXBElement<? extends CoordinateType> velocity) Sets the new value of "velocity" (any previous value will be replaced)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 that return types with arguments of type AstroCoordsType.BuilderModifier and TypeMethodDescriptionAstroCoordsFileType.Builder<? extends AstroCoordsType.Builder<_B>>AstroCoordsType.Builder.withCoordFile()Returns the existing builder or a new builder to build the value of the "coordFile" property.OrbitType.Builder<? extends AstroCoordsType.Builder<_B>>AstroCoordsType.Builder.withOrbit()Returns the existing builder or a new builder to build the value of the "orbit" property.RedshiftCoordinateType.Builder<? extends AstroCoordsType.Builder<_B>>AstroCoordsType.Builder.withRedshift()Returns the existing builder or a new builder to build the value of the "redshift" property.SpectralCoordinateType.Builder<? extends AstroCoordsType.Builder<_B>>AstroCoordsType.Builder.withSpectral()Returns the existing builder or a new builder to build the value of the "spectral" property.TimeCoordinateType.Builder<? extends AstroCoordsType.Builder<_B>>AstroCoordsType.Builder.withTime()Returns the existing builder or a new builder to build the value of the "time" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type AstroCoordsType.BuilderModifier and TypeMethodDescriptionAstroCoordsType.Builder.copyOf(AstroCoordsType.Builder _other) <_B> voidAstroCoordsType.copyTo(AstroCoordsType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidAstroCoordsType.copyTo(AstroCoordsType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.