public class SignatureAuditRequest 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="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<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 Long |
applicationId |
protected XMLGregorianCalendar |
timestampFrom |
protected XMLGregorianCalendar |
timestampTo |
protected String |
userId |
| Constructor and Description |
|---|
SignatureAuditRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getApplicationId()
Gets the value of the applicationId property.
|
XMLGregorianCalendar |
getTimestampFrom()
Gets the value of the timestampFrom property.
|
XMLGregorianCalendar |
getTimestampTo()
Gets the value of the timestampTo property.
|
String |
getUserId()
Gets the value of the userId property.
|
void |
setApplicationId(Long value)
Sets the value of the applicationId property.
|
void |
setTimestampFrom(XMLGregorianCalendar value)
Sets the value of the timestampFrom property.
|
void |
setTimestampTo(XMLGregorianCalendar value)
Sets the value of the timestampTo property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
protected String userId
protected Long applicationId
protected XMLGregorianCalendar timestampFrom
protected XMLGregorianCalendar timestampTo
public String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic Long getApplicationId()
Longpublic void setApplicationId(Long value)
value - allowed object is
Longpublic 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 Lime - HighTech Solutions Inc.. All rights reserved.