cfa.vo.sed.io.jaxb
Class ObjectFactory

java.lang.Object
  extended by javax.xml.bind.JAXBContext
      extended by cfa.vo.sed.io.jaxb.impl.runtime.DefaultJAXBContextImpl
          extended by cfa.vo.sed.io.jaxb.ObjectFactory

public class ObjectFactory
extends DefaultJAXBContextImpl

This object contains factory methods for each Java content interface and Java element interface generated in the cfa.vo.sed.io.jaxb 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 GrammarInfo grammarInfo
           
static java.lang.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: cfa.vo.sed.io.jaxb
 
Method Summary
 AccuracyType createAccuracyType()
          Create an instance of AccuracyType
 ArrayOfFieldType createArrayOfFieldType()
          Create an instance of ArrayOfFieldType
 ArrayOfFlatPoint createArrayOfFlatPoint()
          Create an instance of ArrayOfFlatPoint
 ArrayOfFlatPointType createArrayOfFlatPointType()
          Create an instance of ArrayOfFlatPointType
 ArrayOfGenPointType createArrayOfGenPointType()
          Create an instance of ArrayOfGenPointType
 ArrayOfParamType createArrayOfParamType()
          Create an instance of ArrayOfParamType
 ArrayOfPoint createArrayOfPoint()
          Create an instance of ArrayOfPoint
 ArrayOfPointType createArrayOfPointType()
          Create an instance of ArrayOfPointType
 BaseSegment createBaseSegment()
          Create an instance of BaseSegment
 CharacterizationAxis createCharacterizationAxis()
          Create an instance of CharacterizationAxis
 CharacterizationAxisType createCharacterizationAxisType()
          Create an instance of CharacterizationAxisType
 CharacterizationType createCharacterizationType()
          Create an instance of CharacterizationType
 ContactType createContactType()
          Create an instance of ContactType
 CoordFrame createCoordFrame()
          Create an instance of CoordFrame
 CoordFrameType createCoordFrameType()
          Create an instance of CoordFrameType
 CoordSysType createCoordSysType()
          Create an instance of CoordSysType
 CoverageBoundsType createCoverageBoundsType()
          Create an instance of CoverageBoundsType
 CoverageLocationType createCoverageLocationType()
          Create an instance of CoverageLocationType
 CoverageSupportType createCoverageSupportType()
          Create an instance of CoverageSupportType
 CoverageType createCoverageType()
          Create an instance of CoverageType
 CurationType createCurationType()
          Create an instance of CurationType
 Data createData()
          Create an instance of Data
 DataIDType createDataIDType()
          Create an instance of DataIDType
 DateParamType createDateParamType()
          Create an instance of DateParamType
 DerivedDataType createDerivedDataType()
          Create an instance of DerivedDataType
 DoubleParamType createDoubleParamType()
          Create an instance of DoubleParamType
 FieldType createFieldType()
          Create an instance of FieldType
 FlatPointType createFlatPointType()
          Create an instance of FlatPointType
 GenericCoordFrame createGenericCoordFrame()
          Create an instance of GenericCoordFrame
 Group createGroup()
          Create an instance of Group
 IntervalType createIntervalType()
          Create an instance of IntervalType
 IntParamType createIntParamType()
          Create an instance of IntParamType
 ParamType createParamType()
          Create an instance of ParamType
 PointType createPointType()
          Create an instance of PointType
 PositionParamType createPositionParamType()
          Create an instance of PositionParamType
 RedshiftFrame createRedshiftFrame()
          Create an instance of RedshiftFrame
 RedshiftFrameType createRedshiftFrameType()
          Create an instance of RedshiftFrameType
 SamplingPrecisionRefValType createSamplingPrecisionRefValType()
          Create an instance of SamplingPrecisionRefValType
 SamplingPrecisionType createSamplingPrecisionType()
          Create an instance of SamplingPrecisionType
 SED createSED()
          Create an instance of SED
 SedBaseCoordType createSedBaseCoordType()
          Create an instance of SedBaseCoordType
 SedCoordType createSedCoordType()
          Create an instance of SedCoordType
 SedQuantityType createSedQuantityType()
          Create an instance of SedQuantityType
 SedType createSedType()
          Create an instance of SedType
 Segment createSegment()
          Create an instance of Segment
 SegmentType createSegmentType()
          Create an instance of SegmentType
 SkyRegionType createSkyRegionType()
          Create an instance of SkyRegionType
 SpaceFrame createSpaceFrame()
          Create an instance of SpaceFrame
 SpaceFrameType createSpaceFrameType()
          Create an instance of SpaceFrameType
 SpectralCharacterizationAxisType createSpectralCharacterizationAxisType()
          Create an instance of SpectralCharacterizationAxisType
 SpectralFrame createSpectralFrame()
          Create an instance of SpectralFrame
 SpectralFrameType createSpectralFrameType()
          Create an instance of SpectralFrameType
 Spectrum createSpectrum()
          Create an instance of Spectrum
 SpectrumType createSpectrumType()
          Create an instance of SpectrumType
 TargetType createTargetType()
          Create an instance of TargetType
 TextParamType createTextParamType()
          Create an instance of TextParamType
 TimeFrame createTimeFrame()
          Create an instance of TimeFrame
 TimeFrameType createTimeFrameType()
          Create an instance of TimeFrameType
 TimeParamType createTimeParamType()
          Create an instance of TimeParamType
 TimeSeries createTimeSeries()
          Create an instance of TimeSeries
 TimeSeriesType createTimeSeriesType()
          Create an instance of TimeSeriesType
 java.lang.Object getProperty(java.lang.String name)
          Get the specified property.
 java.lang.Object newInstance(java.lang.Class javaContentInterface)
          Create an instance of the specified Java content interface.
 void setProperty(java.lang.String name, java.lang.Object value)
          Set the specified property.
 
