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="comment" type="{http://datex2.eu/schema/2/2_0}MultilingualString"/>
<element name="commentDateTime" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/>
<element name="commentType" type="{http://datex2.eu/schema/2/2_0}CommentTypeEnum" minOccurs="0"/>
<element name="commentExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MultilingualString |
comment |
protected Calendar |
commentDateTime |
protected ExtensionType |
commentExtension |
protected CommentTypeEnum |
commentType |
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
MultilingualString |
getComment()
Gets the value of the comment property.
|
Calendar |
getCommentDateTime()
Gets the value of the commentDateTime property.
|
ExtensionType |
getCommentExtension()
Gets the value of the commentExtension property.
|
CommentTypeEnum |
getCommentType()
Gets the value of the commentType property.
|
void |
setComment(MultilingualString value)
Sets the value of the comment property.
|
void |
setCommentDateTime(Calendar value)
Sets the value of the commentDateTime property.
|
void |
setCommentExtension(ExtensionType value)
Sets the value of the commentExtension property.
|
void |
setCommentType(CommentTypeEnum value)
Sets the value of the commentType property.
|
protected MultilingualString comment
protected Calendar commentDateTime
protected CommentTypeEnum commentType
protected ExtensionType commentExtension
public MultilingualString getComment()
MultilingualStringpublic void setComment(MultilingualString value)
value - allowed object is
MultilingualStringpublic Calendar getCommentDateTime()
Stringpublic void setCommentDateTime(Calendar value)
value - allowed object is
Stringpublic CommentTypeEnum getCommentType()
CommentTypeEnumpublic void setCommentType(CommentTypeEnum value)
value - allowed object is
CommentTypeEnumpublic ExtensionType getCommentExtension()
ExtensionTypepublic void setCommentExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.