public class AcknowledgementType extends Object
Java class for AcknowledgementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AcknowledgementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EchoedRequest" type="{http://www.opengis.net/cat/csw/2.0.2}EchoedRequestType"/>
<element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
<attribute name="timeStamp" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EchoedRequestType |
echoedRequest |
protected String |
requestId |
protected XMLGregorianCalendar |
timeStamp |
| Constructor and Description |
|---|
AcknowledgementType()
Default no-arg constructor
|
AcknowledgementType(EchoedRequestType echoedRequest,
String requestId,
XMLGregorianCalendar timeStamp)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
EchoedRequestType |
getEchoedRequest()
Gets the value of the echoedRequest property.
|
String |
getRequestId()
Gets the value of the requestId property.
|
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setEchoedRequest(EchoedRequestType value)
Sets the value of the echoedRequest property.
|
void |
setRequestId(String value)
Sets the value of the requestId property.
|
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.
|
protected EchoedRequestType echoedRequest
protected String requestId
protected XMLGregorianCalendar timeStamp
public AcknowledgementType()
public AcknowledgementType(EchoedRequestType echoedRequest, String requestId, XMLGregorianCalendar timeStamp)
public EchoedRequestType getEchoedRequest()
EchoedRequestTypepublic void setEchoedRequest(EchoedRequestType value)
value - allowed object is
EchoedRequestTypepublic String getRequestId()
Stringpublic void setRequestId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2022 B3Partners B.V.. All rights reserved.