public class ErrorLogType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ErrorLogType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorLogType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="entityType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="entityId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
entityId |
protected String |
entityType |
protected Long |
id |
protected XMLGregorianCalendar |
timestamp |
protected String |
type |
| Constructor and Description |
|---|
ErrorLogType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
String |
getDescription()
Gets the value of the description property.
|
String |
getEntityId()
Gets the value of the entityId property.
|
String |
getEntityType()
Gets the value of the entityType property.
|
Long |
getId()
Gets the value of the id property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetDescription() |
boolean |
isSetEntityId() |
boolean |
isSetEntityType() |
boolean |
isSetId() |
boolean |
isSetTimestamp() |
boolean |
isSetType() |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEntityId(String value)
Sets the value of the entityId property.
|
void |
setEntityType(String value)
Sets the value of the entityType property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
void |
setType(String value)
Sets the value of the type property.
|
ErrorLogType |
withDescription(String value) |
ErrorLogType |
withEntityId(String value) |
ErrorLogType |
withEntityType(String value) |
ErrorLogType |
withId(Long value) |
ErrorLogType |
withTimestamp(XMLGregorianCalendar value) |
ErrorLogType |
withType(String value) |
protected Long id
protected XMLGregorianCalendar timestamp
protected String description
protected String type
protected String entityType
protected String entityId
public void setId(Long value)
value - allowed object is
Longpublic boolean isSetId()
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTimestamp()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getEntityType()
Stringpublic void setEntityType(String value)
value - allowed object is
Stringpublic boolean isSetEntityType()
public String getEntityId()
Stringpublic void setEntityId(String value)
value - allowed object is
Stringpublic boolean isSetEntityId()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic ErrorLogType withId(Long value)
public ErrorLogType withTimestamp(XMLGregorianCalendar value)
public ErrorLogType withDescription(String value)
public ErrorLogType withType(String value)
public ErrorLogType withEntityType(String value)
public ErrorLogType withEntityId(String value)
Copyright © 2015. All rights reserved.