edu.nrao.sss.astronomy.sesame
Class Resolver

java.lang.Object
  extended by edu.nrao.sss.astronomy.sesame.Resolver

public class Resolver
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="INFO" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ERROR" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="otype" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="jpos" type="{}sexapos"/>
         <element name="jradeg" type="{}lon"/>
         <element name="jdedeg" type="{}lat"/>
         <element name="refPos" type="{}bibcode"/>
         <element name="errRAmas" type="{}err"/>
         <element name="errDEmas" type="{}err"/>
         <element name="pm" type="{}pmVector"/>
         <element name="MType" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="spType" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="spNum" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="Vel" type="{}veqr"/>
         <element name="z" type="{}veqr"/>
         <element name="mag" type="{}veqr"/>
         <element name="oname" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="alias" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="nrefs" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
       </choice>
       <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String code
           
protected  List<JAXBElement<?>> infoOrERROROrOtype
           
protected  String name
           
 
Constructor Summary
Resolver()
           
 
Method Summary
 String getCode()
          Gets the value of the code property.
 List<JAXBElement<?>> getINFOOrERROROrOtype()
          Gets the value of the infoOrERROROrOtype property.
 String getName()
          Gets the value of the name property.
 void setCode(String value)
          Sets the value of the code property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

infoOrERROROrOtype

protected List<JAXBElement<?>> infoOrERROROrOtype

code

protected String code

name

protected String name
Constructor Detail

Resolver

public Resolver()
Method Detail

getINFOOrERROROrOtype

public List<JAXBElement<?>> getINFOOrERROROrOtype()
Gets the value of the infoOrERROROrOtype 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 set method for the infoOrERROROrOtype property.

For example, to add a new item, do as follows:

    getINFOOrERROROrOtype().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<String> JAXBElement<PmVector> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<BigDecimal> JAXBElement<String> JAXBElement<Veqr> JAXBElement<BigDecimal> JAXBElement<String> JAXBElement<BigInteger> JAXBElement<Veqr> JAXBElement<BigDecimal> JAXBElement<String> JAXBElement<String> JAXBElement<Veqr> JAXBElement<String> JAXBElement<BigDecimal>


getCode

public String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2009. All Rights Reserved.