Class Comment

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class Comment
    extends java.lang.Object
    implements java.io.Serializable

    Java class for anonymous complex type.

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

    
     <complexType>
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="Author" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="ExternalID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="Language" type="{http://www.CIP4.org/JDFSchema_2_0}language" />
           <attribute name="PersonalID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
           <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </simpleContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String author  
      protected java.lang.String externalID  
      protected java.lang.String language  
      protected java.lang.String personalID  
      protected DateTime timeStamp  
      protected java.lang.String type  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Comment()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)  
      java.lang.String getAuthor()
      Gets the value of the author property.
      java.lang.String getExternalID()
      Gets the value of the externalID property.
      java.lang.String getLanguage()
      Gets the value of the language property.
      java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.
      java.lang.String getPersonalID()
      Gets the value of the personalID property.
      DateTime getTimeStamp()
      Gets the value of the timeStamp property.
      java.lang.String getType()
      Gets the value of the type property.
      java.lang.String getValue()
      Gets the value of the value property.
      int hashCode()  
      void setAuthor​(java.lang.String value)
      Sets the value of the author property.
      void setExternalID​(java.lang.String value)
      Sets the value of the externalID property.
      void setLanguage​(java.lang.String value)
      Sets the value of the language property.
      void setPersonalID​(java.lang.String value)
      Sets the value of the personalID property.
      void setTimeStamp​(DateTime value)
      Sets the value of the timeStamp property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      void setValue​(java.lang.String value)
      Sets the value of the value property.
      Comment withAuthor​(java.lang.String value)  
      Comment withExternalID​(java.lang.String value)  
      Comment withLanguage​(java.lang.String value)  
      Comment withPersonalID​(java.lang.String value)  
      Comment withTimeStamp​(DateTime value)  
      Comment withType​(java.lang.String value)  
      Comment withValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String value
      • author

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String author
      • externalID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String externalID
      • language

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String language
      • personalID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String personalID
      • timeStamp

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected DateTime timeStamp
      • type

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String type
    • Constructor Detail

      • Comment

        public Comment()
    • Method Detail

      • getValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setValue​(java.lang.String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getAuthor

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.String getAuthor()
        Gets the value of the author property.
        Returns:
        possible object is String
      • setAuthor

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setAuthor​(java.lang.String value)
        Sets the value of the author property.
        Parameters:
        value - allowed object is String
      • getExternalID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.String getExternalID()
        Gets the value of the externalID property.
        Returns:
        possible object is String
      • setExternalID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setExternalID​(java.lang.String value)
        Sets the value of the externalID property.
        Parameters:
        value - allowed object is String
      • getLanguage

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setLanguage​(java.lang.String value)
        Sets the value of the language property.
        Parameters:
        value - allowed object is String
      • getPersonalID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.String getPersonalID()
        Gets the value of the personalID property.
        Returns:
        possible object is String
      • setPersonalID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setPersonalID​(java.lang.String value)
        Sets the value of the personalID property.
        Parameters:
        value - allowed object is String
      • getTimeStamp

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public DateTime getTimeStamp()
        Gets the value of the timeStamp property.
        Returns:
        possible object is String
      • setTimeStamp

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setTimeStamp​(DateTime value)
        Sets the value of the timeStamp property.
        Parameters:
        value - allowed object is String
      • getType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null
      • withValue

        public Comment withValue​(java.lang.String value)
      • withAuthor

        public Comment withAuthor​(java.lang.String value)
      • withExternalID

        public Comment withExternalID​(java.lang.String value)
      • withLanguage

        public Comment withLanguage​(java.lang.String value)
      • withPersonalID

        public Comment withPersonalID​(java.lang.String value)
      • withType

        public Comment withType​(java.lang.String value)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object