net.opengis.eop.v_1_0
Class ProcessingInformationType

java.lang.Object
  extended by net.opengis.eop.v_1_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

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}CodeListType" minOccurs="0"/>
         <element name="processingDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="compositeType" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="DAILY"/>
               <enumeration value="WEEKLY"/>
               <enumeration value="MONTHLY"/>
               <enumeration value=""/>
             </restriction>
           </simpleType>
         </element>
         <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" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="1A"/>
               <enumeration value="1B"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
             </restriction>
           </simpleType>
         </element>
         <element name="nativeProductFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String compositeType
           
protected  String method
           
protected  String methodVersion
           
protected  String nativeProductFormat
           
protected  CodeListType processingCenter
           
protected  XMLGregorianCalendar processingDate
           
protected  String processingLevel
           
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)
           
 String 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.
 XMLGregorianCalendar getProcessingDate()
          Gets the value of the processingDate property.
 String getProcessingLevel()
          Gets the value of the processingLevel 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 isSetCompositeType()
           
 boolean isSetMethod()
           
 boolean isSetMethodVersion()
           
 boolean isSetNativeProductFormat()
           
 boolean isSetProcessingCenter()
           
 boolean isSetProcessingDate()
           
 boolean isSetProcessingLevel()
           
 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 setCompositeType(String 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(XMLGregorianCalendar value)
          Sets the value of the processingDate property.
 void setProcessingLevel(String value)
          Sets the value of the processingLevel 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()
           
 ProcessingInformationType withCompositeType(String value)
           
 ProcessingInformationType withMethod(String value)
           
 ProcessingInformationType withMethodVersion(String value)
           
 ProcessingInformationType withNativeProductFormat(String value)
           
 ProcessingInformationType withProcessingCenter(CodeListType value)
           
 ProcessingInformationType withProcessingDate(XMLGregorianCalendar value)
           
 ProcessingInformationType withProcessingLevel(String 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 XMLGregorianCalendar processingDate

compositeType

protected String 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
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 XMLGregorianCalendar getProcessingDate()
Gets the value of the processingDate property.

Returns:
possible object is XMLGregorianCalendar

setProcessingDate

public void setProcessingDate(XMLGregorianCalendar value)
Sets the value of the processingDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetProcessingDate

public boolean isSetProcessingDate()

getCompositeType

public String getCompositeType()
Gets the value of the compositeType property.

Returns:
possible object is String

setCompositeType

public void setCompositeType(String value)
Sets the value of the compositeType property.

Parameters:
value - allowed object is String

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()

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

withProcessingCenter

public ProcessingInformationType withProcessingCenter(CodeListType value)

withProcessingDate

public ProcessingInformationType withProcessingDate(XMLGregorianCalendar value)

withCompositeType

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


Copyright © 2008-2015. All Rights Reserved.