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.
|
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
Long
public boolean isSetId()
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendar
public void setTimestamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetTimestamp()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public String getEntityType()
String
public void setEntityType(String value)
value
- allowed object is
String
public boolean isSetEntityType()
public String getEntityId()
String
public void setEntityId(String value)
value
- allowed object is
String
public boolean isSetEntityId()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.