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>
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ProcessingInformationType() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected CodeListType processingCenter
protected Duration processingDate
protected Duration compositeType
protected String method
protected String methodVersion
protected String processorName
protected String processorVersion
protected String processingLevel
protected String nativeProductFormat
protected ProcessingModeValueType processingMode
public CodeListType getProcessingCenter()
CodeListTypepublic void setProcessingCenter(CodeListType value)
value - allowed object is
CodeListTypepublic boolean isSetProcessingCenter()
public Duration getProcessingDate()
Durationpublic void setProcessingDate(Duration value)
value - allowed object is
Durationpublic boolean isSetProcessingDate()
public Duration getCompositeType()
Durationpublic void setCompositeType(Duration value)
value - allowed object is
Durationpublic 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 List<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 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.ToString2public 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.ToString2public 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 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 Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public 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.MergeFrom2public void mergeFrom(Object left, 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,
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(Duration value)
public ProcessingInformationType withCompositeType(Duration 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)
public ProcessingInformationType withAuxiliaryDataSetFileName(String... values)
public ProcessingInformationType withAuxiliaryDataSetFileName(Collection<String> values)
public ProcessingInformationType withProcessingMode(ProcessingModeValueType value)
public ProcessingInformationType withAuxiliaryDataSetFileName(List<String> value)
Copyright © 2008–2023. All rights reserved.