|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.xml.bind.JAXBContext
cfa.vo.sed.io.jaxb.impl.runtime.DefaultJAXBContextImpl
cfa.vo.sed.io.jaxb.ObjectFactory
public class ObjectFactory
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 |
|---|
public static final GrammarInfo grammarInfo
public static final java.lang.Class version
| Constructor Detail |
|---|
public ObjectFactory()
| Method Detail |
|---|
public java.lang.Object newInstance(java.lang.Class javaContentInterface)
throws javax.xml.bind.JAXBException
newInstance in class DefaultJAXBContextImpljavaContentInterface - the Class object of the javacontent interface to instantiate
JAXBException - if an error occurs
public java.lang.Object getProperty(java.lang.String name)
throws javax.xml.bind.PropertyException
getProperty in class DefaultJAXBContextImplname - the name of the property to retrieve
PropertyException - when there is an error retrieving the given property or value
public void setProperty(java.lang.String name,
java.lang.Object value)
throws javax.xml.bind.PropertyException
setProperty in class DefaultJAXBContextImplvalue - the value of the property to be setname - the name of the property to retrieve
PropertyException - when there is an error processing the given property or value
public TargetType createTargetType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CharacterizationType createCharacterizationType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public RedshiftFrameType createRedshiftFrameType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public TimeFrameType createTimeFrameType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CoverageLocationType createCoverageLocationType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public DataIDType createDataIDType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SED createSED()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SpaceFrameType createSpaceFrameType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SkyRegionType createSkyRegionType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CoordSysType createCoordSysType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SedQuantityType createSedQuantityType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CharacterizationAxisType createCharacterizationAxisType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CoverageType createCoverageType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SedType createSedType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Segment createSegment()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SegmentType createSegmentType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public ArrayOfFlatPoint createArrayOfFlatPoint()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public AccuracyType createAccuracyType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public TimeFrame createTimeFrame()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CoverageSupportType createCoverageSupportType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public FieldType createFieldType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SpectralCharacterizationAxisType createSpectralCharacterizationAxisType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SamplingPrecisionRefValType createSamplingPrecisionRefValType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public PointType createPointType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CoordFrameType createCoordFrameType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public DerivedDataType createDerivedDataType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SpectralFrameType createSpectralFrameType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Group createGroup()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SedBaseCoordType createSedBaseCoordType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public ParamType createParamType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public ArrayOfPoint createArrayOfPoint()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public ArrayOfFlatPointType createArrayOfFlatPointType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public ContactType createContactType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CoordFrame createCoordFrame()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public TimeParamType createTimeParamType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public PositionParamType createPositionParamType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Spectrum createSpectrum()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public DateParamType createDateParamType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public BaseSegment createBaseSegment()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public GenericCoordFrame createGenericCoordFrame()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CharacterizationAxis createCharacterizationAxis()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public ArrayOfFieldType createArrayOfFieldType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public IntParamType createIntParamType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Data createData()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public ArrayOfGenPointType createArrayOfGenPointType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public ArrayOfParamType createArrayOfParamType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SpectrumType createSpectrumType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public FlatPointType createFlatPointType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public IntervalType createIntervalType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SamplingPrecisionType createSamplingPrecisionType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SedCoordType createSedCoordType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public ArrayOfPointType createArrayOfPointType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public TextParamType createTextParamType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public TimeSeriesType createTimeSeriesType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public DoubleParamType createDoubleParamType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public TimeSeries createTimeSeries()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SpectralFrame createSpectralFrame()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CoverageBoundsType createCoverageBoundsType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CurationType createCurationType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public RedshiftFrame createRedshiftFrame()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SpaceFrame createSpaceFrame()
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 | ||||||||