public class Event
extends java.lang.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 ref="{}name"/> <element ref="{}event-timestamp"/> <element ref="{}event-url"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
eventTimestamp |
protected java.lang.String |
eventUrl |
protected java.lang.String |
name |
Constructor and Description |
---|
Event(java.lang.String name,
java.lang.String eventTimestamp,
java.lang.String eventUrl)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventTimestamp()
Gets the value of the eventTimestamp property.
|
java.lang.String |
getEventUrl()
Gets the value of the eventUrl property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setEventTimestamp(java.lang.String value)
Sets the value of the eventTimestamp property.
|
void |
setEventUrl(java.lang.String value)
Sets the value of the eventUrl property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.String name
protected java.lang.String eventTimestamp
protected java.lang.String eventUrl
public Event(java.lang.String name, java.lang.String eventTimestamp, java.lang.String eventUrl)
name
- eventTimestamp
- eventUrl
- public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEventTimestamp()
String
public void setEventTimestamp(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEventUrl()
String
public void setEventUrl(java.lang.String value)
value
- allowed object is
String