Package net.opengis.sps.v_2_0
Class TaskingResponseType
- java.lang.Object
-
- net.opengis.swes.v_2_0.ExtensibleResponseType
-
- net.opengis.sps.v_2_0.TaskingResponseType
-
- 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
- Direct Known Subclasses:
GetFeasibilityResponseType,ReserveResponseType,SubmitResponseType,UpdateResponseType
public abstract class TaskingResponseType extends ExtensibleResponseType 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 TaskingResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskingResponseType"> <complexContent> <extension base="{http://www.opengis.net/swes/2.0}ExtensibleResponseType"> <sequence> <element name="latestResponseTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="result"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.opengis.net/sps/2.0}StatusReport"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaskingResponseType.ResultJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendarlatestResponseTimeprotected TaskingResponseType.Resultresult-
Fields inherited from class net.opengis.swes.v_2_0.ExtensibleResponseType
extension
-
-
Constructor Summary
Constructors Constructor Description TaskingResponseType()Default no-arg constructorTaskingResponseType(XMLGregorianCalendar latestResponseTime, TaskingResponseType.Result result)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)booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)XMLGregorianCalendargetLatestResponseTime()Gets the value of the latestResponseTime property.TaskingResponseType.ResultgetResult()Gets the value of the result property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetLatestResponseTime()booleanisSetResult()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)voidsetLatestResponseTime(XMLGregorianCalendar value)Sets the value of the latestResponseTime property.voidsetResult(TaskingResponseType.Result value)Sets the value of the result property.StringtoString()TaskingResponseTypewithLatestResponseTime(XMLGregorianCalendar value)TaskingResponseTypewithResult(TaskingResponseType.Result value)-
Methods inherited from class net.opengis.swes.v_2_0.ExtensibleResponseType
getExtension, isSetExtension, setExtension, unsetExtension, withExtension, withExtension, withExtension
-
-
-
-
Field Detail
-
latestResponseTime
protected XMLGregorianCalendar latestResponseTime
-
result
protected TaskingResponseType.Result result
-
-
Constructor Detail
-
TaskingResponseType
public TaskingResponseType()
Default no-arg constructor
-
TaskingResponseType
public TaskingResponseType(XMLGregorianCalendar latestResponseTime, TaskingResponseType.Result result)
Fully-initialising value constructor
-
-
Method Detail
-
getLatestResponseTime
public XMLGregorianCalendar getLatestResponseTime()
Gets the value of the latestResponseTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLatestResponseTime
public void setLatestResponseTime(XMLGregorianCalendar value)
Sets the value of the latestResponseTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetLatestResponseTime
public boolean isSetLatestResponseTime()
-
getResult
public TaskingResponseType.Result getResult()
Gets the value of the result property.- Returns:
- possible object is
TaskingResponseType.Result
-
setResult
public void setResult(TaskingResponseType.Result value)
Sets the value of the result property.- Parameters:
value- allowed object isTaskingResponseType.Result
-
isSetResult
public boolean isSetResult()
-
toString
public String toString()
- Overrides:
toStringin classExtensibleResponseType
-
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- Overrides:
appendin classExtensibleResponseType
-
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- Overrides:
appendFieldsin classExtensibleResponseType
-
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- Overrides:
equalsin classExtensibleResponseType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classExtensibleResponseType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classExtensibleResponseType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classExtensibleResponseType
-
clone
public Object clone()
- Overrides:
clonein classExtensibleResponseType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classExtensibleResponseType
-
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- Overrides:
copyToin classExtensibleResponseType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classExtensibleResponseType
-
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- Overrides:
mergeFromin classExtensibleResponseType
-
withLatestResponseTime
public TaskingResponseType withLatestResponseTime(XMLGregorianCalendar value)
-
withResult
public TaskingResponseType withResult(TaskingResponseType.Result value)
-
-