Methods inherited from class cfa.vo.sed.io.jaxb.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

grammarInfo

public static final GrammarInfo grammarInfo

version

public static final java.lang.Class version
Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: cfa.vo.sed.io.jaxb

Method Detail

newInstance

public java.lang.Object newInstance(java.lang.Class javaContentInterface)
                             throws javax.xml.bind.JAXBException
Create an instance of the specified Java content interface.

Overrides:
newInstance in class DefaultJAXBContextImpl
Parameters:
javaContentInterface - the Class object of the javacontent interface to instantiate
Returns:
a new instance
Throws:
JAXBException - if an error occurs

getProperty

public java.lang.Object getProperty(java.lang.String name)
                             throws javax.xml.bind.PropertyException
Get the specified property. This method can only be used to get provider specific properties. Attempting to get an undefined property will result in a PropertyException being thrown.

Overrides:
getProperty in class DefaultJAXBContextImpl
Parameters:
name - the name of the property to retrieve
Returns:
the value of the requested property
Throws:
PropertyException - when there is an error retrieving the given property or value

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
                 throws javax.xml.bind.PropertyException
Set the specified property. This method can only be used to set provider specific properties. Attempting to set an undefined property will result in a PropertyException being thrown.

Overrides:
setProperty in class DefaultJAXBContextImpl
Parameters:
value - the value of the property to be set
name - the name of the property to retrieve
Throws:
PropertyException - when there is an error processing the given property or value

createTargetType

public TargetType createTargetType()
                            throws javax.xml.bind.JAXBException
Create an instance of TargetType

Throws:
JAXBException - if an error occurs

createCharacterizationType

public CharacterizationType createCharacterizationType()
                                                throws javax.xml.bind.JAXBException
Create an instance of CharacterizationType

Throws:
JAXBException - if an error occurs

createRedshiftFrameType

public RedshiftFrameType createRedshiftFrameType()
                                          throws javax.xml.bind.JAXBException
Create an instance of RedshiftFrameType

Throws:
JAXBException - if an error occurs

createTimeFrameType

public TimeFrameType createTimeFrameType()
                                  throws javax.xml.bind.JAXBException
Create an instance of TimeFrameType

Throws:
JAXBException - if an error occurs

createCoverageLocationType

public CoverageLocationType createCoverageLocationType()
                                                throws javax.xml.bind.JAXBException
Create an instance of CoverageLocationType

Throws:
JAXBException - if an error occurs

createDataIDType

public DataIDType createDataIDType()
                            throws javax.xml.bind.JAXBException
Create an instance of DataIDType

Throws:
JAXBException - if an error occurs

createSED

public SED createSED()
              throws javax.xml.bind.JAXBException
Create an instance of SED

Throws:
JAXBException - if an error occurs

createSpaceFrameType

public SpaceFrameType createSpaceFrameType()
                                    throws javax.xml.bind.JAXBException
Create an instance of SpaceFrameType

Throws:
JAXBException - if an error occurs

createSkyRegionType

public SkyRegionType createSkyRegionType()
                                  throws javax.xml.bind.JAXBException
Create an instance of SkyRegionType

Throws:
JAXBException - if an error occurs

createCoordSysType

public CoordSysType createCoordSysType()
                                throws javax.xml.bind.JAXBException
Create an instance of CoordSysType

Throws:
JAXBException - if an error occurs

createSedQuantityType

public SedQuantityType createSedQuantityType()
                                      throws javax.xml.bind.JAXBException
Create an instance of SedQuantityType

Throws:
JAXBException - if an error occurs

createCharacterizationAxisType

public CharacterizationAxisType createCharacterizationAxisType()
                                                        throws javax.xml.bind.JAXBException
Create an instance of CharacterizationAxisType

