Class Comment
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.Comment
-
- All Implemented Interfaces:
Serializable
public class Comment extends Object implements Serializable
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_0RC1/2_0}MultilingualString"/> <element name="commentDateTime" type="{http://datex2.eu/schema/2_0RC1/2_0}DateTime" minOccurs="0"/> <element name="commentExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected MultilingualStringcommentprotected ZonedDateTimecommentDateTimeprotected ExtensionTypecommentExtension
-
Constructor Summary
Constructors Constructor Description Comment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultilingualStringgetComment()Gets the value of the comment property.ZonedDateTimegetCommentDateTime()Gets the value of the commentDateTime property.ExtensionTypegetCommentExtension()Gets the value of the commentExtension property.voidsetComment(MultilingualString value)Sets the value of the comment property.voidsetCommentDateTime(ZonedDateTime value)Sets the value of the commentDateTime property.voidsetCommentExtension(ExtensionType value)Sets the value of the commentExtension property.
-
-
-
Field Detail
-
comment
protected MultilingualString comment
-
commentDateTime
protected ZonedDateTime commentDateTime
-
commentExtension
protected ExtensionType commentExtension
-
-
Method Detail
-
getComment
public MultilingualString getComment()
Gets the value of the comment property.- Returns:
- possible object is
MultilingualString
-
setComment
public void setComment(MultilingualString value)
Sets the value of the comment property.- Parameters:
value- allowed object isMultilingualString
-
getCommentDateTime
public ZonedDateTime getCommentDateTime()
Gets the value of the commentDateTime property.- Returns:
- possible object is
String
-
setCommentDateTime
public void setCommentDateTime(ZonedDateTime value)
Sets the value of the commentDateTime property.- Parameters:
value- allowed object isString
-
getCommentExtension
public ExtensionType getCommentExtension()
Gets the value of the commentExtension property.- Returns:
- possible object is
ExtensionType
-
setCommentExtension
public void setCommentExtension(ExtensionType value)
Sets the value of the commentExtension property.- Parameters:
value- allowed object isExtensionType
-
-