net.opengis.omeo.eop.v_2_0
Class ProcessingInformationType

java.lang.Object
  extended by net.opengis.omeo.eop.v_2_0.ProcessingInformationType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
ProcessingInformationType

public class ProcessingInformationType
extends Object
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

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 Summary
protected  List<String> auxiliaryDataSetFileName
           
protected  Duration compositeType
           
protected  String method
           
protected  String methodVersion
           
protected  String nativeProductFormat
           
protected  CodeListType processingCenter
           
protected  Duration processingDate
           
protected  String processingLevel
           
protected  ProcessingModeValueType processingMode
           
protected  String processorName
           
protected  String processorVersion
           
 
Constructor Summary
ProcessingInformationType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 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)
           
 List<String> getAuxiliaryDataSetFileName()
          Gets the value of the auxiliaryDataSetFileName property.
 Duration getCompositeType()
          Gets the value of the compositeType property.
 String getMethod()
          Gets the value of the method property.
 String getMethodVersion()
          Gets the value of the methodVersion property.
 String getNativeProductFormat()
          Gets the value of the nativeProductFormat property.
 CodeListType getProcessingCenter()
          Gets the value of the processingCenter property.
 Duration getProcessingDate()
          Gets the value of the processingDate property.
 String getProcessingLevel()
          Gets the value of the processingLevel property.
 ProcessingModeValueType getProcessingMode()
          Gets the value of the processingMode property.
 String getProcessorName()
          Gets the value of the processorName property.
 String getProcessorVersion()
          Gets the value of the processorVersion property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAuxiliaryDataSetFileName()
           
 boolean isSetCompositeType()
           
 boolean isSetMethod()
           
 boolean isSetMethodVersion()
           
 boolean isSetNativeProductFormat()
           
 boolean isSetProcessingCenter()
           
 boolean isSetProcessingDate()
           
 boolean isSetProcessingLevel()
           
 boolean isSetProcessingMode()
           
 boolean isSetProcessorName()
           
 boolean isSetProcessorVersion()
           
 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)
           
 void mergeFrom(Object left, Object right)
           
 void setAuxiliaryDataSetFileName(List<String> value)
           
 void setCompositeType(Duration value)
          Sets the value of the compositeType property.
 void setMethod(String value)
          Sets the value of the method property.
 void setMethodVersion(String value)
          Sets the value of the methodVersion property.
 void setNativeProductFormat(String value)
          Sets the value of the nativeProductFormat property.
 void setProcessingCenter(CodeListType value)
          Sets the value of the processingCenter property.
 void setProcessingDate(Duration value)
          Sets the value of the processingDate property.
 void setProcessingLevel(String value)
          Sets the value of the processingLevel property.
 void setProcessingMode(ProcessingModeValueType value)
          Sets the value of the processingMode property.
 void setProcessorName(String value)
          Sets the value of the processorName property.
 void setProcessorVersion(String value)
          Sets the value of the processorVersion property.
 String toString()
           
 void unsetAuxiliaryDataSetFileName()
           
 ProcessingInformationType withAuxiliaryDataSetFileName(Collection<String> values)
           
 ProcessingInformationType withAuxiliaryDataSetFileName(List<String> value)
           
 ProcessingInformationType withAuxiliaryDataSetFileName(String... values)
           
 ProcessingInformationType withCompositeType(Duration value)
           
 ProcessingInformationType withMethod(String value)
           
 ProcessingInformationType withMethodVersion(String value)
           
 ProcessingInformationType withNativeProductFormat(String value)
           
 ProcessingInformationType withProcessingCenter(CodeListType value)
           
 ProcessingInformationType withProcessingDate(Duration value)
           
 ProcessingInformationType withProcessingLevel(String value)
           
 ProcessingInformationType withProcessingMode(ProcessingModeValueType value)
           
 ProcessingInformationType withProcessorName(String value)
           
 ProcessingInformationType withProcessorVersion(String value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

processingCenter

protected CodeListType processingCenter

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

processingMode

protected ProcessingModeValueType processingMode
Constructor Detail

ProcessingInformationType

public ProcessingInformationType()
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 JAXB 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()

getProcessingMode

public ProcessingModeValueType getProcessingMode()
Gets the value of the processingMode property.

Returns:
possible object is ProcessingModeValueType

setProcessingMode

public void setProcessingMode(ProcessingModeValueType value)
Sets the value of the processingMode property.

Parameters:
value - allowed object is ProcessingModeValueType

isSetProcessingMode

public boolean isSetProcessingMode()

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

setAuxiliaryDataSetFileName

public void setAuxiliaryDataSetFileName(List<String> value)

withProcessingCenter

public ProcessingInformationType withProcessingCenter(CodeListType value)

withProcessingDate

public ProcessingInformationType withProcessingDate(Duration value)

withCompositeType

public ProcessingInformationType withCompositeType(Duration value)

withMethod

public ProcessingInformationType withMethod(String value)

withMethodVersion

public ProcessingInformationType withMethodVersion(String value)

withProcessorName

public ProcessingInformationType withProcessorName(String value)

withProcessorVersion

public ProcessingInformationType withProcessorVersion(String value)

withProcessingLevel

public ProcessingInformationType withProcessingLevel(String value)

withNativeProductFormat

public ProcessingInformationType withNativeProductFormat(String value)

withAuxiliaryDataSetFileName

public ProcessingInformationType withAuxiliaryDataSetFileName(String... values)

withAuxiliaryDataSetFileName

public ProcessingInformationType withAuxiliaryDataSetFileName(Collection<String> values)

withProcessingMode

public ProcessingInformationType withProcessingMode(ProcessingModeValueType value)

withAuxiliaryDataSetFileName

public ProcessingInformationType withAuxiliaryDataSetFileName(List<String> value)


Copyright © 2008-2016. All Rights Reserved.