|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.omeo.eop.v_2_0.EarthObservationMetaDataType
net.opengis.omeo.ssp.v_2_0.EarthObservationMetadataType
public class EarthObservationMetadataType
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 | |
|---|---|
protected List<String> |
derivedFrom
|
protected String |
nominalDate
|
| 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 | |
|---|---|
EarthObservationMetadataType()
|
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<String> derivedFrom
protected String nominalDate
| Constructor Detail |
|---|
public EarthObservationMetadataType()
| Method Detail |
|---|
public List<String> getDerivedFrom()
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 JAXB object.
This is why there is not a set method 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
public boolean isSetDerivedFrom()
public void unsetDerivedFrom()
public String getNominalDate()
Stringpublic void setNominalDate(String value)
value - allowed object is
Stringpublic boolean isSetNominalDate()
public String toString()
toString in class EarthObservationMetaDataType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class EarthObservationMetaDataType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class EarthObservationMetaDataType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class EarthObservationMetaDataTypepublic boolean equals(Object object)
equals in class EarthObservationMetaDataType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class EarthObservationMetaDataTypepublic int hashCode()
hashCode in class EarthObservationMetaDataTypepublic Object clone()
clone in class EarthObservationMetaDataTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class EarthObservationMetaDataType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class EarthObservationMetaDataTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class EarthObservationMetaDataType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class EarthObservationMetaDataType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class EarthObservationMetaDataTypepublic void setDerivedFrom(List<String> value)
public EarthObservationMetadataType withDerivedFrom(String... values)
public EarthObservationMetadataType withDerivedFrom(Collection<String> values)
public EarthObservationMetadataType withNominalDate(String value)
public EarthObservationMetadataType withDerivedFrom(List<String> value)
public EarthObservationMetadataType withIdentifier(String value)
withIdentifier in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withDoi(String value)
withDoi in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withParentIdentifier(String value)
withParentIdentifier in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withAcquisitionType(AcquisitionTypeValueType value)
withAcquisitionType in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withAcquisitionSubType(CodeListType value)
withAcquisitionSubType in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withProductType(String value)
withProductType in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withStatus(String value)
withStatus in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withStatusDetail(String value)
withStatusDetail in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withDownlinkedTo(DownlinkInformationPropertyType... values)
withDownlinkedTo in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withDownlinkedTo(Collection<DownlinkInformationPropertyType> values)
withDownlinkedTo in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withArchivedIn(ArchivingInformationPropertyType... values)
withArchivedIn in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withArchivedIn(Collection<ArchivingInformationPropertyType> values)
withArchivedIn in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withImageQualityDegradation(MeasureType value)
withImageQualityDegradation in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withImageQualityDegradationQuotationMode(String value)
withImageQualityDegradationQuotationMode in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withHistograms(HistogramPropertyType... values)
withHistograms in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withHistograms(Collection<HistogramPropertyType> values)
withHistograms in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withComposedOf(EarthObservationPropertyType... values)
withComposedOf in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withComposedOf(Collection<EarthObservationPropertyType> values)
withComposedOf in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withSubsetOf(EarthObservationPropertyType... values)
withSubsetOf in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withSubsetOf(Collection<EarthObservationPropertyType> values)
withSubsetOf in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withLinkedWith(EarthObservationPropertyType... values)
withLinkedWith in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withLinkedWith(Collection<EarthObservationPropertyType> values)
withLinkedWith in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withProcessing(ProcessingInformationPropertyType... values)
withProcessing in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withProcessing(Collection<ProcessingInformationPropertyType> values)
withProcessing in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withVendorSpecific(SpecificInformationPropertyType... values)
withVendorSpecific in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withVendorSpecific(Collection<SpecificInformationPropertyType> values)
withVendorSpecific in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withDownlinkedTo(List<DownlinkInformationPropertyType> value)
withDownlinkedTo in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withArchivedIn(List<ArchivingInformationPropertyType> value)
withArchivedIn in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withHistograms(List<HistogramPropertyType> value)
withHistograms in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withComposedOf(List<EarthObservationPropertyType> value)
withComposedOf in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withSubsetOf(List<EarthObservationPropertyType> value)
withSubsetOf in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withLinkedWith(List<EarthObservationPropertyType> value)
withLinkedWith in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withProcessing(List<ProcessingInformationPropertyType> value)
withProcessing in class EarthObservationMetaDataTypepublic EarthObservationMetadataType withVendorSpecific(List<SpecificInformationPropertyType> value)
withVendorSpecific in class EarthObservationMetaDataType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||