Class ObservatoryResponse

java.lang.Object
gov.nasa.gsfc.sscweb.schema.ObservatoryResponse

public class ObservatoryResponse extends Object
SSC Observatory response type. <p>Java class for anonymous complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Observatory" type="{http://sscweb.gsfc.nasa.gov/schema}ObservatoryDescription" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> }</pre>
  • Field Details

  • Constructor Details

    • ObservatoryResponse

      public ObservatoryResponse()
  • Method Details

    • getObservatory

      public List<ObservatoryDescription> getObservatory()
      Observatory description. Gets the value of the observatory 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 Jakarta XML Binding object. This is why there is not a set method for the observatory property.

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

       getObservatory().add(newItem);
       

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

      Returns:
      The value of the observatory property.