Class CommentStructure

  • All Implemented Interfaces:
    Serializable

    public class CommentStructure
    extends Object
    implements Serializable
    A free text comment with an optional date/time stamp that can be used by the operator to convey uncoded observations/information.

    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">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="value" maxOccurs="unbounded">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString">
                               <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="commentDateTime" type="{http://datex2.eu/schema/1_0/1_0}DateTime" minOccurs="0"/>
             <element name="commentExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • CommentStructure

        public CommentStructure()
    • Method Detail

      • getCommentDateTime

        public DateTime getCommentDateTime()
        Gets the value of the commentDateTime property.
        Returns:
        possible object is DateTime
      • setCommentDateTime

        public void setCommentDateTime​(DateTime value)
        Sets the value of the commentDateTime property.
        Parameters:
        value - allowed object is DateTime
      • 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