Class CvChangelogType


  • public class CvChangelogType
    extends Object

    Java class for CvChangelogType complex type.

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

     <complexType name="CvChangelogType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="new" type="{http://www.decoderdb.de/schema/commonTypes/1.2}SemicolonNumberList" />
           <attribute name="changed" type="{http://www.decoderdb.de/schema/commonTypes/1.2}SemicolonNumberList" />
         </restriction>
       </complexContent>
     </complexType>
     
    • 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