|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectastronomy.data.spectra.impl.SpectraTypeImpl
public class SpectraTypeImpl
| Nested Class Summary | |
|---|---|
static class |
SpectraTypeImpl.AbsorptionlineTypeImpl
|
static class |
SpectraTypeImpl.CommentTypeImpl
|
static class |
SpectraTypeImpl.DetectorTypeImpl
|
static class |
SpectraTypeImpl.DiscontinuityTypeImpl
|
static class |
SpectraTypeImpl.EmissionlineTypeImpl
|
static class |
SpectraTypeImpl.SpectrometerTypeImpl
|
static class |
SpectraTypeImpl.TelescopeTypeImpl
|
class |
SpectraTypeImpl.Unmarshaller
|
| Nested classes/interfaces inherited from interface astronomy.data.spectra.SpectraType |
|---|
SpectraType.AbsorptionlineType, SpectraType.CommentType, SpectraType.DetectorType, SpectraType.DiscontinuityType, SpectraType.EmissionlineType, SpectraType.SpectrometerType, SpectraType.TelescopeType |
| Field Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_Absorptionline
|
protected com.sun.xml.bind.util.ListImpl |
_Comment
|
protected SpectraType.DetectorType |
_Detector
|
protected com.sun.xml.bind.util.ListImpl |
_Discontinuity
|
protected com.sun.xml.bind.util.ListImpl |
_Emissionline
|
protected com.sun.xml.bind.util.ListImpl |
_Id
|
protected com.sun.xml.bind.util.ListImpl |
_Plot
|
protected SpectraType.SpectrometerType |
_Spectrometer
|
protected SpectraType.TelescopeType |
_Telescope
|
static Class |
version
|
| Constructor Summary | |
|---|---|
SpectraTypeImpl()
|
|
| 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. |
List |
getAbsorptionline()
Gets the value of the Absorptionline property. |
List |
getComment()
Gets the value of the Comment property. |
SpectraType.DetectorType |
getDetector()
|
List |
getDiscontinuity()
Gets the value of the Discontinuity property. |
List |
getEmissionline()
Gets the value of the Emissionline property. |
List |
getId()
Gets the value of the Id property. |
List |
getPlot()
Gets the value of the Plot property. |
Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
SpectraType.SpectrometerType |
getSpectrometer()
|
SpectraType.TelescopeType |
getTelescope()
|
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 |
setDetector(SpectraType.DetectorType value)
|
void |
setSpectrometer(SpectraType.SpectrometerType value)
|
void |
setTelescope(SpectraType.TelescopeType value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected com.sun.xml.bind.util.ListImpl _Emissionline
protected com.sun.xml.bind.util.ListImpl _Comment
protected SpectraType.TelescopeType _Telescope
protected SpectraType.SpectrometerType _Spectrometer
protected com.sun.xml.bind.util.ListImpl _Absorptionline
protected com.sun.xml.bind.util.ListImpl _Plot
protected SpectraType.DetectorType _Detector
protected com.sun.xml.bind.util.ListImpl _Discontinuity
protected com.sun.xml.bind.util.ListImpl _Id
public static final Class version
| Constructor Detail |
|---|
public SpectraTypeImpl()
| Method Detail |
|---|
public List getEmissionline()
SpectraType
getEmissionline().add(newItem);
Objects of the following type(s) are allowed in the list
SpectraType.EmissionlineType
getEmissionline in interface SpectraTypepublic List getComment()
SpectraType
getComment().add(newItem);
Objects of the following type(s) are allowed in the list
SpectraType.CommentType
getComment in interface SpectraTypepublic SpectraType.TelescopeType getTelescope()
getTelescope in interface SpectraTypeSpectraType.TelescopeTypepublic void setTelescope(SpectraType.TelescopeType value)
setTelescope in interface SpectraTypevalue - allowed object is
SpectraType.TelescopeTypepublic SpectraType.SpectrometerType getSpectrometer()
getSpectrometer in interface SpectraTypeSpectraType.SpectrometerTypepublic void setSpectrometer(SpectraType.SpectrometerType value)
setSpectrometer in interface SpectraTypevalue - allowed object is
SpectraType.SpectrometerTypepublic List getAbsorptionline()
SpectraType
getAbsorptionline().add(newItem);
Objects of the following type(s) are allowed in the list
SpectraType.AbsorptionlineType
getAbsorptionline in interface SpectraTypepublic List getPlot()
SpectraType
getPlot().add(newItem);
Objects of the following type(s) are allowed in the list
PlotType
getPlot in interface SpectraTypepublic SpectraType.DetectorType getDetector()
getDetector in interface SpectraTypeSpectraType.DetectorTypepublic void setDetector(SpectraType.DetectorType value)
setDetector in interface SpectraTypevalue - allowed object is
SpectraType.DetectorTypepublic List getDiscontinuity()
SpectraType
getDiscontinuity().add(newItem);
Objects of the following type(s) are allowed in the list
SpectraType.DiscontinuityType
getDiscontinuity in interface SpectraTypepublic List getId()
SpectraType
getId().add(newItem);
Objects of the following type(s) are allowed in the list
IdType
getId in interface SpectraTypepublic 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 | ||||||||