edu.nrao.sss.astronomy.sesame
Class Target

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

public class Target
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">
       <sequence>
         <element name="name">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="option" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="INFO" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ERROR" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}Resolver" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="option" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Target.Name
          Java class for anonymous complex type.
 
Field Summary
protected  List<String> error
           
protected  List<String> info
           
protected  Target.Name name
           
protected  String option
           
protected  List<Resolver> resolver
           
 
Constructor Summary
Target()
           
 
Method Summary
 List<String> getERROR()
          Gets the value of the error property.
 List<String> getINFO()
          Gets the value of the info property.
 Target.Name getName()
          Gets the value of the name property.
 String getOption()
          Gets the value of the option property.
 List<Resolver> getResolver()
          Gets the value of the resolver property.
 void setName(Target.Name value)
          Sets the value of the name property.
 void setOption(String value)
          Sets the value of the option property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected Target.Name name

info

protected List<String> info

error

protected List<String> error

resolver

protected List<Resolver> resolver

option

protected String option
Constructor Detail

Target

public Target()
Method Detail

getName

public Target.Name getName()
Gets the value of the name property.

Returns:
possible object is Target.Name

setName

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

Parameters:
value - allowed object is Target.Name

getINFO

public List<String> getINFO()
Gets the value of the info 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 info property.

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

    getINFO().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getERROR

public List<String> getERROR()
Gets the value of the error 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 error property.

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

    getERROR().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getResolver

public List<Resolver> getResolver()
Gets the value of the resolver 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 resolver property.

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

    getResolver().add(newItem);
 

Objects of the following type(s) are allowed in the list Resolver


getOption

public String getOption()
Gets the value of the option property.

Returns:
possible object is String

setOption

public void setOption(String value)
Sets the value of the option property.

Parameters:
value - allowed object is String


Copyright © 2009. All Rights Reserved.