Class AstroCoordAreaType
- All Implemented Interfaces:
org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
Java class for astroCoordAreaType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="astroCoordAreaType">
<complexContent>
<extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordAreaType">
<sequence>
<element name="TimeInterval" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}timeIntervalType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}PositionInterval" minOccurs="0"/>
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}VelocityInterval" maxOccurs="unbounded" minOccurs="0"/>
<element name="SpectralInterval" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}spectralIntervalType" maxOccurs="unbounded" minOccurs="0"/>
<element name="RedshiftInterval" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}redshiftIntervalType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>The spatial (position) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factorprotected List<RedshiftIntervalType>protected List<SpectralIntervalType>protected List<TimeIntervalType>protected List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>>The spatial (velocity) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factorFields inherited from class org.javastro.ivoa.entities.stc.v1.CoordAreaType
coordIntervals, coordSystemId -
Constructor Summary
ConstructorsConstructorDescriptionDefault no-arg constructorAstroCoordAreaType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> coordIntervals, Object coordSystemId, List<TimeIntervalType> timeIntervals, jakarta.xml.bind.JAXBElement<? extends CoordIntervalType> positionInterval, List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> velocityIntervals, List<SpectralIntervalType> spectralIntervals, List<RedshiftIntervalType> redshiftIntervals) Fully-initialising value constructor -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) booleanjakarta.xml.bind.JAXBElement<? extends CoordIntervalType>The spatial (position) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factorGets the value of the redshiftIntervals property.Gets the value of the spectralIntervals property.Gets the value of the timeIntervals property.List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>>The spatial (velocity) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor Gets the value of the velocityIntervals property.inthashCode()voidvoidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy) voidsetPositionInterval(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType> value) Sets the value of the positionInterval property.toString()withCoordIntervals(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>... values) withCoordIntervals(Collection<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> values) withCoordSystemId(Object value) withIDREFType(String value) withIDType(String value) withPositionInterval(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType> value) withRedshiftIntervals(RedshiftIntervalType... values) withSpectralIntervals(SpectralIntervalType... values) withTimeIntervals(Collection<TimeIntervalType> values) withTimeIntervals(TimeIntervalType... values) withVelocityIntervals(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>... values) withVelocityIntervals(Collection<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> values) Methods inherited from class org.javastro.ivoa.entities.stc.v1.CoordAreaType
getCoordIntervals, getCoordSystemId, setCoordSystemIdMethods inherited from class org.javastro.ivoa.entities.stc.v1.StcBaseType
getHref, getId, getIdref, getIDREFType, getIDType, getType, getUcd, setHref, setId, setIdref, setIDREFType, setIDType, setType, setUcd
-
Field Details
-
timeIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<TimeIntervalType> timeIntervals -
positionInterval
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected jakarta.xml.bind.JAXBElement<? extends CoordIntervalType> positionIntervalThe spatial (position) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor -
velocityIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> velocityIntervalsThe spatial (velocity) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor -
spectralIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<SpectralIntervalType> spectralIntervals -
redshiftIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<RedshiftIntervalType> redshiftIntervals
-
-
Constructor Details
-
AstroCoordAreaType
public AstroCoordAreaType()Default no-arg constructor -
AstroCoordAreaType
public AstroCoordAreaType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> coordIntervals, Object coordSystemId, List<TimeIntervalType> timeIntervals, jakarta.xml.bind.JAXBElement<? extends CoordIntervalType> positionInterval, List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> velocityIntervals, List<SpectralIntervalType> spectralIntervals, List<RedshiftIntervalType> redshiftIntervals) Fully-initialising value constructor
-
-
Method Details
-
getTimeIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public List<TimeIntervalType> getTimeIntervals()Gets the value of the timeIntervals property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the timeIntervals property.For example, to add a new item, do as follows:
getTimeIntervals().add(newItem);
Objects of the following type(s) are allowed in the list
TimeIntervalType- Returns:
- The value of the timeIntervals property.
-
getPositionInterval
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public jakarta.xml.bind.JAXBElement<? extends CoordIntervalType> getPositionInterval()The spatial (position) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor- Returns:
- possible object is
JAXBElement<AllSkyType>JAXBElement<AllSkyType>JAXBElement<BoxType>JAXBElement<BoxType>JAXBElement<CircleType>JAXBElement<CircleType>JAXBElement<ConvexHullType>JAXBElement<ConvexHullType>JAXBElement<ConvexType>JAXBElement<ConvexType>JAXBElement<CoordIntervalType>JAXBElement<DiffType>JAXBElement<DiffType>JAXBElement<EllipseType>JAXBElement<EllipseType>JAXBElement<IntersectionType>JAXBElement<IntersectionType>JAXBElement<NegationType>JAXBElement<NegationType>JAXBElement<PolygonType>JAXBElement<PolygonType>JAXBElement<Pos2VecIntervalType>JAXBElement<Pos3VecIntervalType>JAXBElement<PosScalarIntervalType>JAXBElement<RegionFileType>JAXBElement<RegionType>JAXBElement<RegionType>JAXBElement<SectorType>JAXBElement<SectorType>JAXBElement<SkyIndexType>JAXBElement<SkyIndexType>JAXBElement<SphereType>JAXBElement<UnionType>JAXBElement<UnionType>
-
setPositionInterval
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setPositionInterval(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType> value) Sets the value of the positionInterval property.- Parameters:
value- allowed object isJAXBElement<AllSkyType>JAXBElement<AllSkyType>JAXBElement<BoxType>JAXBElement<BoxType>JAXBElement<CircleType>JAXBElement<CircleType>JAXBElement<ConvexHullType>JAXBElement<ConvexHullType>JAXBElement<ConvexType>JAXBElement<ConvexType>JAXBElement<CoordIntervalType>JAXBElement<DiffType>JAXBElement<DiffType>JAXBElement<EllipseType>JAXBElement<EllipseType>JAXBElement<IntersectionType>JAXBElement<IntersectionType>JAXBElement<NegationType>JAXBElement<NegationType>JAXBElement<PolygonType>JAXBElement<PolygonType>JAXBElement<Pos2VecIntervalType>JAXBElement<Pos3VecIntervalType>JAXBElement<PosScalarIntervalType>JAXBElement<RegionFileType>JAXBElement<RegionType>JAXBElement<RegionType>JAXBElement<SectorType>JAXBElement<SectorType>JAXBElement<SkyIndexType>JAXBElement<SkyIndexType>JAXBElement<SphereType>JAXBElement<UnionType>JAXBElement<UnionType>- See Also:
-
getVelocityIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> getVelocityIntervals()The spatial (velocity) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor Gets the value of the velocityIntervals property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the velocityIntervals property.For example, to add a new item, do as follows:
getVelocityIntervals().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<CoordIntervalType>JAXBElement<Vel2VecIntervalType>JAXBElement<Vel3VecIntervalType>JAXBElement<VelScalarIntervalType>JAXBElement<VelocitySphereType>- Returns:
- The value of the velocityIntervals property.
-
getSpectralIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public List<SpectralIntervalType> getSpectralIntervals()Gets the value of the spectralIntervals property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the spectralIntervals property.For example, to add a new item, do as follows:
getSpectralIntervals().add(newItem);
Objects of the following type(s) are allowed in the list
SpectralIntervalType- Returns:
- The value of the spectralIntervals property.
-
getRedshiftIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public List<RedshiftIntervalType> getRedshiftIntervals()Gets the value of the redshiftIntervals property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the redshiftIntervals property.For example, to add a new item, do as follows:
getRedshiftIntervals().add(newItem);
Objects of the following type(s) are allowed in the list
RedshiftIntervalType- Returns:
- The value of the redshiftIntervals property.
-
equals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public boolean equals(Object object) - Overrides:
equalsin classCoordAreaType
-
hashCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public int hashCode()- Overrides:
hashCodein classCoordAreaType
-
toString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String toString()- Overrides:
toStringin classCoordAreaType
-
append
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classCoordAreaType
-
appendFields
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classCoordAreaType
-
withTimeIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withTimeIntervals(TimeIntervalType... values) -
withTimeIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withTimeIntervals(Collection<TimeIntervalType> values) -
withPositionInterval
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withPositionInterval(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType> value) -
withVelocityIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withVelocityIntervals(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>... values) -
withVelocityIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withVelocityIntervals(Collection<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> values) -
withSpectralIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withSpectralIntervals(SpectralIntervalType... values) -
withSpectralIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withSpectralIntervals(Collection<SpectralIntervalType> values) -
withRedshiftIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withRedshiftIntervals(RedshiftIntervalType... values) -
withRedshiftIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withRedshiftIntervals(Collection<RedshiftIntervalType> values) -
withCoordIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withCoordIntervals(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>... values) - Overrides:
withCoordIntervalsin classCoordAreaType
-
withCoordIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withCoordIntervals(Collection<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> values) - Overrides:
withCoordIntervalsin classCoordAreaType
-
withCoordSystemId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withCoordSystemId(Object value) - Overrides:
withCoordSystemIdin classCoordAreaType
-
withId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withId(String value) - Overrides:
withIdin classCoordAreaType
-
withIdref
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withIdref(Object value) - Overrides:
withIdrefin classCoordAreaType
-
withUcd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withUcd(String value) - Overrides:
withUcdin classCoordAreaType
-
withType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withType(String value) - Overrides:
withTypein classCoordAreaType
-
withHref
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withHref(String value) - Overrides:
withHrefin classCoordAreaType
-
withIDType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withIDType(String value) - Overrides:
withIDTypein classCoordAreaType
-
withIDREFType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordAreaType withIDREFType(String value) - Overrides:
withIDREFTypein classCoordAreaType
-
mergeFrom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void mergeFrom(Object left, Object right) - Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classCoordAreaType
-
mergeFrom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy) - Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classCoordAreaType
-
createNewInstance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Object createNewInstance()- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classCoordAreaType
-