public class Log extends Slice implements Serializable
<xs:complexType xmlns:ns="http://ns.dataone.org/service/types/v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Log">
<xs:complexContent>
<xs:extension base="ns:Slice">
<xs:sequence>
<xs:element type="ns:LogEntry" name="logEntry" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Constructor and Description |
|---|
Log() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogEntry(LogEntry item)
Add a 'logEntry' element item.
|
void |
clearLogEntryList()
Remove all 'logEntry' element items.
|
LogEntry |
getLogEntry(int index)
Get 'logEntry' element item by position.
|
List<LogEntry> |
getLogEntryList()
Get the list of 'logEntry' element items.
|
void |
setLogEntryList(List<LogEntry> list)
Set the list of 'logEntry' element items.
|
int |
sizeLogEntryList()
Get the number of 'logEntry' element items.
|
public List<LogEntry> getLogEntryList()
public void setLogEntryList(List<LogEntry> list)
list - public int sizeLogEntryList()
public void addLogEntry(LogEntry item)
item - public LogEntry getLogEntry(int index)
index - public void clearLogEntryList()
Copyright © 2014. All Rights Reserved.