Throws:
JAXBException - if an error occurs

createCoverageType

public CoverageType createCoverageType()
                                throws javax.xml.bind.JAXBException
Create an instance of CoverageType

Throws:
JAXBException - if an error occurs

createSedType

public SedType createSedType()
                      throws javax.xml.bind.JAXBException
Create an instance of SedType

Throws:
JAXBException - if an error occurs

createSegment

public Segment createSegment()
                      throws javax.xml.bind.JAXBException
Create an instance of Segment

Throws:
JAXBException - if an error occurs

createSegmentType

public SegmentType createSegmentType()
                              throws javax.xml.bind.JAXBException
Create an instance of SegmentType

Throws:
JAXBException - if an error occurs

createArrayOfFlatPoint

public ArrayOfFlatPoint createArrayOfFlatPoint()
                                        throws javax.xml.bind.JAXBException
Create an instance of ArrayOfFlatPoint

Throws:
JAXBException - if an error occurs

createAccuracyType

public AccuracyType createAccuracyType()
                                throws javax.xml.bind.JAXBException
Create an instance of AccuracyType

Throws:
JAXBException - if an error occurs

createTimeFrame

public TimeFrame createTimeFrame()
                          throws javax.xml.bind.JAXBException
Create an instance of TimeFrame

Throws:
JAXBException - if an error occurs

createCoverageSupportType

public CoverageSupportType createCoverageSupportType()
                                              throws javax.xml.bind.JAXBException
Create an instance of CoverageSupportType

Throws:
JAXBException - if an error occurs

createFieldType

public FieldType createFieldType()
                          throws javax.xml.bind.JAXBException
Create an instance of FieldType

Throws:
JAXBException - if an error occurs

createSpectralCharacterizationAxisType

public SpectralCharacterizationAxisType createSpectralCharacterizationAxisType()
                                                                        throws javax.xml.bind.JAXBException
Create an instance of SpectralCharacterizationAxisType

Throws:
JAXBException - if an error occurs

createSamplingPrecisionRefValType

public SamplingPrecisionRefValType createSamplingPrecisionRefValType()
                                                              throws javax.xml.bind.JAXBException
Create an instance of SamplingPrecisionRefValType

Throws:
JAXBException - if an error occurs

createPointType

public PointType createPointType()
                          throws javax.xml.bind.JAXBException
Create an instance of PointType

Throws:
JAXBException - if an error occurs

createCoordFrameType

public CoordFrameType createCoordFrameType()
                                    throws javax.xml.bind.JAXBException
Create an instance of CoordFrameType

Throws:
JAXBException - if an error occurs

createDerivedDataType

public DerivedDataType createDerivedDataType()
                                      throws javax.xml.bind.JAXBException
Create an instance of DerivedDataType

Throws:
JAXBException - if an error occurs

createSpectralFrameType

public SpectralFrameType createSpectralFrameType()
                                          throws javax.xml.bind.JAXBException
Create an instance of SpectralFrameType

Throws:
JAXBException - if an error occurs

createGroup

public Group createGroup()
                  throws javax.xml.bind.JAXBException
Create an instance of Group

Throws:
JAXBException - if an error occurs

createSedBaseCoordType

public SedBaseCoordType createSedBaseCoordType()
                                        throws javax.xml.bind.JAXBException
Create an instance of SedBaseCoordType

Throws:
JAXBException - if an error occurs

createParamType

public ParamType createParamType()
                          throws javax.xml.bind.JAXBException
Create an instance of ParamType

Throws:
JAXBException - if an error occurs

createArrayOfPoint

public ArrayOfPoint createArrayOfPoint()
                                throws javax.xml.bind.JAXBException
Create an instance of ArrayOfPoint

Throws:
JAXBException - if an error occurs

createArrayOfFlatPointType

public ArrayOfFlatPointType createArrayOfFlatPointType()
                                                throws javax.xml.bind.JAXBException
Create an instance of ArrayOfFlatPointType

Throws:
JAXBException - if an error occurs

createContactType

public ContactType createContactType()
                              throws javax.xml.bind.JAXBException
Create an instance of ContactType

Throws:
JAXBException - if an error occurs

createCoordFrame

public CoordFrame createCoordFrame()
                            throws javax.xml.bind.JAXBException
Create an instance of CoordFrame

Throws:
JAXBException - if an error occurs

createTimeParamType

public TimeParamType createTimeParamType()
                                  throws javax.xml.bind.JAXBException
Create an instance of TimeParamType

Throws:
JAXBException - if an error occurs

createPositionParamType

public PositionParamType createPositionParamType()
                                          throws javax.xml.bind.JAXBException
Create an instance of PositionParamType

Throws:
JAXBException - if an error occurs

createSpectrum

public Spectrum createSpectrum()
                        throws javax.xml.bind.JAXBException
