public class UpdateComment extends Object
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> <sequence minOccurs="0"> <element ref="{}id"/> <element ref="{}sequence-number"/> </sequence> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/> <sequence minOccurs="0"> <element ref="{}person"/> <element ref="{}timestamp"/> </sequence> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
comment |
protected String |
id |
protected Person |
person |
protected Long |
sequenceNumber |
protected Long |
timestamp |
Constructor and Description |
---|
UpdateComment() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Gets the value of the comment property.
|
String |
getId()
Gets the value of the id property.
|
Person |
getPerson()
Gets the value of the person property.
|
Long |
getSequenceNumber()
Gets the value of the sequenceNumber property.
|
Long |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPerson(Person value)
Sets the value of the person property.
|
void |
setSequenceNumber(Long value)
Sets the value of the sequenceNumber property.
|
void |
setTimestamp(Long value)
Sets the value of the timestamp property.
|
protected String id
protected Long sequenceNumber
protected String comment
protected Person person
protected Long timestamp
public void setId(String value)
value
- allowed object is
String
public Long getSequenceNumber()
String
public void setSequenceNumber(Long value)
value
- allowed object is
String
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public Person getPerson()
Person
public void setPerson(Person value)
value
- allowed object is
Person
public Long getTimestamp()
String
Apache Camel