Class Comment

java.lang.Object
org.cip4.lib.xjdf.schema.Comment
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class Comment extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

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:
  • Field Details

    • value

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String value
    • author

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String author
    • externalID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String externalID
    • language

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String language
    • personalID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String personalID
    • timeStamp

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime timeStamp
    • type

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String type
  • Constructor Details

    • Comment

      public Comment()
  • Method Details

    • getValue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setValue(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setAuthor(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setExternalID(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setLanguage(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setPersonalID(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setType(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 v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,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(String value)
    • withAuthor

      public Comment withAuthor(String value)
    • withExternalID

      public Comment withExternalID(String value)
    • withLanguage

      public Comment withLanguage(String value)
    • withPersonalID

      public Comment withPersonalID(String value)
    • withTimeStamp

      public Comment withTimeStamp(DateTime value)
    • withType

      public Comment withType(String value)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object