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