Uses of Class
org.javastro.ivoa.entities.stc.v1.AstroCoordSystemType.Builder
Packages that use AstroCoordSystemType.Builder
-
Uses of AstroCoordSystemType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return AstroCoordSystemType.BuilderModifier and TypeMethodDescriptionAstroCoordSystemType.Builder.addCoordFrames(Iterable<? extends GenericCoordFrameType> coordFrames) Adds the given items to the value of "coordFrames"AstroCoordSystemType.Builder.addCoordFrames(GenericCoordFrameType... coordFrames) Adds the given items to the value of "coordFrames"static AstroCoordSystemType.Builder<Void>AstroCoordSystemType.builder()static AstroCoordSystemType.Builder<Void>AstroCoordSystemType.copyExcept(AstroCoordSystemType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static AstroCoordSystemType.Builder<Void>AstroCoordSystemType.copyExcept(CoordSysType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static AstroCoordSystemType.Builder<Void>AstroCoordSystemType.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) AstroCoordSystemType.Builder.copyOf(AstroCoordSystemType _other) AstroCoordSystemType.Builder.copyOf(AstroCoordSystemType.Builder _other) static <_B> AstroCoordSystemType.Builder<_B>AstroCoordSystemType.copyOf(AstroCoordSystemType _other) static <_B> AstroCoordSystemType.Builder<_B>AstroCoordSystemType.copyOf(AstroCoordSystemType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> AstroCoordSystemType.Builder<_B>AstroCoordSystemType.copyOf(CoordSysType _other) static <_B> AstroCoordSystemType.Builder<_B>AstroCoordSystemType.copyOf(CoordSysType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> AstroCoordSystemType.Builder<_B>AstroCoordSystemType.copyOf(StcBaseType _other) static <_B> AstroCoordSystemType.Builder<_B>AstroCoordSystemType.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static AstroCoordSystemType.Builder<Void>AstroCoordSystemType.copyOnly(AstroCoordSystemType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static AstroCoordSystemType.Builder<Void>AstroCoordSystemType.copyOnly(CoordSysType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static AstroCoordSystemType.Builder<Void>AstroCoordSystemType.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) AstroCoordSystemType.newCopyBuilder()<_B> AstroCoordSystemType.Builder<_B>AstroCoordSystemType.newCopyBuilder(_B _parentBuilder) <_B> AstroCoordSystemType.Builder<_B>AstroCoordSystemType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) AstroCoordSystemType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) AstroCoordSystemType.Builder<? extends STCCoordinate.Builder<_B>>STCCoordinate.Builder.withAstroCoordSystem()Returns the existing builder or a new builder to build the value of the "astroCoordSystem" property.AstroCoordSystemType.Builder<? extends STCCoordinateList.Builder<_B>>STCCoordinateList.Builder.withAstroCoordSystem()Returns the existing builder or a new builder to build the value of the "astroCoordSystem" property.AstroCoordSystemType.Builder<? extends STCRegion.Builder<_B>>STCRegion.Builder.withAstroCoordSystem()Returns the existing builder or a new builder to build the value of the "astroCoordSystem" property.AstroCoordSystemType.Builder<? extends STCRegionList.Builder<_B>>STCRegionList.Builder.withAstroCoordSystem()Returns the existing builder or a new builder to build the value of the "astroCoordSystem" property.AstroCoordSystemType.Builder.withCoordFrames(Iterable<? extends GenericCoordFrameType> coordFrames) Sets the new value of "coordFrames" (any previous value will be replaced)AstroCoordSystemType.Builder.withCoordFrames(GenericCoordFrameType... coordFrames) Sets the new value of "coordFrames" (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)AstroCoordSystemType.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)AstroCoordSystemType.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)AstroCoordSystemType.Builder.withRedshiftFrame(RedshiftFrameType redshiftFrame) Sets the new value of "redshiftFrame" (any previous value will be replaced)AstroCoordSystemType.Builder.withSpaceFrame(SpaceFrameType spaceFrame) Sets the new value of "spaceFrame" (any previous value will be replaced)AstroCoordSystemType.Builder.withSpectralFrame(SpectralFrameType spectralFrame) Sets the new value of "spectralFrame" (any previous value will be replaced)AstroCoordSystemType.Builder.withTimeFrame(TimeFrameType timeFrame) Sets the new value of "timeFrame" (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)Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type AstroCoordSystemType.BuilderModifier and TypeMethodDescriptionRedshiftFrameType.Builder<? extends AstroCoordSystemType.Builder<_B>>AstroCoordSystemType.Builder.withRedshiftFrame()Returns the existing builder or a new builder to build the value of the "redshiftFrame" property.SpaceFrameType.Builder<? extends AstroCoordSystemType.Builder<_B>>AstroCoordSystemType.Builder.withSpaceFrame()Returns the existing builder or a new builder to build the value of the "spaceFrame" property.SpectralFrameType.Builder<? extends AstroCoordSystemType.Builder<_B>>AstroCoordSystemType.Builder.withSpectralFrame()Returns the existing builder or a new builder to build the value of the "spectralFrame" property.TimeFrameType.Builder<? extends AstroCoordSystemType.Builder<_B>>AstroCoordSystemType.Builder.withTimeFrame()Returns the existing builder or a new builder to build the value of the "timeFrame" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type AstroCoordSystemType.BuilderModifier and TypeMethodDescriptionAstroCoordSystemType.Builder.copyOf(AstroCoordSystemType.Builder _other) <_B> voidAstroCoordSystemType.copyTo(AstroCoordSystemType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidAstroCoordSystemType.copyTo(AstroCoordSystemType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.