|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.bind.JAXBContext
astronomy.data.spectra.impl.runtime.DefaultJAXBContextImpl
astronomy.data.spectra.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the astronomy.data.spectra package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Field Summary | |
---|---|
static Class |
version
|
Fields inherited from class javax.xml.bind.JAXBContext |
---|
JAXB_CONTEXT_FACTORY |
Constructor Summary | |
---|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: astronomy.data.spectra |
Method Summary | |
---|---|
AuthorType |
createAuthorType()
Create an instance of AuthorType |
AuthorType.InstitutionType |
createAuthorTypeInstitutionType()
Create an instance of AuthorTypeInstitutionType |
CoordinatesType |
createCoordinatesType()
Create an instance of CoordinatesType |
CoordinatesType.DecType |
createCoordinatesTypeDecType()
Create an instance of CoordinatesTypeDecType |
CoordinatesType.RaType |
createCoordinatesTypeRaType()
Create an instance of CoordinatesTypeRaType |
IdType |
createIdType()
Create an instance of IdType |
IdType.MagnitudeType |
createIdTypeMagnitudeType()
Create an instance of IdTypeMagnitudeType |
LineType |
createLineType()
Create an instance of LineType |
LineType.TransitionType |
createLineTypeTransitionType()
Create an instance of LineTypeTransitionType |
PlotType |
createPlotType()
Create an instance of PlotType |
PlotType.ExposureType |
createPlotTypeExposureType()
Create an instance of PlotTypeExposureType |
PlotType.PlotdataType |
createPlotTypePlotdataType()
Create an instance of PlotTypePlotdataType |
PlotType.PlotdataType.ImagefileType |
createPlotTypePlotdataTypeImagefileType()
Create an instance of PlotTypePlotdataTypeImagefileType |
PlotType.PlotdataType.PlotfileType |
createPlotTypePlotdataTypePlotfileType()
Create an instance of PlotTypePlotdataTypePlotfileType |
PlotType.ResolutionType |
createPlotTypeResolutionType()
Create an instance of PlotTypeResolutionType |
RangeType |
createRangeType()
Create an instance of RangeType |
ReferenceType |
createReferenceType()
Create an instance of ReferenceType |
ReferenceType.JournalType |
createReferenceTypeJournalType()
Create an instance of ReferenceTypeJournalType |
Spectradatabase |
createSpectradatabase()
Create an instance of Spectradatabase |
SpectradatabaseType |
createSpectradatabaseType()
Create an instance of SpectradatabaseType |
SpectradatabaseType.TypeType |
createSpectradatabaseTypeTypeType()
Create an instance of SpectradatabaseTypeTypeType |
SpectradatabaseType.TypeType.SourceType |
createSpectradatabaseTypeTypeTypeSourceType()
Create an instance of SpectradatabaseTypeTypeTypeSourceType |
SpectraType |
createSpectraType()
Create an instance of SpectraType |
SpectraType.AbsorptionlineType |
createSpectraTypeAbsorptionlineType()
Create an instance of SpectraTypeAbsorptionlineType |
SpectraType.CommentType |
createSpectraTypeCommentType()
Create an instance of SpectraTypeCommentType |
SpectraType.DetectorType |
createSpectraTypeDetectorType()
Create an instance of SpectraTypeDetectorType |
SpectraType.DiscontinuityType |
createSpectraTypeDiscontinuityType()
Create an instance of SpectraTypeDiscontinuityType |
SpectraType.EmissionlineType |
createSpectraTypeEmissionlineType()
Create an instance of SpectraTypeEmissionlineType |
SpectraType.SpectrometerType |
createSpectraTypeSpectrometerType()
Create an instance of SpectraTypeSpectrometerType |
SpectraType.TelescopeType |
createSpectraTypeTelescopeType()
Create an instance of SpectraTypeTelescopeType |
WavelengthType |
createWavelengthType()
Create an instance of WavelengthType |
Object |
getProperty(String name)
Get the specified property. |
Object |
newInstance(Class javaContentInterface)
Create an instance of the specified Java content interface. |
void |
setProperty(String name,
Object value)
Set the specified property. |
Methods inherited from class astronomy.data.spectra.impl.runtime.DefaultJAXBContextImpl |
---|
createMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo |
Methods inherited from class javax.xml.bind.JAXBContext |
---|
newInstance, newInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Class version
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public Object newInstance(Class javaContentInterface) throws javax.xml.bind.JAXBException
newInstance
in class DefaultJAXBContextImpl
javaContentInterface
- the Class object of the javacontent interface to instantiate
JAXBException
- if an error occurspublic Object getProperty(String name) throws javax.xml.bind.PropertyException
getProperty
in class DefaultJAXBContextImpl
name
- the name of the property to retrieve
PropertyException
- when there is an error retrieving the given property or valuepublic void setProperty(String name, Object value) throws javax.xml.bind.PropertyException
setProperty
in class DefaultJAXBContextImpl
name
- the name of the property to retrievevalue
- the value of the property to be set
PropertyException
- when there is an error processing the given property or valuepublic SpectraType.DetectorType createSpectraTypeDetectorType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic CoordinatesType.DecType createCoordinatesTypeDecType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic SpectradatabaseType.TypeType createSpectradatabaseTypeTypeType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic ReferenceType.JournalType createReferenceTypeJournalType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic SpectraType.SpectrometerType createSpectraTypeSpectrometerType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic LineType createLineType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic PlotType createPlotType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic CoordinatesType.RaType createCoordinatesTypeRaType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic IdType createIdType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic WavelengthType createWavelengthType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic PlotType.PlotdataType.ImagefileType createPlotTypePlotdataTypeImagefileType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic PlotType.ExposureType createPlotTypeExposureType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic SpectradatabaseType createSpectradatabaseType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic SpectraType.CommentType createSpectraTypeCommentType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic ReferenceType createReferenceType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic IdType.MagnitudeType createIdTypeMagnitudeType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic PlotType.ResolutionType createPlotTypeResolutionType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic PlotType.PlotdataType.PlotfileType createPlotTypePlotdataTypePlotfileType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic CoordinatesType createCoordinatesType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic SpectraType.DiscontinuityType createSpectraTypeDiscontinuityType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic SpectraType.EmissionlineType createSpectraTypeEmissionlineType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic RangeType createRangeType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic LineType.TransitionType createLineTypeTransitionType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic AuthorType.InstitutionType createAuthorTypeInstitutionType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic PlotType.PlotdataType createPlotTypePlotdataType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Spectradatabase createSpectradatabase() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic AuthorType createAuthorType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic SpectraType.TelescopeType createSpectraTypeTelescopeType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic SpectraType.AbsorptionlineType createSpectraTypeAbsorptionlineType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic SpectradatabaseType.TypeType.SourceType createSpectradatabaseTypeTypeTypeSourceType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic SpectraType createSpectraType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |