public class ApiEditHistory
extends java.lang.Object
Java class for apiEditHistory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiEditHistory"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="entityId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="fieldChanges" type="{http://edithistory.apiservice.bullhorn.com/}apiEditHistoryFieldChange" maxOccurs="unbounded" minOccurs="0"/> <element name="modifyingPersonId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="transactionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected java.lang.Integer |
entityId |
protected java.util.List<ApiEditHistoryFieldChange> |
fieldChanges |
protected java.lang.Integer |
modifyingPersonId |
protected java.lang.String |
transactionId |
Constructor and Description |
---|
ApiEditHistory() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.Integer |
getEntityId()
Gets the value of the entityId property.
|
java.util.List<ApiEditHistoryFieldChange> |
getFieldChanges()
Gets the value of the fieldChanges property.
|
java.lang.Integer |
getModifyingPersonId()
Gets the value of the modifyingPersonId property.
|
java.lang.String |
getTransactionId()
Gets the value of the transactionId property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setEntityId(java.lang.Integer value)
Sets the value of the entityId property.
|
void |
setModifyingPersonId(java.lang.Integer value)
Sets the value of the modifyingPersonId property.
|
void |
setTransactionId(java.lang.String value)
Sets the value of the transactionId property.
|
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.Integer entityId
protected java.util.List<ApiEditHistoryFieldChange> fieldChanges
protected java.lang.Integer modifyingPersonId
protected java.lang.String transactionId
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Integer getEntityId()
Integer
public void setEntityId(java.lang.Integer value)
value
- allowed object is
Integer
public java.util.List<ApiEditHistoryFieldChange> getFieldChanges()
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 fieldChanges property.
For example, to add a new item, do as follows:
getFieldChanges().add(newItem);
Objects of the following type(s) are allowed in the list
ApiEditHistoryFieldChange
public java.lang.Integer getModifyingPersonId()
Integer
public void setModifyingPersonId(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getTransactionId()
String
public void setTransactionId(java.lang.String value)
value
- allowed object is
String