Class Vel3VecIntervalType

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 Vel3VecIntervalType extends VelocityIntervalType implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
3-D coordinate interval type

Java class for vel3VecIntervalType complex type

.

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


 <complexType name="vel3VecIntervalType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}velocityIntervalType">
       <sequence>
         <element name="LoLimit3Vec" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double3Type" minOccurs="0"/>
         <element name="HiLimit3Vec" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double3Type" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • loLimit3Vec

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

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

  • Method Details

    • getLoLimit3Vec

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

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setHiLimit3Vec(Double3Type value)
      Sets the value of the hiLimit3Vec property.
      Parameters:
      value - allowed object is Double3Type
    • 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 VelocityIntervalType
    • 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 VelocityIntervalType
    • 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 VelocityIntervalType
    • 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 VelocityIntervalType
    • 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 VelocityIntervalType
    • withLoLimit3Vec

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vel3VecIntervalType withIDREFType(String value)
      Overrides:
      withIDREFType in class VelocityIntervalType
    • 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 VelocityIntervalType
    • 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 VelocityIntervalType
    • 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