Uses of Class
org.javastro.ivoa.entities.stc.v1.CoordinateType.Builder
Packages that use CoordinateType.Builder
-
Uses of CoordinateType.Builder in org.javastro.ivoa.entities.stc.v1
Subclasses of CoordinateType.Builder in org.javastro.ivoa.entities.stc.v1Modifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in org.javastro.ivoa.entities.stc.v1 that return CoordinateType.BuilderModifier and TypeMethodDescriptionstatic CoordinateType.Builder<Void>CoordinateType.builder()static CoordinateType.Builder<Void>CoordinateType.copyExcept(CoordinateType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CoordinateType.Builder<Void>CoordinateType.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) CoordinateType.Builder.copyOf(CoordinateType _other) CoordinateType.Builder.copyOf(CoordinateType.Builder _other) static <_B> CoordinateType.Builder<_B>CoordinateType.copyOf(CoordinateType _other) static <_B> CoordinateType.Builder<_B>CoordinateType.copyOf(CoordinateType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> CoordinateType.Builder<_B>CoordinateType.copyOf(StcBaseType _other) static <_B> CoordinateType.Builder<_B>CoordinateType.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static CoordinateType.Builder<Void>CoordinateType.copyOnly(CoordinateType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CoordinateType.Builder<Void>CoordinateType.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) CoordinateType.newCopyBuilder()<_B> CoordinateType.Builder<_B>CoordinateType.newCopyBuilder(_B _parentBuilder) <_B> CoordinateType.Builder<_B>CoordinateType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CoordinateType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CoordinateType.Builder.withFrameId(Object frameId) Sets the new value of "frameId" (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)CoordinateType.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)CoordinateType.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)Sets the new value of "name" (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 with parameters of type CoordinateType.BuilderModifier and TypeMethodDescriptionCoordinateType.Builder.copyOf(CoordinateType.Builder _other) <_B> voidCoordinateType.copyTo(CoordinateType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidCoordinateType.copyTo(CoordinateType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.