Package net.opengis.wps.v_2_0
Class Result
- java.lang.Object
-
- net.opengis.wps.v_2_0.Result
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class Result extends Object implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.opengis.net/wps/2.0}JobID" minOccurs="0"/> <element ref="{http://www.opengis.net/wps/2.0}ExpirationDate" minOccurs="0"/> <element name="Output" type="{http://www.opengis.net/wps/2.0}DataOutputType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendarexpirationDateprotected StringjobIDprotected List<DataOutputType>output
-
Constructor Summary
Constructors Constructor Description Result()Default no-arg constructorResult(String jobID, XMLGregorianCalendar expirationDate, List<DataOutputType> output)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)XMLGregorianCalendargetExpirationDate()Identifier of the Process that was executed.StringgetJobID()Include if required.List<DataOutputType>getOutput()Gets the value of the output property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetExpirationDate()booleanisSetJobID()booleanisSetOutput()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetExpirationDate(XMLGregorianCalendar value)Sets the value of the expirationDate property.voidsetJobID(String value)Sets the value of the jobID property.voidsetOutput(List<DataOutputType> value)StringtoString()voidunsetOutput()ResultwithExpirationDate(XMLGregorianCalendar value)ResultwithJobID(String value)ResultwithOutput(Collection<DataOutputType> values)ResultwithOutput(List<DataOutputType> value)ResultwithOutput(DataOutputType... values)
-
-
-
Field Detail
-
jobID
protected String jobID
-
expirationDate
protected XMLGregorianCalendar expirationDate
-
output
protected List<DataOutputType> output
-
-
Constructor Detail
-
Result
public Result()
Default no-arg constructor
-
Result
public Result(String jobID, XMLGregorianCalendar expirationDate, List<DataOutputType> output)
Fully-initialising value constructor
-
-
Method Detail
-
getJobID
public String getJobID()
Include if required. A JobId is usually required for a) asynchronous execution b) the Dismiss operation extension, where the client is allowed to actively free server-side resources- Returns:
- possible object is
String
-
setJobID
public void setJobID(String value)
Sets the value of the jobID property.- Parameters:
value- allowed object isString
-
isSetJobID
public boolean isSetJobID()
-
getExpirationDate
public XMLGregorianCalendar getExpirationDate()
Identifier of the Process that was executed. This Process identifier shall be as listed in the ProcessOfferings section of the WPS Capabilities document.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpirationDate
public void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetExpirationDate
public boolean isSetExpirationDate()
-
getOutput
public List<DataOutputType> getOutput()
Gets the value of the output 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 Jakarta XML Binding object. This is why there is not a
setmethod for the output property.For example, to add a new item, do as follows:
getOutput().add(newItem);Objects of the following type(s) are allowed in the list
DataOutputType
-
isSetOutput
public boolean isSetOutput()
-
unsetOutput
public void unsetOutput()
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
setOutput
public void setOutput(List<DataOutputType> value)
-
withExpirationDate
public Result withExpirationDate(XMLGregorianCalendar value)
-
withOutput
public Result withOutput(DataOutputType... values)
-
withOutput
public Result withOutput(Collection<DataOutputType> values)
-
withOutput
public Result withOutput(List<DataOutputType> value)
-
-