public class ObjectFactory
extends java.lang.Object
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.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.omeo.eop.v_2_0
|
public ObjectFactory()
public ProductInformationType createProductInformationType()
ProductInformationTypepublic MaskInformationType createMaskInformationType()
MaskInformationTypepublic BrowseInformationType createBrowseInformationType()
BrowseInformationTypepublic EarthObservationEquipmentType createEarthObservationEquipmentType()
EarthObservationEquipmentTypepublic FootprintType createFootprintType()
FootprintTypepublic EarthObservationType createEarthObservationType()
EarthObservationTypepublic EarthObservationMetaDataType createEarthObservationMetaDataType()
EarthObservationMetaDataTypepublic AcquisitionType createAcquisitionType()
AcquisitionTypepublic InstrumentType createInstrumentType()
InstrumentTypepublic ProcessingInformationType createProcessingInformationType()
ProcessingInformationTypepublic EarthObservationResultType createEarthObservationResultType()
EarthObservationResultTypepublic WavelengthInformationType createWavelengthInformationType()
WavelengthInformationTypepublic SensorType createSensorType()
SensorTypepublic ArchivingInformationType createArchivingInformationType()
ArchivingInformationTypepublic HistogramType createHistogramType()
HistogramTypepublic SpecificInformationType createSpecificInformationType()
SpecificInformationTypepublic PlatformType createPlatformType()
PlatformTypepublic DownlinkInformationType createDownlinkInformationType()
DownlinkInformationTypepublic ParameterInformationType createParameterInformationType()
ParameterInformationTypepublic EarthObservationPropertyType createEarthObservationPropertyType()
EarthObservationPropertyTypepublic EarthObservationResultPropertyType createEarthObservationResultPropertyType()
EarthObservationResultPropertyTypepublic EarthObservationEquipmentPropertyType createEarthObservationEquipmentPropertyType()
EarthObservationEquipmentPropertyTypepublic FootprintPropertyType createFootprintPropertyType()
FootprintPropertyTypepublic WavelengthInformationPropertyType createWavelengthInformationPropertyType()
WavelengthInformationPropertyTypepublic ProcessingInformationPropertyType createProcessingInformationPropertyType()
ProcessingInformationPropertyTypepublic SensorPropertyType createSensorPropertyType()
SensorPropertyTypepublic AcquisitionPropertyType createAcquisitionPropertyType()
AcquisitionPropertyTypepublic ArchivingInformationPropertyType createArchivingInformationPropertyType()
ArchivingInformationPropertyTypepublic InstrumentPropertyType createInstrumentPropertyType()
InstrumentPropertyTypepublic BrowseInformationPropertyType createBrowseInformationPropertyType()
BrowseInformationPropertyTypepublic HistogramPropertyType createHistogramPropertyType()
HistogramPropertyTypepublic SpecificInformationPropertyType createSpecificInformationPropertyType()
SpecificInformationPropertyTypepublic PlatformPropertyType createPlatformPropertyType()
PlatformPropertyTypepublic MaskInformationPropertyType createMaskInformationPropertyType()
MaskInformationPropertyTypepublic ProductInformationPropertyType createProductInformationPropertyType()
ProductInformationPropertyTypepublic DownlinkInformationPropertyType createDownlinkInformationPropertyType()
DownlinkInformationPropertyTypepublic EarthObservationMetaDataPropertyType createEarthObservationMetaDataPropertyType()
EarthObservationMetaDataPropertyTypepublic ParameterInformationPropertyType createParameterInformationPropertyType()
ParameterInformationPropertyTypepublic ProductInformationType.FileName createProductInformationTypeFileName()
ProductInformationType.FileNamepublic MaskInformationType.FileName createMaskInformationTypeFileName()
MaskInformationType.FileNamepublic BrowseInformationType.FileName createBrowseInformationTypeFileName()
BrowseInformationType.FileNamepublic javax.xml.bind.JAXBElement<EarthObservationEquipmentType> createEarthObservationEquipment(EarthObservationEquipmentType value)
public javax.xml.bind.JAXBElement<FootprintType> createFootprint(FootprintType value)
public javax.xml.bind.JAXBElement<EarthObservationType> createEarthObservation(EarthObservationType value)
public javax.xml.bind.JAXBElement<EarthObservationMetaDataType> createEarthObservationMetaData(EarthObservationMetaDataType value)
public javax.xml.bind.JAXBElement<AcquisitionType> createAcquisition(AcquisitionType value)
public javax.xml.bind.JAXBElement<InstrumentType> createInstrument(InstrumentType value)
public javax.xml.bind.JAXBElement<ProcessingInformationType> createProcessingInformation(ProcessingInformationType value)
public javax.xml.bind.JAXBElement<EarthObservationResultType> createEarthObservationResult(EarthObservationResultType value)
public javax.xml.bind.JAXBElement<WavelengthInformationType> createWavelengthInformation(WavelengthInformationType value)
public javax.xml.bind.JAXBElement<SensorType> createSensor(SensorType value)
public javax.xml.bind.JAXBElement<ArchivingInformationType> createArchivingInformation(ArchivingInformationType value)
public javax.xml.bind.JAXBElement<BrowseInformationType> createBrowseInformation(BrowseInformationType value)
public javax.xml.bind.JAXBElement<HistogramType> createHistogram(HistogramType value)
public javax.xml.bind.JAXBElement<SpecificInformationType> createSpecificInformation(SpecificInformationType value)
public javax.xml.bind.JAXBElement<PlatformType> createPlatform(PlatformType value)
public javax.xml.bind.JAXBElement<MaskInformationType> createMaskInformation(MaskInformationType value)
public javax.xml.bind.JAXBElement<ProductInformationType> createProductInformation(ProductInformationType value)
public javax.xml.bind.JAXBElement<DownlinkInformationType> createDownlinkInformation(DownlinkInformationType value)
public javax.xml.bind.JAXBElement<ParameterInformationType> createParameterInformation(ParameterInformationType value)
Copyright © 2008-2021. All Rights Reserved.