Package net.opengis.omeo.eop.v_2_0
Class ObjectFactory
- java.lang.Object
-
- net.opengis.omeo.eop.v_2_0.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the net.opengis.omeo.eop.v_2_0 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.
-
-
Constructor Summary
Constructors Constructor 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
-
Method Summary
-
-
-
Method Detail
-
createProductInformationType
public ProductInformationType createProductInformationType()
Create an instance ofProductInformationType
-
createMaskInformationType
public MaskInformationType createMaskInformationType()
Create an instance ofMaskInformationType
-
createBrowseInformationType
public BrowseInformationType createBrowseInformationType()
Create an instance ofBrowseInformationType
-
createEarthObservationEquipmentType
public EarthObservationEquipmentType createEarthObservationEquipmentType()
Create an instance ofEarthObservationEquipmentType
-
createFootprintType
public FootprintType createFootprintType()
Create an instance ofFootprintType
-
createEarthObservationType
public EarthObservationType createEarthObservationType()
Create an instance ofEarthObservationType
-
createEarthObservationMetaDataType
public EarthObservationMetaDataType createEarthObservationMetaDataType()
Create an instance ofEarthObservationMetaDataType
-
createAcquisitionType
public AcquisitionType createAcquisitionType()
Create an instance ofAcquisitionType
-
createInstrumentType
public InstrumentType createInstrumentType()
Create an instance ofInstrumentType
-
createProcessingInformationType
public ProcessingInformationType createProcessingInformationType()
Create an instance ofProcessingInformationType
-
createEarthObservationResultType
public EarthObservationResultType createEarthObservationResultType()
Create an instance ofEarthObservationResultType
-
createWavelengthInformationType
public WavelengthInformationType createWavelengthInformationType()
Create an instance ofWavelengthInformationType
-
createSensorType
public SensorType createSensorType()
Create an instance ofSensorType
-
createArchivingInformationType
public ArchivingInformationType createArchivingInformationType()
Create an instance ofArchivingInformationType
-
createHistogramType
public HistogramType createHistogramType()
Create an instance ofHistogramType
-
createSpecificInformationType
public SpecificInformationType createSpecificInformationType()
Create an instance ofSpecificInformationType
-
createPlatformType
public PlatformType createPlatformType()
Create an instance ofPlatformType
-
createDownlinkInformationType
public DownlinkInformationType createDownlinkInformationType()
Create an instance ofDownlinkInformationType
-
createParameterInformationType
public ParameterInformationType createParameterInformationType()
Create an instance ofParameterInformationType
-
createEarthObservationPropertyType
public EarthObservationPropertyType createEarthObservationPropertyType()
Create an instance ofEarthObservationPropertyType
-
createEarthObservationResultPropertyType
public EarthObservationResultPropertyType createEarthObservationResultPropertyType()
Create an instance ofEarthObservationResultPropertyType
-
createEarthObservationEquipmentPropertyType
public EarthObservationEquipmentPropertyType createEarthObservationEquipmentPropertyType()
Create an instance ofEarthObservationEquipmentPropertyType
-
createFootprintPropertyType
public FootprintPropertyType createFootprintPropertyType()
Create an instance ofFootprintPropertyType
-
createWavelengthInformationPropertyType
public WavelengthInformationPropertyType createWavelengthInformationPropertyType()
Create an instance ofWavelengthInformationPropertyType
-
createProcessingInformationPropertyType
public ProcessingInformationPropertyType createProcessingInformationPropertyType()
Create an instance ofProcessingInformationPropertyType
-
createSensorPropertyType
public SensorPropertyType createSensorPropertyType()
Create an instance ofSensorPropertyType
-
createAcquisitionPropertyType
public AcquisitionPropertyType createAcquisitionPropertyType()
Create an instance ofAcquisitionPropertyType
-
createArchivingInformationPropertyType
public ArchivingInformationPropertyType createArchivingInformationPropertyType()
Create an instance ofArchivingInformationPropertyType
-
createInstrumentPropertyType
public InstrumentPropertyType createInstrumentPropertyType()
Create an instance ofInstrumentPropertyType
-
createBrowseInformationPropertyType
public BrowseInformationPropertyType createBrowseInformationPropertyType()
Create an instance ofBrowseInformationPropertyType
-
createHistogramPropertyType
public HistogramPropertyType createHistogramPropertyType()
Create an instance ofHistogramPropertyType
-
createSpecificInformationPropertyType
public SpecificInformationPropertyType createSpecificInformationPropertyType()
Create an instance ofSpecificInformationPropertyType
-
createPlatformPropertyType
public PlatformPropertyType createPlatformPropertyType()
Create an instance ofPlatformPropertyType
-
createMaskInformationPropertyType
public MaskInformationPropertyType createMaskInformationPropertyType()
Create an instance ofMaskInformationPropertyType
-
createProductInformationPropertyType
public ProductInformationPropertyType createProductInformationPropertyType()
Create an instance ofProductInformationPropertyType
-
createDownlinkInformationPropertyType
public DownlinkInformationPropertyType createDownlinkInformationPropertyType()
Create an instance ofDownlinkInformationPropertyType
-
createEarthObservationMetaDataPropertyType
public EarthObservationMetaDataPropertyType createEarthObservationMetaDataPropertyType()
Create an instance ofEarthObservationMetaDataPropertyType
-
createParameterInformationPropertyType
public ParameterInformationPropertyType createParameterInformationPropertyType()
Create an instance ofParameterInformationPropertyType
-
createProductInformationTypeFileName
public ProductInformationType.FileName createProductInformationTypeFileName()
Create an instance ofProductInformationType.FileName
-
createMaskInformationTypeFileName
public MaskInformationType.FileName createMaskInformationTypeFileName()
Create an instance ofMaskInformationType.FileName
-
createBrowseInformationTypeFileName
public BrowseInformationType.FileName createBrowseInformationTypeFileName()
Create an instance ofBrowseInformationType.FileName
-
createEarthObservationEquipment
public jakarta.xml.bind.JAXBElement<EarthObservationEquipmentType> createEarthObservationEquipment(EarthObservationEquipmentType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EarthObservationEquipmentType>
-
createFootprint
public jakarta.xml.bind.JAXBElement<FootprintType> createFootprint(FootprintType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FootprintType>
-
createEarthObservation
public jakarta.xml.bind.JAXBElement<EarthObservationType> createEarthObservation(EarthObservationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EarthObservationType>
-
createEarthObservationMetaData
public jakarta.xml.bind.JAXBElement<EarthObservationMetaDataType> createEarthObservationMetaData(EarthObservationMetaDataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EarthObservationMetaDataType>
-
createAcquisition
public jakarta.xml.bind.JAXBElement<AcquisitionType> createAcquisition(AcquisitionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AcquisitionType>
-
createInstrument
public jakarta.xml.bind.JAXBElement<InstrumentType> createInstrument(InstrumentType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InstrumentType>
-
createProcessingInformation
public jakarta.xml.bind.JAXBElement<ProcessingInformationType> createProcessingInformation(ProcessingInformationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProcessingInformationType>
-
createEarthObservationResult
public jakarta.xml.bind.JAXBElement<EarthObservationResultType> createEarthObservationResult(EarthObservationResultType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EarthObservationResultType>
-
createWavelengthInformation
public jakarta.xml.bind.JAXBElement<WavelengthInformationType> createWavelengthInformation(WavelengthInformationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<WavelengthInformationType>
-
createSensor
public jakarta.xml.bind.JAXBElement<SensorType> createSensor(SensorType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SensorType>
-
createArchivingInformation
public jakarta.xml.bind.JAXBElement<ArchivingInformationType> createArchivingInformation(ArchivingInformationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ArchivingInformationType>
-
createBrowseInformation
public jakarta.xml.bind.JAXBElement<BrowseInformationType> createBrowseInformation(BrowseInformationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BrowseInformationType>
-
createHistogram
public jakarta.xml.bind.JAXBElement<HistogramType> createHistogram(HistogramType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<HistogramType>
-
createSpecificInformation
public jakarta.xml.bind.JAXBElement<SpecificInformationType> createSpecificInformation(SpecificInformationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SpecificInformationType>
-
createPlatform
public jakarta.xml.bind.JAXBElement<PlatformType> createPlatform(PlatformType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PlatformType>
-
createMaskInformation
public jakarta.xml.bind.JAXBElement<MaskInformationType> createMaskInformation(MaskInformationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<MaskInformationType>
-
createProductInformation
public jakarta.xml.bind.JAXBElement<ProductInformationType> createProductInformation(ProductInformationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProductInformationType>
-
createDownlinkInformation
public jakarta.xml.bind.JAXBElement<DownlinkInformationType> createDownlinkInformation(DownlinkInformationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DownlinkInformationType>
-
createParameterInformation
public jakarta.xml.bind.JAXBElement<ParameterInformationType> createParameterInformation(ParameterInformationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ParameterInformationType>
-
-