public class ReservationReportType extends StatusReportType 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 ReservationReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReservationReportType">
<complexContent>
<extension base="{http://www.opengis.net/sps/2.0}StatusReportType">
<sequence>
<element name="reservationExpiration" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
StatusReportType.Alternative| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
reservationExpiration |
alternative, estimatedToC, event, percentCompletion, procedure, requestStatus, statusMessage, task, taskingParameters, taskStatus, updateTimedescription, extension, id, identifier, name| Constructor and Description |
|---|
ReservationReportType() |
| 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) |
XMLGregorianCalendar |
getReservationExpiration()
Gets the value of the reservationExpiration property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetReservationExpiration() |
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 |
setReservationExpiration(XMLGregorianCalendar value)
Sets the value of the reservationExpiration property.
|
String |
toString() |
ReservationReportType |
withAlternative(Collection<StatusReportType.Alternative> values) |
ReservationReportType |
withAlternative(List<StatusReportType.Alternative> value) |
ReservationReportType |
withAlternative(StatusReportType.Alternative... values) |
ReservationReportType |
withEstimatedToC(XMLGregorianCalendar value) |
ReservationReportType |
withEvent(String value) |
ReservationReportType |
withPercentCompletion(Double value) |
ReservationReportType |
withProcedure(String value) |
ReservationReportType |
withRequestStatus(String value) |
ReservationReportType |
withReservationExpiration(XMLGregorianCalendar value) |
ReservationReportType |
withStatusMessage(Collection<LanguageStringType> values) |
ReservationReportType |
withStatusMessage(LanguageStringType... values) |
ReservationReportType |
withStatusMessage(List<LanguageStringType> value) |
ReservationReportType |
withTask(String value) |
ReservationReportType |
withTaskingParameters(ParameterDataPropertyType value) |
ReservationReportType |
withTaskStatus(String value) |
ReservationReportType |
withUpdateTime(XMLGregorianCalendar value) |
getAlternative, getEstimatedToC, getEvent, getPercentCompletion, getProcedure, getRequestStatus, getStatusMessage, getTask, getTaskingParameters, getTaskStatus, getUpdateTime, isSetAlternative, isSetEstimatedToC, isSetEvent, isSetPercentCompletion, isSetProcedure, isSetRequestStatus, isSetStatusMessage, isSetTask, isSetTaskingParameters, isSetTaskStatus, isSetUpdateTime, setAlternative, setEstimatedToC, setEvent, setPercentCompletion, setProcedure, setRequestStatus, setStatusMessage, setTask, setTaskingParameters, setTaskStatus, setUpdateTime, unsetAlternative, unsetStatusMessagegetDescription, getExtension, getId, getIdentifier, getName, isSetDescription, isSetExtension, isSetId, isSetIdentifier, isSetName, setDescription, setExtension, setId, setIdentifier, setName, unsetExtension, unsetName, withDescription, withExtension, withExtension, withExtension, withId, withIdentifier, withName, withName, withNameprotected XMLGregorianCalendar reservationExpiration
public XMLGregorianCalendar getReservationExpiration()
XMLGregorianCalendarpublic void setReservationExpiration(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetReservationExpiration()
public String toString()
toString in class StatusReportTypepublic 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.ToString2append in class StatusReportTypepublic 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.ToString2appendFields in class StatusReportTypepublic 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.Equals2equals in class StatusReportTypepublic boolean equals(Object object)
equals in class StatusReportTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class StatusReportTypepublic int hashCode()
hashCode in class StatusReportTypepublic Object clone()
clone in class StatusReportTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class StatusReportTypepublic 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.CopyTo2copyTo in class StatusReportTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class StatusReportTypepublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class StatusReportTypepublic 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.MergeFrom2mergeFrom in class StatusReportTypepublic ReservationReportType withReservationExpiration(XMLGregorianCalendar value)
public ReservationReportType withTask(String value)
withTask in class StatusReportTypepublic ReservationReportType withEstimatedToC(XMLGregorianCalendar value)
withEstimatedToC in class StatusReportTypepublic ReservationReportType withEvent(String value)
withEvent in class StatusReportTypepublic ReservationReportType withPercentCompletion(Double value)
withPercentCompletion in class StatusReportTypepublic ReservationReportType withProcedure(String value)
withProcedure in class StatusReportTypepublic ReservationReportType withRequestStatus(String value)
withRequestStatus in class StatusReportTypepublic ReservationReportType withStatusMessage(LanguageStringType... values)
withStatusMessage in class StatusReportTypepublic ReservationReportType withStatusMessage(Collection<LanguageStringType> values)
withStatusMessage in class StatusReportTypepublic ReservationReportType withTaskStatus(String value)
withTaskStatus in class StatusReportTypepublic ReservationReportType withUpdateTime(XMLGregorianCalendar value)
withUpdateTime in class StatusReportTypepublic ReservationReportType withAlternative(StatusReportType.Alternative... values)
withAlternative in class StatusReportTypepublic ReservationReportType withAlternative(Collection<StatusReportType.Alternative> values)
withAlternative in class StatusReportTypepublic ReservationReportType withTaskingParameters(ParameterDataPropertyType value)
withTaskingParameters in class StatusReportTypepublic ReservationReportType withStatusMessage(List<LanguageStringType> value)
withStatusMessage in class StatusReportTypepublic ReservationReportType withAlternative(List<StatusReportType.Alternative> value)
withAlternative in class StatusReportTypeCopyright © 2008–2023. All rights reserved.