astronomy.data.spectra.impl
Class SpectraTypeImpl

java.lang.Object
  extended by astronomy.data.spectra.impl.SpectraTypeImpl
All Implemented Interfaces:
UnmarshallableObject, ValidatableObject, XMLSerializable, SpectraType, com.sun.xml.bind.JAXBObject

public class SpectraTypeImpl
extends Object
implements SpectraType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


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

_Emissionline

protected com.sun.xml.bind.util.ListImpl _Emissionline

_Comment

protected com.sun.xml.bind.util.ListImpl _Comment

_Telescope

protected SpectraType.TelescopeType _Telescope

_Spectrometer

protected SpectraType.SpectrometerType _Spectrometer

_Absorptionline

protected com.sun.xml.bind.util.ListImpl _Absorptionline

_Plot

protected com.sun.xml.bind.util.ListImpl _Plot

_Detector

protected SpectraType.DetectorType _Detector

_Discontinuity

protected com.sun.xml.bind.util.ListImpl _Discontinuity

_Id

protected com.sun.xml.bind.util.ListImpl _Id

version

public static final Class version
Constructor Detail

SpectraTypeImpl

public SpectraTypeImpl()
Method Detail

getEmissionline

public List getEmissionline()
Description copied from interface: SpectraType
Gets the value of the Emissionline property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there's any setter method for the Emissionline property. For example, to add a new item, do as follows:
    getEmissionline().add(newItem);
 
Objects of the following type(s) are allowed in the list SpectraType.EmissionlineType

Specified by:
getEmissionline in interface SpectraType

getComment

public List getComment()
Description copied from interface: SpectraType
Gets the value of the Comment property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there's any setter method for the Comment property. For example, to add a new item, do as follows:
    getComment().add(newItem);
 
Objects of the following type(s) are allowed in the list SpectraType.CommentType

Specified by:
getComment in interface SpectraType

getTelescope

public SpectraType.TelescopeType getTelescope()
Specified by:
getTelescope in interface SpectraType
Returns:
possible object is SpectraType.TelescopeType

setTelescope

public void setTelescope(SpectraType.TelescopeType value)
Specified by:
setTelescope in interface SpectraType
Parameters:
value - allowed object is SpectraType.TelescopeType

getSpectrometer

public SpectraType.SpectrometerType getSpectrometer()
Specified by:
getSpectrometer in interface SpectraType
Returns:
possible object is SpectraType.SpectrometerType

setSpectrometer

public void setSpectrometer(SpectraType.SpectrometerType value)
Specified by:
setSpectrometer in interface SpectraType
Parameters:
value - allowed object is SpectraType.SpectrometerType

getAbsorptionline

public List getAbsorptionline()
Description copied from interface: SpectraType
Gets the value of the Absorptionline property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there's any setter method for the Absorptionline property. For example, to add a new item, do as follows:
    getAbsorptionline().add(newItem);
 
Objects of the following type(s) are allowed in the list SpectraType.AbsorptionlineType

Specified by:
getAbsorptionline in interface SpectraType

getPlot

public List getPlot()
Description copied from interface: SpectraType
Gets the value of the Plot property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there's any setter method for the Plot property. For example, to add a new item, do as follows:
    getPlot().add(newItem);
 
Objects of the following type(s) are allowed in the list PlotType

Specified by:
getPlot in interface SpectraType

getDetector

public SpectraType.DetectorType getDetector()
Specified by:
getDetector in interface SpectraType
Returns:
possible object is SpectraType.DetectorType

setDetector

public void setDetector(SpectraType.DetectorType value)
Specified by:
setDetector in interface SpectraType
Parameters:
value - allowed object is SpectraType.DetectorType

getDiscontinuity

public List getDiscontinuity()
Description copied from interface: SpectraType
Gets the value of the Discontinuity property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there's any setter method for the Discontinuity property. For example, to add a new item, do as follows:
    getDiscontinuity().add(newItem);
 
Objects of the following type(s) are allowed in the list SpectraType.DiscontinuityType

Specified by:
getDiscontinuity in interface SpectraType

getId

public List getId()
Description copied from interface: SpectraType
Gets the value of the Id property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there's any setter method for the Id property. For example, to add a new item, do as follows:
    getId().add(newItem);
 
Objects of the following type(s) are allowed in the list IdType

Specified by:
getId in interface SpectraType

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeElementBody

public void serializeElementBody(XMLSerializer context)
                          throws SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeElementBody in interface XMLSerializable
Throws:
SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
SAXException

serializeAttributeBody

public void serializeAttributeBody(XMLSerializer context)
                            throws SAXException
Description copied from interface: XMLSerializable
Serializes itself as an attribute body into the specified target.

Specified by:
serializeAttributeBody in interface XMLSerializable
Throws:
SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
SAXException

getPrimaryInterface

public Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject