Class CvChangelogType

java.lang.Object
org.bidib.jbidibc.decoder.schema.decoderfirmware.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 Details

    • _new

      protected String _new
    • changed

      protected String changed
  • Constructor Details

    • CvChangelogType

      public CvChangelogType()
  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • withNew

      public CvChangelogType withNew(String value)
    • withChanged

      public CvChangelogType withChanged(String value)