Create an instance of Spectrum

Throws:
JAXBException - if an error occurs

createDateParamType

public DateParamType createDateParamType()
                                  throws javax.xml.bind.JAXBException
Create an instance of DateParamType

Throws:
JAXBException - if an error occurs

createBaseSegment

public BaseSegment createBaseSegment()
                              throws javax.xml.bind.JAXBException
Create an instance of BaseSegment

Throws:
JAXBException - if an error occurs

createGenericCoordFrame

public GenericCoordFrame createGenericCoordFrame()
                                          throws javax.xml.bind.JAXBException
Create an instance of GenericCoordFrame

Throws:
JAXBException - if an error occurs

createCharacterizationAxis

public CharacterizationAxis createCharacterizationAxis()
                                                throws javax.xml.bind.JAXBException
Create an instance of CharacterizationAxis

Throws:
JAXBException - if an error occurs

createArrayOfFieldType

public ArrayOfFieldType createArrayOfFieldType()
                                        throws javax.xml.bind.JAXBException
Create an instance of ArrayOfFieldType

Throws:
JAXBException - if an error occurs

createIntParamType

public IntParamType createIntParamType()
                                throws javax.xml.bind.JAXBException
Create an instance of IntParamType

Throws:
JAXBException - if an error occurs

createData

public Data createData()
                throws javax.xml.bind.JAXBException
Create an instance of Data

Throws:
JAXBException - if an error occurs

createArrayOfGenPointType

public ArrayOfGenPointType createArrayOfGenPointType()
                                              throws javax.xml.bind.JAXBException
Create an instance of ArrayOfGenPointType

Throws:
JAXBException - if an error occurs

createArrayOfParamType

public ArrayOfParamType createArrayOfParamType()
                                        throws javax.xml.bind.JAXBException
Create an instance of ArrayOfParamType

Throws:
JAXBException - if an error occurs

createSpectrumType

public SpectrumType createSpectrumType()
                                throws javax.xml.bind.JAXBException
Create an instance of SpectrumType

Throws:
JAXBException - if an error occurs

createFlatPointType

public FlatPointType createFlatPointType()
                                  throws javax.xml.bind.JAXBException
Create an instance of FlatPointType

Throws:
JAXBException - if an error occurs

createIntervalType

public IntervalType createIntervalType()
                                throws javax.xml.bind.JAXBException
Create an instance of IntervalType

Throws:
JAXBException - if an error occurs

createSamplingPrecisionType

public SamplingPrecisionType createSamplingPrecisionType()
                                                  throws javax.xml.bind.JAXBException
Create an instance of SamplingPrecisionType

Throws:
JAXBException - if an error occurs

createSedCoordType

public SedCoordType createSedCoordType()
                                throws javax.xml.bind.JAXBException
Create an instance of SedCoordType

Throws:
JAXBException - if an error occurs

createArrayOfPointType

public ArrayOfPointType createArrayOfPointType()
                                        throws javax.xml.bind.JAXBException
Create an instance of ArrayOfPointType

Throws:
JAXBException - if an error occurs

createTextParamType

public TextParamType createTextParamType()
                                  throws javax.xml.bind.JAXBException
Create an instance of TextParamType

Throws:
JAXBException - if an error occurs

createTimeSeriesType

public TimeSeriesType createTimeSeriesType()
                                    throws javax.xml.bind.JAXBException
Create an instance of TimeSeriesType

Throws:
JAXBException - if an error occurs

createDoubleParamType

public DoubleParamType createDoubleParamType()
                                      throws javax.xml.bind.JAXBException
Create an instance of DoubleParamType

Throws:
JAXBException - if an error occurs

createTimeSeries

public TimeSeries createTimeSeries()
                            throws javax.xml.bind.JAXBException
Create an instance of TimeSeries

Throws:
JAXBException - if an error occurs

createSpectralFrame

public SpectralFrame createSpectralFrame()
                                  throws javax.xml.bind.JAXBException
Create an instance of SpectralFrame

Throws:
JAXBException - if an error occurs

createCoverageBoundsType

public CoverageBoundsType createCoverageBoundsType()
                                            throws javax.xml.bind.JAXBException
Create an instance of CoverageBoundsType

Throws:
JAXBException - if an error occurs

createCurationType

public CurationType createCurationType()
                                throws javax.xml.bind.JAXBException
Create an instance of CurationType

Throws:
JAXBException - if an error occurs

createRedshiftFrame

public RedshiftFrame createRedshiftFrame()
                                  throws javax.xml.bind.JAXBException
Create an instance of RedshiftFrame

Throws:
JAXBException - if an error occurs

createSpaceFrame

public SpaceFrame createSpaceFrame()
                            throws javax.xml.bind.JAXBException
Create an instance of SpaceFrame

Throws:
JAXBException - if an error occurs