
public class AuditLog extends Object implements Serializable
Java class for AuditLog complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuditLog">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="class" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="method" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="memo" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="classification" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ipaddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
classification |
protected String |
clazz |
protected String |
ipaddress |
protected String |
memo |
protected String |
method |
protected Calendar |
timestamp |
protected String |
username |
| Constructor and Description |
|---|
AuditLog() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassification()
Gets the value of the classification property.
|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getIpaddress()
Gets the value of the ipaddress property.
|
String |
getMemo()
Gets the value of the memo property.
|
String |
getMethod()
Gets the value of the method property.
|
Calendar |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getUsername()
Gets the value of the username property.
|
boolean |
isSetClassification() |
boolean |
isSetClazz() |
boolean |
isSetIpaddress() |
boolean |
isSetMemo() |
boolean |
isSetMethod() |
boolean |
isSetTimestamp() |
boolean |
isSetUsername() |
void |
setClassification(String value)
Sets the value of the classification property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setIpaddress(String value)
Sets the value of the ipaddress property.
|
void |
setMemo(String value)
Sets the value of the memo property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setTimestamp(Calendar value)
Sets the value of the timestamp property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
protected Calendar timestamp
protected String username
protected String clazz
protected String method
protected String memo
protected String classification
protected String ipaddress
public Calendar getTimestamp()
Calendarpublic void setTimestamp(Calendar value)
value - allowed object is
Calendarpublic boolean isSetTimestamp()
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic boolean isSetUsername()
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic boolean isSetClazz()
public String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is
Stringpublic boolean isSetMethod()
public String getMemo()
Stringpublic void setMemo(String value)
value - allowed object is
Stringpublic boolean isSetMemo()
public String getClassification()
Stringpublic void setClassification(String value)
value - allowed object is
Stringpublic boolean isSetClassification()
public String getIpaddress()
Stringpublic void setIpaddress(String value)
value - allowed object is
Stringpublic boolean isSetIpaddress()
Copyright © 2008–2017 MIL-OSS. All rights reserved.