Uses of Class
org.javastro.ivoa.entities.stc.v1.FitsType.Builder
Packages that use FitsType.Builder
-
Uses of FitsType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return FitsType.BuilderModifier and TypeMethodDescriptionstatic FitsType.Builder<Void>FitsType.builder()static FitsType.Builder<Void>FitsType.copyExcept(FitsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) FitsType.Builder.copyOf(FitsType.Builder _other) static <_B> FitsType.Builder<_B>static <_B> FitsType.Builder<_B>FitsType.copyOf(FitsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static FitsType.Builder<Void>FitsType.newCopyBuilder()<_B> FitsType.Builder<_B>FitsType.newCopyBuilder(_B _parentBuilder) <_B> FitsType.Builder<_B>FitsType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) FitsType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) FitsType.Builder<? extends AstroCoordsFileType.Builder<_B>>AstroCoordsFileType.Builder.withFITSFile()Returns the existing builder or a new builder to build the value of the "fitsFile" property.FitsType.Builder.withHduName(String hduName) Sets the new value of "hduName" (any previous value will be replaced)FitsType.Builder.withHduNum(BigInteger hduNum) Sets the new value of "hduNum" (any previous value will be replaced)Sets the new value of "value" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type FitsType.BuilderModifier and TypeMethodDescriptionFitsType.Builder.copyOf(FitsType.Builder _other) <_B> voidFitsType.copyTo(FitsType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidFitsType.copyTo(FitsType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.