Class RelocatableOriginType

java.lang.Object
org.javastro.ivoa.entities.jaxb.hacks.RelocatableOriginType

public class RelocatableOriginType extends Object
Deprecated.
Should be removed when hand-edited files are the product of this library

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

 <simpleType name="relocatableOriginType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="RELOCATABLE"/>
   </restriction>
 </simpleType>
 

Java class for relocatableOriginType. This is a hacked "complex" type to make up for the huge substitution group mess in STC that confuses the code generators. Will anyone use it? or care? I don't think that it will "work"

Author:
Paul Harrison (paul.harrison@manchester.ac.uk)
  • Constructor Details

    • RelocatableOriginType

      public RelocatableOriginType(String val)
      Deprecated.
      Parameters:
      val -
  • Method Details

    • value

      public String value()
      Deprecated.