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()
Calendar
public void setTimestamp(Calendar value)
value
- allowed object is
Calendar
public boolean isSetTimestamp()
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public boolean isSetUsername()
public String getClazz()
String
public void setClazz(String value)
value
- allowed object is
String
public boolean isSetClazz()
public String getMethod()
String
public void setMethod(String value)
value
- allowed object is
String
public boolean isSetMethod()
public String getMemo()
String
public void setMemo(String value)
value
- allowed object is
String
public boolean isSetMemo()
public String getClassification()
String
public void setClassification(String value)
value
- allowed object is
String
public boolean isSetClassification()
public String getIpaddress()
String
public void setIpaddress(String value)
value
- allowed object is
String
public boolean isSetIpaddress()
Copyright © 2008–2017 MIL-OSS. All rights reserved.