Class EventCommentType


  • public class EventCommentType
    extends Object

    Java class for EventCommentType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="EventCommentType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Comment"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueDate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueTime" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EventCommentType

        public EventCommentType()
    • Method Detail

      • getComment

        public CommentType getComment()
        Gets the value of the comment property.
        Returns:
        possible object is CommentType
      • setComment

        public void setComment​(CommentType value)
        Sets the value of the comment property.
        Parameters:
        value - allowed object is CommentType
      • getIssueDate

        public IssueDateType getIssueDate()
        Gets the value of the issueDate property.
        Returns:
        possible object is IssueDateType
      • setIssueDate

        public void setIssueDate​(IssueDateType value)
        Sets the value of the issueDate property.
        Parameters:
        value - allowed object is IssueDateType
      • getIssueTime

        public IssueTimeType getIssueTime()
        Gets the value of the issueTime property.
        Returns:
        possible object is IssueTimeType
      • setIssueTime

        public void setIssueTime​(IssueTimeType value)
        Sets the value of the issueTime property.
        Parameters:
        value - allowed object is IssueTimeType