|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpdateComment
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 ref="{}comment"/> <sequence minOccurs="0"> <element ref="{}person"/> <element ref="{}timestamp"/> </sequence> </sequence> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
java.lang.String |
getComment()
Gets the value of the comment property. |
java.lang.String |
getId()
Gets the value of the id property. |
Person |
getPerson()
Gets the value of the person property. |
java.lang.Long |
getSequenceNumber()
Gets the value of the sequenceNumber property. |
java.lang.Long |
getTimestamp()
Gets the value of the timestamp property. |
void |
setComment(java.lang.String value)
Sets the value of the comment property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setPerson(Person value)
Sets the value of the person property. |
void |
setSequenceNumber(java.lang.Long value)
Sets the value of the sequenceNumber property. |
void |
setTimestamp(java.lang.Long value)
Sets the value of the timestamp property. |
Method Detail |
---|
java.lang.String getId()
String
void setId(java.lang.String value)
value
- allowed object is
String
java.lang.Long getSequenceNumber()
String
void setSequenceNumber(java.lang.Long value)
value
- allowed object is
String
java.lang.String getComment()
String
void setComment(java.lang.String value)
value
- allowed object is
String
Person getPerson()
Person
void setPerson(Person value)
value
- allowed object is
Person
java.lang.Long getTimestamp()
String
void setTimestamp(java.lang.Long value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |