Uses of Class
org.javastro.ivoa.entities.stc.v1.PixelCoordSystemType.Builder
Packages that use PixelCoordSystemType.Builder
-
Uses of PixelCoordSystemType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return PixelCoordSystemType.BuilderModifier and TypeMethodDescriptionPixelCoordSystemType.Builder.addCoordFrames(Iterable<? extends GenericCoordFrameType> coordFrames) Adds the given items to the value of "coordFrames"PixelCoordSystemType.Builder.addCoordFrames(GenericCoordFrameType... coordFrames) Adds the given items to the value of "coordFrames"PixelCoordSystemType.Builder.addPixelCoordFrames(Iterable<? extends PixelFrameType> pixelCoordFrames) Adds the given items to the value of "pixelCoordFrames"PixelCoordSystemType.Builder.addPixelCoordFrames(PixelFrameType... pixelCoordFrames) Adds the given items to the value of "pixelCoordFrames"static PixelCoordSystemType.Builder<Void>PixelCoordSystemType.builder()static PixelCoordSystemType.Builder<Void>PixelCoordSystemType.copyExcept(CoordSysType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static PixelCoordSystemType.Builder<Void>PixelCoordSystemType.copyExcept(PixelCoordSystemType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static PixelCoordSystemType.Builder<Void>PixelCoordSystemType.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) PixelCoordSystemType.Builder.copyOf(PixelCoordSystemType _other) PixelCoordSystemType.Builder.copyOf(PixelCoordSystemType.Builder _other) static <_B> PixelCoordSystemType.Builder<_B>PixelCoordSystemType.copyOf(CoordSysType _other) static <_B> PixelCoordSystemType.Builder<_B>PixelCoordSystemType.copyOf(CoordSysType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> PixelCoordSystemType.Builder<_B>PixelCoordSystemType.copyOf(PixelCoordSystemType _other) static <_B> PixelCoordSystemType.Builder<_B>PixelCoordSystemType.copyOf(PixelCoordSystemType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> PixelCoordSystemType.Builder<_B>PixelCoordSystemType.copyOf(StcBaseType _other) static <_B> PixelCoordSystemType.Builder<_B>PixelCoordSystemType.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static PixelCoordSystemType.Builder<Void>PixelCoordSystemType.copyOnly(CoordSysType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static PixelCoordSystemType.Builder<Void>PixelCoordSystemType.copyOnly(PixelCoordSystemType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static PixelCoordSystemType.Builder<Void>PixelCoordSystemType.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) PixelCoordSystemType.newCopyBuilder()<_B> PixelCoordSystemType.Builder<_B>PixelCoordSystemType.newCopyBuilder(_B _parentBuilder) <_B> PixelCoordSystemType.Builder<_B>PixelCoordSystemType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) PixelCoordSystemType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) PixelCoordSystemType.Builder.withCoordFrames(Iterable<? extends GenericCoordFrameType> coordFrames) Sets the new value of "coordFrames" (any previous value will be replaced)PixelCoordSystemType.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)PixelCoordSystemType.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)PixelCoordSystemType.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)PixelCoordSystemType.Builder.withPixelCoordFrames(Iterable<? extends PixelFrameType> pixelCoordFrames) Sets the new value of "pixelCoordFrames" (any previous value will be replaced)PixelCoordSystemType.Builder.withPixelCoordFrames(PixelFrameType... pixelCoordFrames) Sets the new value of "pixelCoordFrames" (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 PixelCoordSystemType.BuilderModifier and TypeMethodDescriptionPixelFrameType.Builder<? extends PixelCoordSystemType.Builder<_B>>PixelCoordSystemType.Builder.addPixelCoordFrames()Returns a new builder to build an additional value of the "PixelCoordFrames" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type PixelCoordSystemType.BuilderModifier and TypeMethodDescriptionPixelCoordSystemType.Builder.copyOf(PixelCoordSystemType.Builder _other) <_B> voidPixelCoordSystemType.copyTo(PixelCoordSystemType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidPixelCoordSystemType.copyTo(PixelCoordSystemType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.