|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.eop.v_1_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>
<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 |
|---|
protected CodeListType processingCenter
protected XMLGregorianCalendar processingDate
protected String compositeType
protected String method
protected String methodVersion
protected String processorName
protected String processorVersion
protected String processingLevel
protected String nativeProductFormat
| Constructor Detail |
|---|
public ProcessingInformationType()
| Method Detail |
|---|
public CodeListType getProcessingCenter()
CodeListTypepublic void setProcessingCenter(CodeListType value)
value - allowed object is
CodeListTypepublic boolean isSetProcessingCenter()
public XMLGregorianCalendar getProcessingDate()
XMLGregorianCalendarpublic void setProcessingDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetProcessingDate()
public String getCompositeType()
Stringpublic void setCompositeType(String value)
value - allowed object is
Stringpublic boolean isSetCompositeType()
public String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is
Stringpublic boolean isSetMethod()
public String getMethodVersion()
Stringpublic void setMethodVersion(String value)
value - allowed object is
Stringpublic boolean isSetMethodVersion()
public String getProcessorName()
Stringpublic void setProcessorName(String value)
value - allowed object is
Stringpublic boolean isSetProcessorName()
public String getProcessorVersion()
Stringpublic void setProcessorVersion(String value)
value - allowed object is
Stringpublic boolean isSetProcessorVersion()
public String getProcessingLevel()
Stringpublic void setProcessingLevel(String value)
value - allowed object is
Stringpublic boolean isSetProcessingLevel()
public String getNativeProductFormat()
Stringpublic void setNativeProductFormat(String value)
value - allowed object is
Stringpublic boolean isSetNativeProductFormat()
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public ProcessingInformationType withProcessingCenter(CodeListType value)
public ProcessingInformationType withProcessingDate(XMLGregorianCalendar value)
public ProcessingInformationType withCompositeType(String value)
public ProcessingInformationType withMethod(String value)
public ProcessingInformationType withMethodVersion(String value)
public ProcessingInformationType withProcessorName(String value)
public ProcessingInformationType withProcessorVersion(String value)
public ProcessingInformationType withProcessingLevel(String value)
public ProcessingInformationType withNativeProductFormat(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||