Package net.opengis.wps.v_2_0
Class StatusInfo
- java.lang.Object
-
- net.opengis.wps.v_2_0.StatusInfo
-
- 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 StatusInfo 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"/> <element name="Status"> <simpleType> <union> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Succeeded"/> <enumeration value="Failed"/> <enumeration value="Accepted"/> <enumeration value="Running"/> </restriction> </simpleType> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </union> </simpleType> </element> <element ref="{http://www.opengis.net/wps/2.0}ExpirationDate" minOccurs="0"/> <element name="EstimatedCompletion" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="NextPoll" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PercentCompleted" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <minInclusive value="0"/> <maxInclusive value="100"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendarestimatedCompletionprotected XMLGregorianCalendarexpirationDateprotected StringjobIDprotected XMLGregorianCalendarnextPollprotected IntegerpercentCompletedprotected Stringstatus
-
Constructor Summary
Constructors Constructor Description StatusInfo()Default no-arg constructorStatusInfo(String jobID, String status, XMLGregorianCalendar expirationDate, XMLGregorianCalendar estimatedCompletion, XMLGregorianCalendar nextPoll, Integer percentCompleted)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)XMLGregorianCalendargetEstimatedCompletion()Gets the value of the estimatedCompletion property.XMLGregorianCalendargetExpirationDate()Gets the value of the expirationDate property.StringgetJobID()Gets the value of the jobID property.XMLGregorianCalendargetNextPoll()Gets the value of the nextPoll property.IntegergetPercentCompleted()Gets the value of the percentCompleted property.StringgetStatus()Gets the value of the status property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetEstimatedCompletion()booleanisSetExpirationDate()booleanisSetJobID()booleanisSetNextPoll()booleanisSetPercentCompleted()booleanisSetStatus()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)voidsetEstimatedCompletion(XMLGregorianCalendar value)Sets the value of the estimatedCompletion property.voidsetExpirationDate(XMLGregorianCalendar value)Sets the value of the expirationDate property.voidsetJobID(String value)Sets the value of the jobID property.voidsetNextPoll(XMLGregorianCalendar value)Sets the value of the nextPoll property.voidsetPercentCompleted(Integer value)Sets the value of the percentCompleted property.voidsetStatus(String value)Sets the value of the status property.StringtoString()StatusInfowithEstimatedCompletion(XMLGregorianCalendar value)StatusInfowithExpirationDate(XMLGregorianCalendar value)StatusInfowithJobID(String value)StatusInfowithNextPoll(XMLGregorianCalendar value)StatusInfowithPercentCompleted(Integer value)StatusInfowithStatus(String value)
-
-
-
Field Detail
-
jobID
protected String jobID
-
status
protected String status
-
expirationDate
protected XMLGregorianCalendar expirationDate
-
estimatedCompletion
protected XMLGregorianCalendar estimatedCompletion
-
nextPoll
protected XMLGregorianCalendar nextPoll
-
percentCompleted
protected Integer percentCompleted
-
-
Constructor Detail
-
StatusInfo
public StatusInfo()
Default no-arg constructor
-
StatusInfo
public StatusInfo(String jobID, String status, XMLGregorianCalendar expirationDate, XMLGregorianCalendar estimatedCompletion, XMLGregorianCalendar nextPoll, Integer percentCompleted)
Fully-initialising value constructor
-
-
Method Detail
-
getJobID
public String getJobID()
Gets the value of the jobID property.- 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()
-
getStatus
public String getStatus()
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(String value)
Sets the value of the status property.- Parameters:
value- allowed object isString
-
isSetStatus
public boolean isSetStatus()
-
getExpirationDate
public XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.- 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()
-
getEstimatedCompletion
public XMLGregorianCalendar getEstimatedCompletion()
Gets the value of the estimatedCompletion property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEstimatedCompletion
public void setEstimatedCompletion(XMLGregorianCalendar value)
Sets the value of the estimatedCompletion property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetEstimatedCompletion
public boolean isSetEstimatedCompletion()
-
getNextPoll
public XMLGregorianCalendar getNextPoll()
Gets the value of the nextPoll property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNextPoll
public void setNextPoll(XMLGregorianCalendar value)
Sets the value of the nextPoll property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetNextPoll
public boolean isSetNextPoll()
-
getPercentCompleted
public Integer getPercentCompleted()
Gets the value of the percentCompleted property.- Returns:
- possible object is
Integer
-
setPercentCompleted
public void setPercentCompleted(Integer value)
Sets the value of the percentCompleted property.- Parameters:
value- allowed object isInteger
-
isSetPercentCompleted
public boolean isSetPercentCompleted()
-
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
-
withJobID
public StatusInfo withJobID(String value)
-
withStatus
public StatusInfo withStatus(String value)
-
withExpirationDate
public StatusInfo withExpirationDate(XMLGregorianCalendar value)
-
withEstimatedCompletion
public StatusInfo withEstimatedCompletion(XMLGregorianCalendar value)
-
withNextPoll
public StatusInfo withNextPoll(XMLGregorianCalendar value)
-
withPercentCompleted
public StatusInfo withPercentCompleted(Integer value)
-
-