public class RequestStatusType extends Object
Java class for RequestStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestStatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
timestamp |
| Constructor and Description |
|---|
RequestStatusType()
Default no-arg constructor
|
RequestStatusType(XMLGregorianCalendar timestamp)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
protected XMLGregorianCalendar timestamp
public RequestStatusType()
public RequestStatusType(XMLGregorianCalendar timestamp)
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2019 B3Partners B.V.. All rights reserved.