Class CvChangelogType


  • public class CvChangelogType
    extends Object
    <p>Java class for CvChangelogType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="CvChangelogType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="new" type="{http://www.decoderdb.de/schema/commonTypes/1.2}SemicolonNumberList" /&gt; &lt;attribute name="changed" type="{http://www.decoderdb.de/schema/commonTypes/1.2}SemicolonNumberList" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

      • changed

        protected String changed
    • Constructor Detail

      • CvChangelogType

        public CvChangelogType()
    • Method Detail

      • getNew

        public String getNew()
        Gets the value of the new property.
        Returns:
        possible object is String
      • setNew

        public void setNew​(String value)
        Sets the value of the new property.
        Parameters:
        value - allowed object is String
      • getChanged

        public String getChanged()
        Gets the value of the changed property.
        Returns:
        possible object is String
      • setChanged

        public void setChanged​(String value)
        Sets the value of the changed property.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object