astronomy.data.spectra
Interface PlotType.PlotdataType

All Known Implementing Classes:
PlotTypeImpl.PlotdataTypeImpl
Enclosing interface:
PlotType

public static interface PlotType.PlotdataType

Java content class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="imagefile" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="plotfile" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface PlotType.PlotdataType.ImagefileType
          Java content class for anonymous complex type.
static interface PlotType.PlotdataType.PlotfileType
          Java content class for anonymous complex type.
 
Method Summary
 PlotType.PlotdataType.ImagefileType getImagefile()
           
 PlotType.PlotdataType.PlotfileType getPlotfile()
           
 void setImagefile(PlotType.PlotdataType.ImagefileType value)
           
 void setPlotfile(PlotType.PlotdataType.PlotfileType value)
           
 

Method Detail

getImagefile

PlotType.PlotdataType.ImagefileType getImagefile()
Returns:
possible object is PlotType.PlotdataType.ImagefileType

setImagefile

void setImagefile(PlotType.PlotdataType.ImagefileType value)
Parameters:
value - allowed object is PlotType.PlotdataType.ImagefileType

getPlotfile

PlotType.PlotdataType.PlotfileType getPlotfile()
Returns:
possible object is PlotType.PlotdataType.PlotfileType

setPlotfile

void setPlotfile(PlotType.PlotdataType.PlotfileType value)
Parameters:
value - allowed object is PlotType.PlotdataType.PlotfileType