public class Comment
extends java.lang.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="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 javax.xml.datatype.XMLGregorianCalendar |
commentDateTime |
protected ExtensionType |
commentExtension |
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
MultilingualString |
getComment()
Gets the value of the comment property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCommentDateTime()
Gets the value of the commentDateTime property.
|
ExtensionType |
getCommentExtension()
Gets the value of the commentExtension property.
|
void |
setComment(MultilingualString value)
Sets the value of the comment property.
|
void |
setCommentDateTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the commentDateTime property.
|
void |
setCommentExtension(ExtensionType value)
Sets the value of the commentExtension property.
|
protected MultilingualString comment
protected javax.xml.datatype.XMLGregorianCalendar commentDateTime
protected ExtensionType commentExtension
public MultilingualString getComment()
MultilingualStringpublic void setComment(MultilingualString value)
value - allowed object is
MultilingualStringpublic javax.xml.datatype.XMLGregorianCalendar getCommentDateTime()
XMLGregorianCalendarpublic void setCommentDateTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ExtensionType getCommentExtension()
ExtensionTypepublic void setCommentExtension(ExtensionType value)
value - allowed object is
ExtensionType