|
||||||||||
| 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
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>
<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>
| Field Summary | |
|---|---|
protected CodeListType |
acquisitionSubType
|
protected AcquisitionTypeValueType |
acquisitionType
|
protected List<ArchivingInformationPropertyType> |
archivedIn
|
protected List<EarthObservationPropertyType> |
composedOf
|
protected String |
doi
|
protected List<DownlinkInformationPropertyType> |
downlinkedTo
|
protected List<HistogramPropertyType> |
histograms
|
protected String |
identifier
|
protected MeasureType |
imageQualityDegradation
|
protected String |
imageQualityDegradationQuotationMode
|
protected List<EarthObservationPropertyType> |
linkedWith
|
protected String |
parentIdentifier
|
protected List<ProcessingInformationPropertyType> |
processing
|
protected String |
productType
|
protected String |
status
|
protected String |
statusDetail
|
protected List<EarthObservationPropertyType> |
subsetOf
|
protected List<SpecificInformationPropertyType> |
vendorSpecific
|
| Constructor Summary | |
|---|---|
EarthObservationMetaDataType()
|
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String identifier
protected String doi
protected String parentIdentifier
protected AcquisitionTypeValueType acquisitionType
protected CodeListType acquisitionSubType
protected String productType
protected String status
protected String statusDetail
protected List<DownlinkInformationPropertyType> downlinkedTo
protected List<ArchivingInformationPropertyType> archivedIn
protected MeasureType imageQualityDegradation
protected String imageQualityDegradationQuotationMode
protected List<HistogramPropertyType> histograms
protected List<EarthObservationPropertyType> composedOf
protected List<EarthObservationPropertyType> subsetOf
protected List<EarthObservationPropertyType> linkedWith
protected List<ProcessingInformationPropertyType> processing
protected List<SpecificInformationPropertyType> vendorSpecific
| Constructor Detail |
|---|
public EarthObservationMetaDataType()
| Method Detail |
|---|
public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic boolean isSetIdentifier()
public String getDoi()
Stringpublic void setDoi(String value)
value - allowed object is
Stringpublic boolean isSetDoi()
public String getParentIdentifier()
Stringpublic void setParentIdentifier(String value)
value - allowed object is
Stringpublic boolean isSetParentIdentifier()
public AcquisitionTypeValueType getAcquisitionType()
AcquisitionTypeValueTypepublic void setAcquisitionType(AcquisitionTypeValueType value)
value - allowed object is
AcquisitionTypeValueTypepublic boolean isSetAcquisitionType()
public CodeListType getAcquisitionSubType()
CodeListTypepublic void setAcquisitionSubType(CodeListType value)
value - allowed object is
CodeListTypepublic boolean isSetAcquisitionSubType()
public String getProductType()
Stringpublic void setProductType(String value)
value - allowed object is
Stringpublic boolean isSetProductType()
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public String getStatusDetail()
Stringpublic void setStatusDetail(String value)
value - allowed object is
Stringpublic boolean isSetStatusDetail()
public List<DownlinkInformationPropertyType> getDownlinkedTo()
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 downlinkedTo property.
For example, to add a new item, do as follows:
getDownlinkedTo().add(newItem);
Objects of the following type(s) are allowed in the list
DownlinkInformationPropertyType
public boolean isSetDownlinkedTo()
public void unsetDownlinkedTo()
public List<ArchivingInformationPropertyType> getArchivedIn()
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 archivedIn property.
For example, to add a new item, do as follows:
getArchivedIn().add(newItem);
Objects of the following type(s) are allowed in the list
ArchivingInformationPropertyType
public boolean isSetArchivedIn()
public void unsetArchivedIn()
public MeasureType getImageQualityDegradation()
MeasureTypepublic void setImageQualityDegradation(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetImageQualityDegradation()
public String getImageQualityDegradationQuotationMode()
Stringpublic void setImageQualityDegradationQuotationMode(String value)
value - allowed object is
Stringpublic boolean isSetImageQualityDegradationQuotationMode()
public List<HistogramPropertyType> getHistograms()
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 histograms property.
For example, to add a new item, do as follows:
getHistograms().add(newItem);
Objects of the following type(s) are allowed in the list
HistogramPropertyType
public boolean isSetHistograms()
public void unsetHistograms()
public List<EarthObservationPropertyType> getComposedOf()
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 composedOf property.
For example, to add a new item, do as follows:
getComposedOf().add(newItem);
Objects of the following type(s) are allowed in the list
EarthObservationPropertyType
public boolean isSetComposedOf()
public void unsetComposedOf()
public List<EarthObservationPropertyType> getSubsetOf()
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 subsetOf property.
For example, to add a new item, do as follows:
getSubsetOf().add(newItem);
Objects of the following type(s) are allowed in the list
EarthObservationPropertyType
public boolean isSetSubsetOf()
public void unsetSubsetOf()
public List<EarthObservationPropertyType> getLinkedWith()
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 linkedWith property.
For example, to add a new item, do as follows:
getLinkedWith().add(newItem);
Objects of the following type(s) are allowed in the list
EarthObservationPropertyType
public boolean isSetLinkedWith()
public void unsetLinkedWith()
public List<ProcessingInformationPropertyType> getProcessing()
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 processing property.
For example, to add a new item, do as follows:
getProcessing().add(newItem);
Objects of the following type(s) are allowed in the list
ProcessingInformationPropertyType
public boolean isSetProcessing()
public void unsetProcessing()
public List<SpecificInformationPropertyType> getVendorSpecific()
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 vendorSpecific property.
For example, to add a new item, do as follows:
getVendorSpecific().add(newItem);
Objects of the following type(s) are allowed in the list
SpecificInformationPropertyType
public boolean isSetVendorSpecific()
public void unsetVendorSpecific()
public String toString()
toString in class Object
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.ToString2
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.ToString2
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.Equals2public boolean equals(Object object)
equals in class Object
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.HashCode2public int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
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.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
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.MergeFrom2public void setDownlinkedTo(List<DownlinkInformationPropertyType> value)
public void setArchivedIn(List<ArchivingInformationPropertyType> value)
public void setHistograms(List<HistogramPropertyType> value)
public void setComposedOf(List<EarthObservationPropertyType> value)
public void setSubsetOf(List<EarthObservationPropertyType> value)
public void setLinkedWith(List<EarthObservationPropertyType> value)
public void setProcessing(List<ProcessingInformationPropertyType> value)
public void setVendorSpecific(List<SpecificInformationPropertyType> value)
public EarthObservationMetaDataType withIdentifier(String value)
public EarthObservationMetaDataType withDoi(String value)
public EarthObservationMetaDataType withParentIdentifier(String value)
public EarthObservationMetaDataType withAcquisitionType(AcquisitionTypeValueType value)
public EarthObservationMetaDataType withAcquisitionSubType(CodeListType value)
public EarthObservationMetaDataType withProductType(String value)
public EarthObservationMetaDataType withStatus(String value)
public EarthObservationMetaDataType withStatusDetail(String value)
public EarthObservationMetaDataType withDownlinkedTo(DownlinkInformationPropertyType... values)
public EarthObservationMetaDataType withDownlinkedTo(Collection<DownlinkInformationPropertyType> values)
public EarthObservationMetaDataType withArchivedIn(ArchivingInformationPropertyType... values)
public EarthObservationMetaDataType withArchivedIn(Collection<ArchivingInformationPropertyType> values)
public EarthObservationMetaDataType withImageQualityDegradation(MeasureType value)
public EarthObservationMetaDataType withImageQualityDegradationQuotationMode(String value)
public EarthObservationMetaDataType withHistograms(HistogramPropertyType... values)
public EarthObservationMetaDataType withHistograms(Collection<HistogramPropertyType> values)
public EarthObservationMetaDataType withComposedOf(EarthObservationPropertyType... values)
public EarthObservationMetaDataType withComposedOf(Collection<EarthObservationPropertyType> values)
public EarthObservationMetaDataType withSubsetOf(EarthObservationPropertyType... values)
public EarthObservationMetaDataType withSubsetOf(Collection<EarthObservationPropertyType> values)
public EarthObservationMetaDataType withLinkedWith(EarthObservationPropertyType... values)
public EarthObservationMetaDataType withLinkedWith(Collection<EarthObservationPropertyType> values)
public EarthObservationMetaDataType withProcessing(ProcessingInformationPropertyType... values)
public EarthObservationMetaDataType withProcessing(Collection<ProcessingInformationPropertyType> values)
public EarthObservationMetaDataType withVendorSpecific(SpecificInformationPropertyType... values)
public EarthObservationMetaDataType withVendorSpecific(Collection<SpecificInformationPropertyType> values)
public EarthObservationMetaDataType withDownlinkedTo(List<DownlinkInformationPropertyType> value)
public EarthObservationMetaDataType withArchivedIn(List<ArchivingInformationPropertyType> value)
public EarthObservationMetaDataType withHistograms(List<HistogramPropertyType> value)
public EarthObservationMetaDataType withComposedOf(List<EarthObservationPropertyType> value)
public EarthObservationMetaDataType withSubsetOf(List<EarthObservationPropertyType> value)
public EarthObservationMetaDataType withLinkedWith(List<EarthObservationPropertyType> value)
public EarthObservationMetaDataType withProcessing(List<ProcessingInformationPropertyType> value)
public EarthObservationMetaDataType withVendorSpecific(List<SpecificInformationPropertyType> value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||