Class EarthObservationMetaDataType

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
    Direct Known Subclasses:
    EarthObservationMetadataType, EarthObservationMetadataType, EarthObservationMetaDataType

    public class EarthObservationMetaDataType
    extends Object
    implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

    Java class for EarthObservationMetaDataType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="EarthObservationMetaDataType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="doi" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="parentIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="acquisitionType" type="{http://www.opengis.net/eop/2.0}AcquisitionTypeValueType"/>
             <element name="acquisitionSubType" type="{http://www.opengis.net/gml/3.2}CodeListType" minOccurs="0"/>
             <element name="productType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="status" type="{http://www.opengis.net/eop/2.0}StatusValueType"/>
             <element name="statusDetail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="downlinkedTo" type="{http://www.opengis.net/eop/2.0}DownlinkInformationPropertyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="archivedIn" type="{http://www.opengis.net/eop/2.0}ArchivingInformationPropertyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="imageQualityDegradation" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
             <element name="imageQualityDegradationQuotationMode" type="{http://www.opengis.net/eop/2.0}DegradationQuotationModeValueType" minOccurs="0"/>
             <element name="histograms" type="{http://www.opengis.net/eop/2.0}HistogramPropertyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="composedOf" type="{http://www.opengis.net/eop/2.0}EarthObservationPropertyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="subsetOf" type="{http://www.opengis.net/eop/2.0}EarthObservationPropertyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="linkedWith" type="{http://www.opengis.net/eop/2.0}EarthObservationPropertyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="processing" type="{http://www.opengis.net/eop/2.0}ProcessingInformationPropertyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="vendorSpecific" type="{http://www.opengis.net/eop/2.0}SpecificInformationPropertyType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>