Class ProcessingInformationType
- java.lang.Object
-
- net.opengis.omeo.eop.v_2_0.ProcessingInformationType
-
- net.opengis.omeo.alt.v_2_0.ProcessingInformationType
-
- 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 ProcessingInformationType extends ProcessingInformationType 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 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
Fields Modifier and Type Field Description protected MeasureTypegroundTrackUncertaintyprotected List<String>productContentsTypeprotected 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
Constructors Constructor Description ProcessingInformationType()Default no-arg constructorProcessingInformationType(CodeListType processingCenter, Duration processingDate, Duration compositeType, String method, String methodVersion, String processorName, String processorVersion, String processingLevel, String nativeProductFormat, List<String> auxiliaryDataSetFileName, ProcessingModeValueType processingMode, MeasureType groundTrackUncertainty, List<String> productContentsType, List<MeasureType> samplingRate)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.omeo.eop.v_2_0.ProcessingInformationType
getAuxiliaryDataSetFileName, getCompositeType, getMethod, getMethodVersion, getNativeProductFormat, getProcessingCenter, getProcessingDate, getProcessingLevel, getProcessingMode, getProcessorName, getProcessorVersion, isSetAuxiliaryDataSetFileName, isSetCompositeType, isSetMethod, isSetMethodVersion, isSetNativeProductFormat, isSetProcessingCenter, isSetProcessingDate, isSetProcessingLevel, isSetProcessingMode, isSetProcessorName, isSetProcessorVersion, setAuxiliaryDataSetFileName, setCompositeType, setMethod, setMethodVersion, setNativeProductFormat, setProcessingCenter, setProcessingDate, setProcessingLevel, setProcessingMode, setProcessorName, setProcessorVersion, unsetAuxiliaryDataSetFileName
-
-
-
-
Field Detail
-
groundTrackUncertainty
protected MeasureType groundTrackUncertainty
-
samplingRate
protected List<MeasureType> samplingRate
-
-
Constructor Detail
-
ProcessingInformationType
public ProcessingInformationType()
Default no-arg constructor
-
ProcessingInformationType
public ProcessingInformationType(CodeListType processingCenter, Duration processingDate, Duration compositeType, String method, String methodVersion, String processorName, String processorVersion, String processingLevel, String nativeProductFormat, List<String> auxiliaryDataSetFileName, ProcessingModeValueType processingMode, MeasureType groundTrackUncertainty, List<String> productContentsType, List<MeasureType> samplingRate)
Fully-initialising value constructor
-
-
Method Detail
-
getGroundTrackUncertainty
public MeasureType getGroundTrackUncertainty()
Gets the value of the groundTrackUncertainty property.- Returns:
- possible object is
MeasureType
-
setGroundTrackUncertainty
public void setGroundTrackUncertainty(MeasureType value)
Sets the value of the groundTrackUncertainty property.- Parameters:
value- allowed object isMeasureType
-
isSetGroundTrackUncertainty
public boolean isSetGroundTrackUncertainty()
-
getProductContentsType
public List<String> getProductContentsType()
Gets the value of the productContentsType 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 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
-
isSetProductContentsType
public boolean isSetProductContentsType()
-
unsetProductContentsType
public void unsetProductContentsType()
-
getSamplingRate
public List<MeasureType> getSamplingRate()
Gets the value of the samplingRate 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 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
-
isSetSamplingRate
public boolean isSetSamplingRate()
-
unsetSamplingRate
public void unsetSamplingRate()
-
toString
public String toString()
- Overrides:
toStringin classProcessingInformationType
-
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 classProcessingInformationType
-
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 classProcessingInformationType
-
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 classProcessingInformationType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classProcessingInformationType
-
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 classProcessingInformationType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classProcessingInformationType
-
clone
public Object clone()
- Overrides:
clonein classProcessingInformationType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classProcessingInformationType
-
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 classProcessingInformationType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classProcessingInformationType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classProcessingInformationType
-
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 classProcessingInformationType
-
setSamplingRate
public void setSamplingRate(List<MeasureType> value)
-
withGroundTrackUncertainty
public ProcessingInformationType withGroundTrackUncertainty(MeasureType value)
-
withProductContentsType
public ProcessingInformationType withProductContentsType(String... values)
-
withProductContentsType
public ProcessingInformationType withProductContentsType(Collection<String> values)
-
withSamplingRate
public ProcessingInformationType withSamplingRate(MeasureType... values)
-
withSamplingRate
public ProcessingInformationType withSamplingRate(Collection<MeasureType> values)
-
withProductContentsType
public ProcessingInformationType withProductContentsType(List<String> value)
-
withSamplingRate
public ProcessingInformationType withSamplingRate(List<MeasureType> value)
-
withProcessingCenter
public ProcessingInformationType withProcessingCenter(CodeListType value)
- Overrides:
withProcessingCenterin classProcessingInformationType
-
withProcessingDate
public ProcessingInformationType withProcessingDate(Duration value)
- Overrides:
withProcessingDatein classProcessingInformationType
-
withCompositeType
public ProcessingInformationType withCompositeType(Duration value)
- Overrides:
withCompositeTypein classProcessingInformationType
-
withMethod
public ProcessingInformationType withMethod(String value)
- Overrides:
withMethodin classProcessingInformationType
-
withMethodVersion
public ProcessingInformationType withMethodVersion(String value)
- Overrides:
withMethodVersionin classProcessingInformationType
-
withProcessorName
public ProcessingInformationType withProcessorName(String value)
- Overrides:
withProcessorNamein classProcessingInformationType
-
withProcessorVersion
public ProcessingInformationType withProcessorVersion(String value)
- Overrides:
withProcessorVersionin classProcessingInformationType
-
withProcessingLevel
public ProcessingInformationType withProcessingLevel(String value)
- Overrides:
withProcessingLevelin classProcessingInformationType
-
withNativeProductFormat
public ProcessingInformationType withNativeProductFormat(String value)
- Overrides:
withNativeProductFormatin classProcessingInformationType
-
withAuxiliaryDataSetFileName
public ProcessingInformationType withAuxiliaryDataSetFileName(String... values)
- Overrides:
withAuxiliaryDataSetFileNamein classProcessingInformationType
-
withAuxiliaryDataSetFileName
public ProcessingInformationType withAuxiliaryDataSetFileName(Collection<String> values)
- Overrides:
withAuxiliaryDataSetFileNamein classProcessingInformationType
-
withProcessingMode
public ProcessingInformationType withProcessingMode(ProcessingModeValueType value)
- Overrides:
withProcessingModein classProcessingInformationType
-
withAuxiliaryDataSetFileName
public ProcessingInformationType withAuxiliaryDataSetFileName(List<String> value)
- Overrides:
withAuxiliaryDataSetFileNamein classProcessingInformationType
-
-