public class ActivationHistoryRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="activationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="timestampFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="timestampTo" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationId |
protected XMLGregorianCalendar |
timestampFrom |
protected XMLGregorianCalendar |
timestampTo |
| Constructor and Description |
|---|
ActivationHistoryRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Gets the value of the activationId property.
|
XMLGregorianCalendar |
getTimestampFrom()
Gets the value of the timestampFrom property.
|
XMLGregorianCalendar |
getTimestampTo()
Gets the value of the timestampTo property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setTimestampFrom(XMLGregorianCalendar value)
Sets the value of the timestampFrom property.
|
void |
setTimestampTo(XMLGregorianCalendar value)
Sets the value of the timestampTo property.
|
protected String activationId
protected XMLGregorianCalendar timestampFrom
protected XMLGregorianCalendar timestampTo
public String getActivationId()
Stringpublic void setActivationId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTimestampFrom()
XMLGregorianCalendarpublic void setTimestampFrom(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getTimestampTo()
XMLGregorianCalendarpublic void setTimestampTo(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.