|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectastronomy.data.spectra.impl.PlotTypeImpl
public class PlotTypeImpl
| Nested Class Summary | |
|---|---|
static class |
PlotTypeImpl.ExposureTypeImpl
|
static class |
PlotTypeImpl.PlotdataTypeImpl
|
static class |
PlotTypeImpl.ResolutionTypeImpl
|
class |
PlotTypeImpl.Unmarshaller
|
| Nested classes/interfaces inherited from interface astronomy.data.spectra.PlotType |
|---|
PlotType.ExposureType, PlotType.PlotdataType, PlotType.ResolutionType |
| Field Summary | |
|---|---|
protected RangeType |
_Datarange
|
protected com.sun.xml.bind.util.ListImpl |
_Date
|
protected PlotType.ExposureType |
_Exposure
|
protected long |
_Page
|
protected PlotType.PlotdataType |
_Plotdata
|
protected RangeType |
_Plotrange
|
protected PlotType.ResolutionType |
_Resolution
|
protected boolean |
has_Page
|
static Class |
version
|
| Constructor Summary | |
|---|---|
PlotTypeImpl()
|
|
| Method Summary | |
|---|---|
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
Gets the schema fragment associated with this class. |
UnmarshallingEventHandler |
createUnmarshaller(UnmarshallingContext context)
Creates an unmarshaller that will unmarshall this object. |
RangeType |
getDatarange()
|
List |
getDate()
Gets the value of the Date property. |
PlotType.ExposureType |
getExposure()
|
long |
getPage()
|
PlotType.PlotdataType |
getPlotdata()
|
RangeType |
getPlotrange()
|
Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
PlotType.ResolutionType |
getResolution()
|
void |
serializeAttributeBody(XMLSerializer context)
Serializes itself as an attribute body into the specified target. |
void |
serializeAttributes(XMLSerializer context)
Serializes attributes into the specified target. |
void |
serializeElementBody(XMLSerializer context)
Serializes child elements and texts into the specified target. |
void |
serializeURIs(XMLSerializer context)
Declares all the namespace URIs this object is using at its top-level scope into the specified target. |
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RangeType _Plotrange
protected PlotType.PlotdataType _Plotdata
protected com.sun.xml.bind.util.ListImpl _Date
protected RangeType _Datarange
protected PlotType.ResolutionType _Resolution
protected PlotType.ExposureType _Exposure
protected boolean has_Page
protected long _Page
public static final Class version
| Constructor Detail |
|---|
public PlotTypeImpl()
| Method Detail |
|---|
public RangeType getPlotrange()
getPlotrange in interface PlotTypeRangeTypepublic void setPlotrange(RangeType value)
setPlotrange in interface PlotTypevalue - allowed object is
RangeTypepublic PlotType.PlotdataType getPlotdata()
getPlotdata in interface PlotTypePlotType.PlotdataTypepublic void setPlotdata(PlotType.PlotdataType value)
setPlotdata in interface PlotTypevalue - allowed object is
PlotType.PlotdataTypepublic List getDate()
PlotType
getDate().add(newItem);
Objects of the following type(s) are allowed in the list
Calendar
getDate in interface PlotTypepublic RangeType getDatarange()
getDatarange in interface PlotTypeRangeTypepublic void setDatarange(RangeType value)
setDatarange in interface PlotTypevalue - allowed object is
RangeTypepublic PlotType.ResolutionType getResolution()
getResolution in interface PlotTypePlotType.ResolutionTypepublic void setResolution(PlotType.ResolutionType value)
setResolution in interface PlotTypevalue - allowed object is
PlotType.ResolutionTypepublic PlotType.ExposureType getExposure()
getExposure in interface PlotTypePlotType.ExposureTypepublic void setExposure(PlotType.ExposureType value)
setExposure in interface PlotTypevalue - allowed object is
PlotType.ExposureTypepublic long getPage()
getPage in interface PlotTypepublic void setPage(long value)
setPage in interface PlotTypepublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObject
public void serializeElementBody(XMLSerializer context)
throws SAXException
XMLSerializable
serializeElementBody in interface XMLSerializableSAXException
public void serializeAttributes(XMLSerializer context)
throws SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableSAXException
public void serializeAttributeBody(XMLSerializer context)
throws SAXException
XMLSerializable
serializeAttributeBody in interface XMLSerializableSAXException
public void serializeURIs(XMLSerializer context)
throws SAXException
XMLSerializable
serializeURIs in interface XMLSerializableSAXExceptionpublic Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectpublic com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator in interface ValidatableObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||