public static interface StatusInfoDocument.StatusInfo
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
StatusInfoDocument.StatusInfo.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
StatusInfoDocument.StatusInfo.PercentCompleted
An XML PercentCompleted(@http://www.opengis.net/wps/2.0).
|
static interface |
StatusInfoDocument.StatusInfo.Status
An XML Status(@http://www.opengis.net/wps/2.0).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getEstimatedCompletion()
Gets the "EstimatedCompletion" element
|
Calendar |
getExpirationDate()
Gets the "ExpirationDate" element
|
String |
getJobID()
Gets the "JobID" element
|
Calendar |
getNextPoll()
Gets the "NextPoll" element
|
int |
getPercentCompleted()
Gets the "PercentCompleted" element
|
String |
getStatus()
Gets the "Status" element
|
boolean |
isSetEstimatedCompletion()
True if has "EstimatedCompletion" element
|
boolean |
isSetExpirationDate()
True if has "ExpirationDate" element
|
boolean |
isSetNextPoll()
True if has "NextPoll" element
|
boolean |
isSetPercentCompleted()
True if has "PercentCompleted" element
|
void |
setEstimatedCompletion(Calendar estimatedCompletion)
Sets the "EstimatedCompletion" element
|
void |
setExpirationDate(Calendar expirationDate)
Sets the "ExpirationDate" element
|
void |
setJobID(String jobID)
Sets the "JobID" element
|
void |
setNextPoll(Calendar nextPoll)
Sets the "NextPoll" element
|
void |
setPercentCompleted(int percentCompleted)
Sets the "PercentCompleted" element
|
void |
setStatus(String status)
Sets the "Status" element
|
void |
unsetEstimatedCompletion()
Unsets the "EstimatedCompletion" element
|
void |
unsetExpirationDate()
Unsets the "ExpirationDate" element
|
void |
unsetNextPoll()
Unsets the "NextPoll" element
|
void |
unsetPercentCompleted()
Unsets the "PercentCompleted" element
|
org.apache.xmlbeans.XmlDateTime |
xgetEstimatedCompletion()
Gets (as xml) the "EstimatedCompletion" element
|
org.apache.xmlbeans.XmlDateTime |
xgetExpirationDate()
Gets (as xml) the "ExpirationDate" element
|
org.apache.xmlbeans.XmlString |
xgetJobID()
Gets (as xml) the "JobID" element
|
org.apache.xmlbeans.XmlDateTime |
xgetNextPoll()
Gets (as xml) the "NextPoll" element
|
StatusInfoDocument.StatusInfo.PercentCompleted |
xgetPercentCompleted()
Gets (as xml) the "PercentCompleted" element
|
StatusInfoDocument.StatusInfo.Status |
xgetStatus()
Gets (as xml) the "Status" element
|
void |
xsetEstimatedCompletion(org.apache.xmlbeans.XmlDateTime estimatedCompletion)
Sets (as xml) the "EstimatedCompletion" element
|
void |
xsetExpirationDate(org.apache.xmlbeans.XmlDateTime expirationDate)
Sets (as xml) the "ExpirationDate" element
|
void |
xsetJobID(org.apache.xmlbeans.XmlString jobID)
Sets (as xml) the "JobID" element
|
void |
xsetNextPoll(org.apache.xmlbeans.XmlDateTime nextPoll)
Sets (as xml) the "NextPoll" element
|
void |
xsetPercentCompleted(StatusInfoDocument.StatusInfo.PercentCompleted percentCompleted)
Sets (as xml) the "PercentCompleted" element
|
void |
xsetStatus(StatusInfoDocument.StatusInfo.Status status)
Sets (as xml) the "Status" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getJobID()
org.apache.xmlbeans.XmlString xgetJobID()
void setJobID(String jobID)
void xsetJobID(org.apache.xmlbeans.XmlString jobID)
String getStatus()
StatusInfoDocument.StatusInfo.Status xgetStatus()
void setStatus(String status)
void xsetStatus(StatusInfoDocument.StatusInfo.Status status)
Calendar getExpirationDate()
org.apache.xmlbeans.XmlDateTime xgetExpirationDate()
boolean isSetExpirationDate()
void setExpirationDate(Calendar expirationDate)
void xsetExpirationDate(org.apache.xmlbeans.XmlDateTime expirationDate)
void unsetExpirationDate()
Calendar getEstimatedCompletion()
org.apache.xmlbeans.XmlDateTime xgetEstimatedCompletion()
boolean isSetEstimatedCompletion()
void setEstimatedCompletion(Calendar estimatedCompletion)
void xsetEstimatedCompletion(org.apache.xmlbeans.XmlDateTime estimatedCompletion)
void unsetEstimatedCompletion()
Calendar getNextPoll()
org.apache.xmlbeans.XmlDateTime xgetNextPoll()
boolean isSetNextPoll()
void setNextPoll(Calendar nextPoll)
void xsetNextPoll(org.apache.xmlbeans.XmlDateTime nextPoll)
void unsetNextPoll()
int getPercentCompleted()
StatusInfoDocument.StatusInfo.PercentCompleted xgetPercentCompleted()
boolean isSetPercentCompleted()
void setPercentCompleted(int percentCompleted)
void xsetPercentCompleted(StatusInfoDocument.StatusInfo.PercentCompleted percentCompleted)
void unsetPercentCompleted()
Copyright © 2015–2018 52north.org. All rights reserved.