|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PlotType
Java content class for plotType complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="plotType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="plotdata" minOccurs="0">
<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>
</element>
<element name="plotrange" type="{}RangeType"/>
<element name="datarange" type="{}RangeType" minOccurs="0"/>
<element name="resolution" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>float">
<attribute name="unit">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="angstrom"/>
<enumeration value="nanometer"/>
<enumeration value="meter"/>
<enumeration value="kmpersec"/>
</restriction>
</simpleType>
</attribute>
<attribute name="criterion">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="fwhm"/>
<enumeration value="hwhm"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
<element name="exposure" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>float">
<attribute name="unit">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="seconds"/>
<enumeration value="minutes"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}date" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="page" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
PlotType.ExposureType
Java content class for anonymous complex type. |
static interface |
PlotType.PlotdataType
Java content class for anonymous complex type. |
static interface |
PlotType.ResolutionType
Java content class for anonymous complex type. |
| Method Summary | |
|---|---|
RangeType |
getDatarange()
|
List |
getDate()
Gets the value of the Date property. |
PlotType.ExposureType |
getExposure()
|
long |
getPage()
|
PlotType.PlotdataType |
getPlotdata()
|
RangeType |
getPlotrange()
|
PlotType.ResolutionType |
getResolution()
|
void |
setDatarange(RangeType value)
|
void |
setExposure(PlotType.ExposureType value)
|
void |
setPage(long value)
|
void |
setPlotdata(PlotType.PlotdataType value)
|
void |
setPlotrange(RangeType value)
|
void |
setResolution(PlotType.ResolutionType value)
|
| Method Detail |
|---|
RangeType getPlotrange()
RangeTypevoid setPlotrange(RangeType value)
value - allowed object is
RangeTypePlotType.PlotdataType getPlotdata()
PlotType.PlotdataTypevoid setPlotdata(PlotType.PlotdataType value)
value - allowed object is
PlotType.PlotdataTypeList getDate()
getDate().add(newItem);
Objects of the following type(s) are allowed in the list
Calendar
RangeType getDatarange()
RangeTypevoid setDatarange(RangeType value)
value - allowed object is
RangeTypePlotType.ResolutionType getResolution()
PlotType.ResolutionTypevoid setResolution(PlotType.ResolutionType value)
value - allowed object is
PlotType.ResolutionTypePlotType.ExposureType getExposure()
PlotType.ExposureTypevoid setExposure(PlotType.ExposureType value)
value - allowed object is
PlotType.ExposureTypelong getPage()
void setPage(long value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||