Package net.opengis.omeo.ssp.v_2_0
Class EarthObservationMetadataType
- java.lang.Object
-
- net.opengis.omeo.eop.v_2_0.EarthObservationMetaDataType
-
- net.opengis.omeo.ssp.v_2_0.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
public class EarthObservationMetadataType extends EarthObservationMetaDataType 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> <extension base="{http://www.opengis.net/eop/2.0}EarthObservationMetaDataType"> <sequence> <element name="derivedFrom" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="nominalDate" type="{http://www.opengis.net/gml/3.2}CalDate" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>derivedFromprotected StringnominalDate-
Fields inherited from class net.opengis.omeo.eop.v_2_0.EarthObservationMetaDataType
acquisitionSubType, acquisitionType, archivedIn, composedOf, doi, downlinkedTo, histograms, identifier, imageQualityDegradation, imageQualityDegradationQuotationMode, linkedWith, parentIdentifier, processing, productType, status, statusDetail, subsetOf, vendorSpecific
-
-
Constructor Summary
Constructors Constructor Description EarthObservationMetadataType()Default no-arg constructorEarthObservationMetadataType(String identifier, String doi, String parentIdentifier, AcquisitionTypeValueType acquisitionType, CodeListType acquisitionSubType, String productType, String status, String statusDetail, List<DownlinkInformationPropertyType> downlinkedTo, List<ArchivingInformationPropertyType> archivedIn, MeasureType imageQualityDegradation, String imageQualityDegradationQuotationMode, List<HistogramPropertyType> histograms, List<EarthObservationPropertyType> composedOf, List<EarthObservationPropertyType> subsetOf, List<EarthObservationPropertyType> linkedWith, List<ProcessingInformationPropertyType> processing, List<SpecificInformationPropertyType> vendorSpecific, List<String> derivedFrom, String nominalDate)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.omeo.eop.v_2_0.EarthObservationMetaDataType
getAcquisitionSubType, getAcquisitionType, getArchivedIn, getComposedOf, getDoi, getDownlinkedTo, getHistograms, getIdentifier, getImageQualityDegradation, getImageQualityDegradationQuotationMode, getLinkedWith, getParentIdentifier, getProcessing, getProductType, getStatus, getStatusDetail, getSubsetOf, getVendorSpecific, isSetAcquisitionSubType, isSetAcquisitionType, isSetArchivedIn, isSetComposedOf, isSetDoi, isSetDownlinkedTo, isSetHistograms, isSetIdentifier, isSetImageQualityDegradation, isSetImageQualityDegradationQuotationMode, isSetLinkedWith, isSetParentIdentifier, isSetProcessing, isSetProductType, isSetStatus, isSetStatusDetail, isSetSubsetOf, isSetVendorSpecific, setAcquisitionSubType, setAcquisitionType, setArchivedIn, setComposedOf, setDoi, setDownlinkedTo, setHistograms, setIdentifier, setImageQualityDegradation, setImageQualityDegradationQuotationMode, setLinkedWith, setParentIdentifier, setProcessing, setProductType, setStatus, setStatusDetail, setSubsetOf, setVendorSpecific, unsetArchivedIn, unsetComposedOf, unsetDownlinkedTo, unsetHistograms, unsetLinkedWith, unsetProcessing, unsetSubsetOf, unsetVendorSpecific
-
-
-
-
Constructor Detail
-
EarthObservationMetadataType
public EarthObservationMetadataType()
Default no-arg constructor
-
EarthObservationMetadataType
public EarthObservationMetadataType(String identifier, String doi, String parentIdentifier, AcquisitionTypeValueType acquisitionType, CodeListType acquisitionSubType, String productType, String status, String statusDetail, List<DownlinkInformationPropertyType> downlinkedTo, List<ArchivingInformationPropertyType> archivedIn, MeasureType imageQualityDegradation, String imageQualityDegradationQuotationMode, List<HistogramPropertyType> histograms, List<EarthObservationPropertyType> composedOf, List<EarthObservationPropertyType> subsetOf, List<EarthObservationPropertyType> linkedWith, List<ProcessingInformationPropertyType> processing, List<SpecificInformationPropertyType> vendorSpecific, List<String> derivedFrom, String nominalDate)
Fully-initialising value constructor
-
-
Method Detail
-
getDerivedFrom
public List<String> getDerivedFrom()
Gets the value of the derivedFrom property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the derivedFrom property.For example, to add a new item, do as follows:
getDerivedFrom().add(newItem);Objects of the following type(s) are allowed in the list
String
-
isSetDerivedFrom
public boolean isSetDerivedFrom()
-
unsetDerivedFrom
public void unsetDerivedFrom()
-
getNominalDate
public String getNominalDate()
Gets the value of the nominalDate property.- Returns:
- possible object is
String
-
setNominalDate
public void setNominalDate(String value)
Sets the value of the nominalDate property.- Parameters:
value- allowed object isString
-
isSetNominalDate
public boolean isSetNominalDate()
-
toString
public String toString()
- Overrides:
toStringin classEarthObservationMetaDataType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classEarthObservationMetaDataType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classEarthObservationMetaDataType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classEarthObservationMetaDataType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classEarthObservationMetaDataType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classEarthObservationMetaDataType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classEarthObservationMetaDataType
-
clone
public Object clone()
- Overrides:
clonein classEarthObservationMetaDataType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classEarthObservationMetaDataType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classEarthObservationMetaDataType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classEarthObservationMetaDataType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classEarthObservationMetaDataType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classEarthObservationMetaDataType
-
withDerivedFrom
public EarthObservationMetadataType withDerivedFrom(String... values)
-
withDerivedFrom
public EarthObservationMetadataType withDerivedFrom(Collection<String> values)
-
withNominalDate
public EarthObservationMetadataType withNominalDate(String value)
-
withDerivedFrom
public EarthObservationMetadataType withDerivedFrom(List<String> value)
-
withIdentifier
public EarthObservationMetadataType withIdentifier(String value)
- Overrides:
withIdentifierin classEarthObservationMetaDataType
-
withDoi
public EarthObservationMetadataType withDoi(String value)
- Overrides:
withDoiin classEarthObservationMetaDataType
-
withParentIdentifier
public EarthObservationMetadataType withParentIdentifier(String value)
- Overrides:
withParentIdentifierin classEarthObservationMetaDataType
-
withAcquisitionType
public EarthObservationMetadataType withAcquisitionType(AcquisitionTypeValueType value)
- Overrides:
withAcquisitionTypein classEarthObservationMetaDataType
-
withAcquisitionSubType
public EarthObservationMetadataType withAcquisitionSubType(CodeListType value)
- Overrides:
withAcquisitionSubTypein classEarthObservationMetaDataType
-
withProductType
public EarthObservationMetadataType withProductType(String value)
- Overrides:
withProductTypein classEarthObservationMetaDataType
-
withStatus
public EarthObservationMetadataType withStatus(String value)
- Overrides:
withStatusin classEarthObservationMetaDataType
-
withStatusDetail
public EarthObservationMetadataType withStatusDetail(String value)
- Overrides:
withStatusDetailin classEarthObservationMetaDataType
-
withDownlinkedTo
public EarthObservationMetadataType withDownlinkedTo(DownlinkInformationPropertyType... values)
- Overrides:
withDownlinkedToin classEarthObservationMetaDataType
-
withDownlinkedTo
public EarthObservationMetadataType withDownlinkedTo(Collection<DownlinkInformationPropertyType> values)
- Overrides:
withDownlinkedToin classEarthObservationMetaDataType
-
withArchivedIn
public EarthObservationMetadataType withArchivedIn(ArchivingInformationPropertyType... values)
- Overrides:
withArchivedInin classEarthObservationMetaDataType
-
withArchivedIn
public EarthObservationMetadataType withArchivedIn(Collection<ArchivingInformationPropertyType> values)
- Overrides:
withArchivedInin classEarthObservationMetaDataType
-
withImageQualityDegradation
public EarthObservationMetadataType withImageQualityDegradation(MeasureType value)
- Overrides:
withImageQualityDegradationin classEarthObservationMetaDataType
-
withImageQualityDegradationQuotationMode
public EarthObservationMetadataType withImageQualityDegradationQuotationMode(String value)
- Overrides:
withImageQualityDegradationQuotationModein classEarthObservationMetaDataType
-
withHistograms
public EarthObservationMetadataType withHistograms(HistogramPropertyType... values)
- Overrides:
withHistogramsin classEarthObservationMetaDataType
-
withHistograms
public EarthObservationMetadataType withHistograms(Collection<HistogramPropertyType> values)
- Overrides:
withHistogramsin classEarthObservationMetaDataType
-
withComposedOf
public EarthObservationMetadataType withComposedOf(EarthObservationPropertyType... values)
- Overrides:
withComposedOfin classEarthObservationMetaDataType
-
withComposedOf
public EarthObservationMetadataType withComposedOf(Collection<EarthObservationPropertyType> values)
- Overrides:
withComposedOfin classEarthObservationMetaDataType
-
withSubsetOf
public EarthObservationMetadataType withSubsetOf(EarthObservationPropertyType... values)
- Overrides:
withSubsetOfin classEarthObservationMetaDataType
-
withSubsetOf
public EarthObservationMetadataType withSubsetOf(Collection<EarthObservationPropertyType> values)
- Overrides:
withSubsetOfin classEarthObservationMetaDataType
-
withLinkedWith
public EarthObservationMetadataType withLinkedWith(EarthObservationPropertyType... values)
- Overrides:
withLinkedWithin classEarthObservationMetaDataType
-
withLinkedWith
public EarthObservationMetadataType withLinkedWith(Collection<EarthObservationPropertyType> values)
- Overrides:
withLinkedWithin classEarthObservationMetaDataType
-
withProcessing
public EarthObservationMetadataType withProcessing(ProcessingInformationPropertyType... values)
- Overrides:
withProcessingin classEarthObservationMetaDataType
-
withProcessing
public EarthObservationMetadataType withProcessing(Collection<ProcessingInformationPropertyType> values)
- Overrides:
withProcessingin classEarthObservationMetaDataType
-
withVendorSpecific
public EarthObservationMetadataType withVendorSpecific(SpecificInformationPropertyType... values)
- Overrides:
withVendorSpecificin classEarthObservationMetaDataType
-
withVendorSpecific
public EarthObservationMetadataType withVendorSpecific(Collection<SpecificInformationPropertyType> values)
- Overrides:
withVendorSpecificin classEarthObservationMetaDataType
-
withDownlinkedTo
public EarthObservationMetadataType withDownlinkedTo(List<DownlinkInformationPropertyType> value)
- Overrides:
withDownlinkedToin classEarthObservationMetaDataType
-
withArchivedIn
public EarthObservationMetadataType withArchivedIn(List<ArchivingInformationPropertyType> value)
- Overrides:
withArchivedInin classEarthObservationMetaDataType
-
withHistograms
public EarthObservationMetadataType withHistograms(List<HistogramPropertyType> value)
- Overrides:
withHistogramsin classEarthObservationMetaDataType
-
withComposedOf
public EarthObservationMetadataType withComposedOf(List<EarthObservationPropertyType> value)
- Overrides:
withComposedOfin classEarthObservationMetaDataType
-
withSubsetOf
public EarthObservationMetadataType withSubsetOf(List<EarthObservationPropertyType> value)
- Overrides:
withSubsetOfin classEarthObservationMetaDataType
-
withLinkedWith
public EarthObservationMetadataType withLinkedWith(List<EarthObservationPropertyType> value)
- Overrides:
withLinkedWithin classEarthObservationMetaDataType
-
withProcessing
public EarthObservationMetadataType withProcessing(List<ProcessingInformationPropertyType> value)
- Overrides:
withProcessingin classEarthObservationMetaDataType
-
withVendorSpecific
public EarthObservationMetadataType withVendorSpecific(List<SpecificInformationPropertyType> value)
- Overrides:
withVendorSpecificin classEarthObservationMetaDataType
-
-