public class LogEntry extends Object implements Serializable
<xs:complexType xmlns:ns="http://ns.dataone.org/service/types/v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="LogEntry">
<xs:sequence>
<xs:element type="xs:string" name="entryId" minOccurs="1" maxOccurs="1"/>
<xs:element type="ns:Identifier" name="identifier" minOccurs="1" maxOccurs="1"/>
<xs:element type="xs:string" name="ipAddress" minOccurs="1" maxOccurs="1"/>
<xs:element type="xs:string" name="userAgent" minOccurs="1" maxOccurs="1"/>
<xs:element type="ns:Subject" name="subject" minOccurs="1" maxOccurs="1"/>
<xs:element type="ns:Event" name="event" minOccurs="1" maxOccurs="1"/>
<xs:element type="xs:dateTime" name="dateLogged" minOccurs="1" maxOccurs="1"/>
<xs:element type="ns:NodeReference" name="nodeIdentifier" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
| Constructor and Description |
|---|
LogEntry() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDateLogged()
Get the 'dateLogged' element value.
|
String |
getEntryId()
Get the 'entryId' element value.
|
Event |
getEvent()
Get the 'event' element value.
|
Identifier |
getIdentifier()
Get the 'identifier' element value.
|
String |
getIpAddress()
Get the 'ipAddress' element value.
|
NodeReference |
getNodeIdentifier()
Get the 'nodeIdentifier' element value.
|
Subject |
getSubject()
Get the 'subject' element value.
|
String |
getUserAgent()
Get the 'userAgent' element value.
|
void |
setDateLogged(Date dateLogged)
Set the 'dateLogged' element value.
|
void |
setEntryId(String entryId)
Set the 'entryId' element value.
|
void |
setEvent(Event event)
Set the 'event' element value.
|
void |
setIdentifier(Identifier identifier)
Set the 'identifier' element value.
|
void |
setIpAddress(String ipAddress)
Set the 'ipAddress' element value.
|
void |
setNodeIdentifier(NodeReference nodeIdentifier)
Set the 'nodeIdentifier' element value.
|
void |
setSubject(Subject subject)
Set the 'subject' element value.
|
void |
setUserAgent(String userAgent)
Set the 'userAgent' element value.
|
public String getEntryId()
public void setEntryId(String entryId)
entryId - public Identifier getIdentifier()
public void setIdentifier(Identifier identifier)
identifier - public String getIpAddress()
public void setIpAddress(String ipAddress)
ipAddress - public String getUserAgent()
public void setUserAgent(String userAgent)
userAgent - public Subject getSubject()
public void setSubject(Subject subject)
subject - public Event getEvent()
public void setEvent(Event event)
event - public Date getDateLogged()
public void setDateLogged(Date dateLogged)
dateLogged - public NodeReference getNodeIdentifier()
public void setNodeIdentifier(NodeReference nodeIdentifier)
nodeIdentifier - Copyright © 2014. All Rights Reserved.