|
|||||||||
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 SpectraType
public List getComment()
SpectraType
getComment().add(newItem);Objects of the following type(s) are allowed in the list
SpectraType.CommentType
getComment
in interface SpectraType
public SpectraType.TelescopeType getTelescope()
getTelescope
in interface SpectraType
SpectraType.TelescopeType
public void setTelescope(SpectraType.TelescopeType value)
setTelescope
in interface SpectraType
value
- allowed object is
SpectraType.TelescopeType
public SpectraType.SpectrometerType getSpectrometer()
getSpectrometer
in interface SpectraType
SpectraType.SpectrometerType
public void setSpectrometer(SpectraType.SpectrometerType value)
setSpectrometer
in interface SpectraType
value
- allowed object is
SpectraType.SpectrometerType
public List getAbsorptionline()
SpectraType
getAbsorptionline().add(newItem);Objects of the following type(s) are allowed in the list
SpectraType.AbsorptionlineType
getAbsorptionline
in interface SpectraType
public List getPlot()
SpectraType
getPlot().add(newItem);Objects of the following type(s) are allowed in the list
PlotType
getPlot
in interface SpectraType
public SpectraType.DetectorType getDetector()
getDetector
in interface SpectraType
SpectraType.DetectorType
public void setDetector(SpectraType.DetectorType value)
setDetector
in interface SpectraType
value
- allowed object is
SpectraType.DetectorType
public List getDiscontinuity()
SpectraType
getDiscontinuity().add(newItem);Objects of the following type(s) are allowed in the list
SpectraType.DiscontinuityType
getDiscontinuity
in interface SpectraType
public List getId()
SpectraType
getId().add(newItem);Objects of the following type(s) are allowed in the list
IdType
getId
in interface SpectraType
public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller
in interface UnmarshallableObject
public void serializeElementBody(XMLSerializer context) throws SAXException
XMLSerializable
serializeElementBody
in interface XMLSerializable
SAXException
public void serializeAttributes(XMLSerializer context) throws SAXException
XMLSerializable
serializeAttributes
in interface XMLSerializable
SAXException
public void serializeAttributeBody(XMLSerializer context) throws SAXException
XMLSerializable
serializeAttributeBody
in interface XMLSerializable
SAXException
public void serializeURIs(XMLSerializer context) throws SAXException
XMLSerializable
serializeURIs
in interface XMLSerializable
SAXException
public Class getPrimaryInterface()
ValidatableObject
FooImpl
will return Foo
from this method.
getPrimaryInterface
in interface ValidatableObject
public 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 |