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