public class ProcessingInformationType
extends java.lang.Object
implements java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
auxiliaryDataSetFileName |
protected javax.xml.datatype.Duration |
compositeType |
protected java.lang.String |
method |
protected java.lang.String |
methodVersion |
protected java.lang.String |
nativeProductFormat |
protected CodeListType |
processingCenter |
protected javax.xml.datatype.Duration |
processingDate |
protected java.lang.String |
processingLevel |
protected ProcessingModeValueType |
processingMode |
protected java.lang.String |
processorName |
protected java.lang.String |
processorVersion |
| Constructor and Description |
|---|
ProcessingInformationType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.util.List<java.lang.String> |
getAuxiliaryDataSetFileName()
Gets the value of the auxiliaryDataSetFileName property.
|
javax.xml.datatype.Duration |
getCompositeType()
Gets the value of the compositeType property.
|
java.lang.String |
getMethod()
Gets the value of the method property.
|
java.lang.String |
getMethodVersion()
Gets the value of the methodVersion property.
|
java.lang.String |
getNativeProductFormat()
Gets the value of the nativeProductFormat property.
|
CodeListType |
getProcessingCenter()
Gets the value of the processingCenter property.
|
javax.xml.datatype.Duration |
getProcessingDate()
Gets the value of the processingDate property.
|
java.lang.String |
getProcessingLevel()
Gets the value of the processingLevel property.
|
ProcessingModeValueType |
getProcessingMode()
Gets the value of the processingMode property.
|
java.lang.String |
getProcessorName()
Gets the value of the processorName property.
|
java.lang.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,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setAuxiliaryDataSetFileName(java.util.List<java.lang.String> value) |
void |
setCompositeType(javax.xml.datatype.Duration value)
Sets the value of the compositeType property.
|
void |
setMethod(java.lang.String value)
Sets the value of the method property.
|
void |
setMethodVersion(java.lang.String value)
Sets the value of the methodVersion property.
|
void |
setNativeProductFormat(java.lang.String value)
Sets the value of the nativeProductFormat property.
|
void |
setProcessingCenter(CodeListType value)
Sets the value of the processingCenter property.
|
void |
setProcessingDate(javax.xml.datatype.Duration value)
Sets the value of the processingDate property.
|
void |
setProcessingLevel(java.lang.String value)
Sets the value of the processingLevel property.
|
void |
setProcessingMode(ProcessingModeValueType value)
Sets the value of the processingMode property.
|
void |
setProcessorName(java.lang.String value)
Sets the value of the processorName property.
|
void |
setProcessorVersion(java.lang.String value)
Sets the value of the processorVersion property.
|
java.lang.String |
toString() |
void |
unsetAuxiliaryDataSetFileName() |
ProcessingInformationType |
withAuxiliaryDataSetFileName(java.util.Collection<java.lang.String> values) |
ProcessingInformationType |
withAuxiliaryDataSetFileName(java.util.List<java.lang.String> value) |
ProcessingInformationType |
withAuxiliaryDataSetFileName(java.lang.String... values) |
ProcessingInformationType |
withCompositeType(javax.xml.datatype.Duration value) |
ProcessingInformationType |
withMethod(java.lang.String value) |
ProcessingInformationType |
withMethodVersion(java.lang.String value) |
ProcessingInformationType |
withNativeProductFormat(java.lang.String value) |
ProcessingInformationType |
withProcessingCenter(CodeListType value) |
ProcessingInformationType |
withProcessingDate(javax.xml.datatype.Duration value) |
ProcessingInformationType |
withProcessingLevel(java.lang.String value) |
ProcessingInformationType |
withProcessingMode(ProcessingModeValueType value) |
ProcessingInformationType |
withProcessorName(java.lang.String value) |
ProcessingInformationType |
withProcessorVersion(java.lang.String value) |
protected CodeListType processingCenter
protected javax.xml.datatype.Duration processingDate
protected javax.xml.datatype.Duration compositeType
protected java.lang.String method
protected java.lang.String methodVersion
protected java.lang.String processorName
protected java.lang.String processorVersion
protected java.lang.String processingLevel
protected java.lang.String nativeProductFormat
protected java.util.List<java.lang.String> auxiliaryDataSetFileName
protected ProcessingModeValueType processingMode
public CodeListType getProcessingCenter()
CodeListTypepublic void setProcessingCenter(CodeListType value)
value - allowed object is
CodeListTypepublic boolean isSetProcessingCenter()
public javax.xml.datatype.Duration getProcessingDate()
Durationpublic void setProcessingDate(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic boolean isSetProcessingDate()
public javax.xml.datatype.Duration getCompositeType()
Durationpublic void setCompositeType(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic boolean isSetCompositeType()
public java.lang.String getMethod()
Stringpublic void setMethod(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetMethod()
public java.lang.String getMethodVersion()
Stringpublic void setMethodVersion(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetMethodVersion()
public java.lang.String getProcessorName()
Stringpublic void setProcessorName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetProcessorName()
public java.lang.String getProcessorVersion()
Stringpublic void setProcessorVersion(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetProcessorVersion()
public java.lang.String getProcessingLevel()
Stringpublic void setProcessingLevel(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetProcessingLevel()
public java.lang.String getNativeProductFormat()
Stringpublic void setNativeProductFormat(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetNativeProductFormat()
public java.util.List<java.lang.String> getAuxiliaryDataSetFileName()
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
public boolean isSetAuxiliaryDataSetFileName()
public void unsetAuxiliaryDataSetFileName()
public ProcessingModeValueType getProcessingMode()
ProcessingModeValueTypepublic void setProcessingMode(ProcessingModeValueType value)
value - allowed object is
ProcessingModeValueTypepublic boolean isSetProcessingMode()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic 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 java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void setAuxiliaryDataSetFileName(java.util.List<java.lang.String> value)
public ProcessingInformationType withProcessingCenter(CodeListType value)
public ProcessingInformationType withProcessingDate(javax.xml.datatype.Duration value)
public ProcessingInformationType withCompositeType(javax.xml.datatype.Duration value)
public ProcessingInformationType withMethod(java.lang.String value)
public ProcessingInformationType withMethodVersion(java.lang.String value)
public ProcessingInformationType withProcessorName(java.lang.String value)
public ProcessingInformationType withProcessorVersion(java.lang.String value)
public ProcessingInformationType withProcessingLevel(java.lang.String value)
public ProcessingInformationType withNativeProductFormat(java.lang.String value)
public ProcessingInformationType withAuxiliaryDataSetFileName(java.lang.String... values)
public ProcessingInformationType withAuxiliaryDataSetFileName(java.util.Collection<java.lang.String> values)
public ProcessingInformationType withProcessingMode(ProcessingModeValueType value)
public ProcessingInformationType withAuxiliaryDataSetFileName(java.util.List<java.lang.String> value)
Copyright © 2008-2021. All Rights Reserved.