Uses of Class
org.javastro.ivoa.entities.stc.v1.CoordAreaType.Builder
Packages that use CoordAreaType.Builder
-
Uses of CoordAreaType.Builder in org.javastro.ivoa.entities.stc.v1
Subclasses of CoordAreaType.Builder in org.javastro.ivoa.entities.stc.v1Modifier and TypeClassDescriptionstatic classstatic classMethods in org.javastro.ivoa.entities.stc.v1 that return CoordAreaType.BuilderModifier and TypeMethodDescriptionCoordAreaType.Builder.addCoordIntervals(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>... coordIntervals) Adds the given items to the value of "coordIntervals"CoordAreaType.Builder.addCoordIntervals(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> coordIntervals) Adds the given items to the value of "coordIntervals"static CoordAreaType.Builder<Void>CoordAreaType.builder()static CoordAreaType.Builder<Void>CoordAreaType.copyExcept(CoordAreaType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CoordAreaType.Builder<Void>CoordAreaType.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) CoordAreaType.Builder.copyOf(CoordAreaType _other) CoordAreaType.Builder.copyOf(CoordAreaType.Builder _other) static <_B> CoordAreaType.Builder<_B>CoordAreaType.copyOf(CoordAreaType _other) static <_B> CoordAreaType.Builder<_B>CoordAreaType.copyOf(CoordAreaType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> CoordAreaType.Builder<_B>CoordAreaType.copyOf(StcBaseType _other) static <_B> CoordAreaType.Builder<_B>CoordAreaType.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static CoordAreaType.Builder<Void>CoordAreaType.copyOnly(CoordAreaType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CoordAreaType.Builder<Void>CoordAreaType.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) CoordAreaType.newCopyBuilder()<_B> CoordAreaType.Builder<_B>CoordAreaType.newCopyBuilder(_B _parentBuilder) <_B> CoordAreaType.Builder<_B>CoordAreaType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CoordAreaType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CoordAreaType.Builder.withCoordIntervals(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>... coordIntervals) Sets the new value of "coordIntervals" (any previous value will be replaced)CoordAreaType.Builder.withCoordIntervals(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> coordIntervals) Sets the new value of "coordIntervals" (any previous value will be replaced)CoordAreaType.Builder.withCoordSystemId(Object coordSystemId) Sets the new value of "coordSystemId" (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)CoordAreaType.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)CoordAreaType.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 with parameters of type CoordAreaType.BuilderModifier and TypeMethodDescriptionCoordAreaType.Builder.copyOf(CoordAreaType.Builder _other) <_B> voidCoordAreaType.copyTo(CoordAreaType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidCoordAreaType.copyTo(CoordAreaType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.