|
||||||||||
| 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.ProcessingInformationType
net.opengis.omeo.alt.v_2_0.ProcessingInformationType
public class ProcessingInformationType
Java class for ProcessingInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessingInformationType">
<complexContent>
<extension base="{http://www.opengis.net/eop/2.0}ProcessingInformationType">
<sequence>
<element name="groundTrackUncertainty" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
<element name="productContentsType" type="{http://www.opengis.net/alt/2.0}ProductContentsTypeValueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="samplingRate" type="{http://www.opengis.net/gml/3.2}MeasureType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected MeasureType |
groundTrackUncertainty
|
protected List<String> |
productContentsType
|
protected List<MeasureType> |
samplingRate
|
| Fields inherited from class net.opengis.omeo.eop.v_2_0.ProcessingInformationType |
|---|
auxiliaryDataSetFileName, compositeType, method, methodVersion, nativeProductFormat, processingCenter, processingDate, processingLevel, processingMode, processorName, processorVersion |
| Constructor Summary | |
|---|---|
ProcessingInformationType()
|
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected MeasureType groundTrackUncertainty
protected List<String> productContentsType
protected List<MeasureType> samplingRate
| Constructor Detail |
|---|
public ProcessingInformationType()
| Method Detail |
|---|
public MeasureType getGroundTrackUncertainty()
MeasureTypepublic void setGroundTrackUncertainty(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetGroundTrackUncertainty()
public List<String> getProductContentsType()
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 productContentsType property.
For example, to add a new item, do as follows:
getProductContentsType().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetProductContentsType()
public void unsetProductContentsType()
public List<MeasureType> getSamplingRate()
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 samplingRate property.
For example, to add a new item, do as follows:
getSamplingRate().add(newItem);
Objects of the following type(s) are allowed in the list
MeasureType
public boolean isSetSamplingRate()
public void unsetSamplingRate()
public String toString()
toString in class ProcessingInformationType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class ProcessingInformationType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class ProcessingInformationType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ProcessingInformationTypepublic boolean equals(Object object)
equals in class ProcessingInformationType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class ProcessingInformationTypepublic int hashCode()
hashCode in class ProcessingInformationTypepublic Object clone()
clone in class ProcessingInformationTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class ProcessingInformationType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class ProcessingInformationTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class ProcessingInformationType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class ProcessingInformationType
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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class ProcessingInformationTypepublic void setProductContentsType(List<String> value)
public void setSamplingRate(List<MeasureType> value)
public ProcessingInformationType withGroundTrackUncertainty(MeasureType value)
public ProcessingInformationType withProductContentsType(String... values)
public ProcessingInformationType withProductContentsType(Collection<String> values)
public ProcessingInformationType withSamplingRate(MeasureType... values)
public ProcessingInformationType withSamplingRate(Collection<MeasureType> values)
public ProcessingInformationType withProductContentsType(List<String> value)
public ProcessingInformationType withSamplingRate(List<MeasureType> value)
public ProcessingInformationType withProcessingCenter(CodeListType value)
withProcessingCenter in class ProcessingInformationTypepublic ProcessingInformationType withProcessingDate(Duration value)
withProcessingDate in class ProcessingInformationTypepublic ProcessingInformationType withCompositeType(Duration value)
withCompositeType in class ProcessingInformationTypepublic ProcessingInformationType withMethod(String value)
withMethod in class ProcessingInformationTypepublic ProcessingInformationType withMethodVersion(String value)
withMethodVersion in class ProcessingInformationTypepublic ProcessingInformationType withProcessorName(String value)
withProcessorName in class ProcessingInformationTypepublic ProcessingInformationType withProcessorVersion(String value)
withProcessorVersion in class ProcessingInformationTypepublic ProcessingInformationType withProcessingLevel(String value)
withProcessingLevel in class ProcessingInformationTypepublic ProcessingInformationType withNativeProductFormat(String value)
withNativeProductFormat in class ProcessingInformationTypepublic ProcessingInformationType withAuxiliaryDataSetFileName(String... values)
withAuxiliaryDataSetFileName in class ProcessingInformationTypepublic ProcessingInformationType withAuxiliaryDataSetFileName(Collection<String> values)
withAuxiliaryDataSetFileName in class ProcessingInformationTypepublic ProcessingInformationType withProcessingMode(ProcessingModeValueType value)
withProcessingMode in class ProcessingInformationTypepublic ProcessingInformationType withAuxiliaryDataSetFileName(List<String> value)
withAuxiliaryDataSetFileName in class ProcessingInformationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||