Class Pos2VecIntervalType

All Implemented Interfaces:
org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public class Pos2VecIntervalType extends SpatialIntervalType implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
2-D coordinate interval type

Java class for pos2VecIntervalType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="pos2VecIntervalType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}spatialIntervalType">
       <sequence>
         <element name="LoLimit2Vec" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double2Type" minOccurs="0"/>
         <element name="HiLimit2Vec" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double2Type" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • loLimit2Vec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected Double2Type loLimit2Vec
    • hiLimit2Vec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected Double2Type hiLimit2Vec
  • Constructor Details

  • Method Details

    • getLoLimit2Vec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Double2Type getLoLimit2Vec()
      Gets the value of the loLimit2Vec property.
      Returns:
      possible object is Double2Type
    • setLoLimit2Vec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setLoLimit2Vec(Double2Type value)
      Sets the value of the loLimit2Vec property.
      Parameters:
      value - allowed object is Double2Type
    • getHiLimit2Vec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Double2Type getHiLimit2Vec()
      Gets the value of the hiLimit2Vec property.
      Returns:
      possible object is Double2Type
    • setHiLimit2Vec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setHiLimit2Vec(Double2Type value)
      Sets the value of the hiLimit2Vec property.
      Parameters:
      value - allowed object is Double2Type
    • 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:
      equals in class SpatialIntervalType
    • 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:
      hashCode in class SpatialIntervalType
    • 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:
      toString in class SpatialIntervalType
    • 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:
      append in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      append in class SpatialIntervalType
    • 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:
      appendFields in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      appendFields in class SpatialIntervalType
    • withLoLimit2Vec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Pos2VecIntervalType withLoLimit2Vec(Double2Type value)
    • withHiLimit2Vec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Pos2VecIntervalType withHiLimit2Vec(Double2Type value)
    • withEpoch

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Pos2VecIntervalType withEpoch(BigDecimal value)
      Overrides:
      withEpoch in class SpatialIntervalType
    • withUnit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Pos2VecIntervalType withUnit(String value)
      Overrides:
      withUnit in class SpatialIntervalType
    • withLoInclude

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Pos2VecIntervalType withLoInclude(Boolean value)
      Overrides:
      withLoInclude in class SpatialIntervalType
    • withHiInclude

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Pos2VecIntervalType withHiInclude(Boolean value)
      Overrides:
      withHiInclude in class SpatialIntervalType
    • withFillFactor

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Pos2VecIntervalType withFillFactor(Float value)
      Overrides:
      withFillFactor in class SpatialIntervalType
    • withFrameId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Pos2VecIntervalType withFrameId(Object value)
      Overrides:
      withFrameId in class SpatialIntervalType
    • withId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Pos2VecIntervalType withId(String value)
      Overrides:
      withId in class SpatialIntervalType
    • withIdref

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Pos2VecIntervalType withIdref(Object value)
      Overrides:
      withIdref in class SpatialIntervalType
    • withUcd

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Pos2VecIntervalType withUcd(String value)
      Overrides:
      withUcd in class SpatialIntervalType
    • withType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Pos2VecIntervalType withType(String value)
      Overrides:
      withType in class SpatialIntervalType
    • withHref

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Pos2VecIntervalType withHref(String value)
      Overrides:
      withHref in class SpatialIntervalType
    • withIDType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Pos2VecIntervalType withIDType(String value)
      Overrides:
      withIDType in class SpatialIntervalType
    • withIDREFType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Pos2VecIntervalType withIDREFType(String value)
      Overrides:
      withIDREFType in class SpatialIntervalType
    • 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:
      mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      mergeFrom in class SpatialIntervalType
    • 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:
      mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      mergeFrom in class SpatialIntervalType
    • 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:
      createNewInstance in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      createNewInstance in class CoordIntervalType