public class Comment extends Object
Java class for Comment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Comment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="VerbalStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{}CommentStatus"/>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Author" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Topic">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Guid" use="required" type="{}Guid" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="Guid" use="required" type="{}Guid" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Comment.Topic
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
author |
protected String |
comment |
protected XMLGregorianCalendar |
date |
protected String |
guid |
protected CommentStatus |
status |
protected Comment.Topic |
topic |
protected String |
verbalStatus |
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets the value of the author property.
|
String |
getComment()
Gets the value of the comment property.
|
XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
String |
getGuid()
Gets the value of the guid property.
|
CommentStatus |
getStatus()
Gets the value of the status property.
|
Comment.Topic |
getTopic()
Gets the value of the topic property.
|
String |
getVerbalStatus()
Gets the value of the verbalStatus property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property.
|
void |
setGuid(String value)
Sets the value of the guid property.
|
void |
setStatus(CommentStatus value)
Sets the value of the status property.
|
void |
setTopic(Comment.Topic value)
Sets the value of the topic property.
|
void |
setVerbalStatus(String value)
Sets the value of the verbalStatus property.
|
protected String verbalStatus
protected CommentStatus status
protected XMLGregorianCalendar date
protected String author
protected String comment
protected Comment.Topic topic
protected String guid
public String getVerbalStatus()
Stringpublic void setVerbalStatus(String value)
value - allowed object is
Stringpublic CommentStatus getStatus()
CommentStatuspublic void setStatus(CommentStatus value)
value - allowed object is
CommentStatuspublic XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic Comment.Topic getTopic()
Comment.Topicpublic void setTopic(Comment.Topic value)
value - allowed object is
Comment.Topicpublic String getGuid()
StringCopyright © 2016 OpenSource BIM. All rights reserved.