Class 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
    Direct Known Subclasses:
    ProcessingInformationType

    public class ProcessingInformationType
    extends Object
    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>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="processingCenter" type="{http://www.opengis.net/gml/3.2}CodeListType" minOccurs="0"/>
             <element name="processingDate" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="compositeType" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="method" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="methodVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="processorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="processorVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="processingLevel" type="{http://www.opengis.net/eop/2.0}ProcessingLevelValueType" minOccurs="0"/>
             <element name="nativeProductFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="auxiliaryDataSetFileName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
             <element name="processingMode" type="{http://www.opengis.net/eop/2.0}ProcessingModeValueType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • processingDate

        protected Duration processingDate
      • compositeType

        protected Duration compositeType
      • method

        protected String method
      • methodVersion

        protected String methodVersion
      • processorName

        protected String processorName
      • processorVersion

        protected String processorVersion
      • processingLevel

        protected String processingLevel
      • nativeProductFormat

        protected String nativeProductFormat
      • auxiliaryDataSetFileName

        protected List<String> auxiliaryDataSetFileName
    • Constructor Detail

      • ProcessingInformationType

        public ProcessingInformationType()
        Default no-arg constructor
    • Method Detail

      • getProcessingCenter

        public CodeListType getProcessingCenter()
        Gets the value of the processingCenter property.
        Returns:
        possible object is CodeListType
      • setProcessingCenter

        public void setProcessingCenter​(CodeListType value)
        Sets the value of the processingCenter property.
        Parameters:
        value - allowed object is CodeListType
      • isSetProcessingCenter

        public boolean isSetProcessingCenter()
      • getProcessingDate

        public Duration getProcessingDate()
        Gets the value of the processingDate property.
        Returns:
        possible object is Duration
      • setProcessingDate

        public void setProcessingDate​(Duration value)
        Sets the value of the processingDate property.
        Parameters:
        value - allowed object is Duration
      • isSetProcessingDate

        public boolean isSetProcessingDate()
      • getCompositeType

        public Duration getCompositeType()
        Gets the value of the compositeType property.
        Returns:
        possible object is Duration
      • setCompositeType

        public void setCompositeType​(Duration value)
        Sets the value of the compositeType property.
        Parameters:
        value - allowed object is Duration
      • isSetCompositeType

        public boolean isSetCompositeType()
      • getMethod

        public String getMethod()
        Gets the value of the method property.
        Returns:
        possible object is String
      • setMethod

        public void setMethod​(String value)
        Sets the value of the method property.
        Parameters:
        value - allowed object is String
      • isSetMethod

        public boolean isSetMethod()
      • getMethodVersion

        public String getMethodVersion()
        Gets the value of the methodVersion property.
        Returns:
        possible object is String
      • setMethodVersion

        public void setMethodVersion​(String value)
        Sets the value of the methodVersion property.
        Parameters:
        value - allowed object is String
      • isSetMethodVersion

        public boolean isSetMethodVersion()
      • getProcessorName

        public String getProcessorName()
        Gets the value of the processorName property.
        Returns:
        possible object is String
      • setProcessorName

        public void setProcessorName​(String value)
        Sets the value of the processorName property.
        Parameters:
        value - allowed object is String
      • isSetProcessorName

        public boolean isSetProcessorName()
      • getProcessorVersion

        public String getProcessorVersion()
        Gets the value of the processorVersion property.
        Returns:
        possible object is String
      • setProcessorVersion

        public void setProcessorVersion​(String value)
        Sets the value of the processorVersion property.
        Parameters:
        value - allowed object is String
      • isSetProcessorVersion

        public boolean isSetProcessorVersion()
      • getProcessingLevel

        public String getProcessingLevel()
        Gets the value of the processingLevel property.
        Returns:
        possible object is String
      • setProcessingLevel

        public void setProcessingLevel​(String value)
        Sets the value of the processingLevel property.
        Parameters:
        value - allowed object is String
      • isSetProcessingLevel

        public boolean isSetProcessingLevel()
      • getNativeProductFormat

        public String getNativeProductFormat()
        Gets the value of the nativeProductFormat property.
        Returns:
        possible object is String
      • setNativeProductFormat

        public void setNativeProductFormat​(String value)
        Sets the value of the nativeProductFormat property.
        Parameters:
        value - allowed object is String
      • isSetNativeProductFormat

        public boolean isSetNativeProductFormat()
      • getAuxiliaryDataSetFileName

        public List<String> getAuxiliaryDataSetFileName()
        Gets the value of the auxiliaryDataSetFileName 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 set method for the auxiliaryDataSetFileName property.

        For example, to add a new item, do as follows:

            getAuxiliaryDataSetFileName().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • isSetAuxiliaryDataSetFileName

        public boolean isSetAuxiliaryDataSetFileName()
      • unsetAuxiliaryDataSetFileName

        public void unsetAuxiliaryDataSetFileName()
      • isSetProcessingMode

        public boolean isSetProcessingMode()
      • append

        public StringBuilder append​(org.jvnet.jaxb.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb.lang.ToStringStrategy strategy)
        Specified by:
        append in interface org.jvnet.jaxb.lang.ToString
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb.lang.ToStringStrategy strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb.lang.ToString
      • 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:
        equals in interface org.jvnet.jaxb.lang.Equals
      • hashCode

        public int hashCode​(org.jvnet.jaxb.locator.ObjectLocator locator,
                            org.jvnet.jaxb.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb.lang.HashCode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb.lang.CopyTo
      • copyTo

        public Object copyTo​(org.jvnet.jaxb.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb.lang.CopyStrategy strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb.lang.CopyTo
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
        Specified by:
        createNewInstance in interface org.jvnet.jaxb.lang.MergeFrom
      • mergeFrom

        public void mergeFrom​(Object left,
                              Object right)
        Specified by:
        mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
      • 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:
        mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
      • setAuxiliaryDataSetFileName

        public void setAuxiliaryDataSetFileName​(List<String> value)