Class 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
    • Constructor Detail

      • Comment

        public Comment()
    • Method Detail

      • 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 is String
      • 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 is ExtensionType