astronomy.data.spectra
Interface PlotType.PlotdataType.PlotfileType

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

public static interface PlotType.PlotdataType.PlotfileType

Java content class for anonymous complex type.

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

 <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>
 


Method Summary
 String getFormat()
           
 String getName()
           
 String getValue()
           
 void setFormat(String value)
           
 void setName(String value)
           
 void setValue(String value)
           
 

Method Detail

getValue

String getValue()
Returns:
possible object is String

setValue

void setValue(String value)
Parameters:
value - allowed object is String

getName

String getName()
Returns:
possible object is String

setName

void setName(String value)
Parameters:
value - allowed object is String

getFormat

String getFormat()
Returns:
possible object is String

setFormat

void setFormat(String value)
Parameters:
value - allowed object is String