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()
MultilingualString
public void setComment(MultilingualString value)
value
- allowed object is
MultilingualString
public javax.xml.datatype.XMLGregorianCalendar getCommentDateTime()
XMLGregorianCalendar
public void setCommentDateTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public ExtensionType getCommentExtension()
ExtensionType
public void setCommentExtension(ExtensionType value)
value
- allowed object is
ExtensionType