public class AuditEntry extends Object implements Serializable
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 name="auditItem" type="{http://downloads.jboss.org/overlord/sramp/2013/auditing.xsd}auditItemType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="uuid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="who" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="when" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AuditItemType> |
auditItem |
protected String |
type |
protected String |
uuid |
protected XMLGregorianCalendar |
when |
protected String |
who |
| Constructor and Description |
|---|
AuditEntry() |
| Modifier and Type | Method and Description |
|---|---|
List<AuditItemType> |
getAuditItem()
Gets the value of the auditItem property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUuid()
Gets the value of the uuid property.
|
XMLGregorianCalendar |
getWhen()
Gets the value of the when property.
|
String |
getWho()
Gets the value of the who property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
setWhen(XMLGregorianCalendar value)
Sets the value of the when property.
|
void |
setWho(String value)
Sets the value of the who property.
|
protected List<AuditItemType> auditItem
protected String uuid
protected String type
protected String who
protected XMLGregorianCalendar when
public List<AuditItemType> getAuditItem()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the auditItem property.
For example, to add a new item, do as follows:
getAuditItem().add(newItem);
Objects of the following type(s) are allowed in the list
AuditItemType
public String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic void setWho(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getWhen()
XMLGregorianCalendarpublic void setWhen(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.