Class CvChangelogType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoderfirmware.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> <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> </pre>
-
-
Constructor Summary
Constructors Constructor Description CvChangelogType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)StringgetChanged()Gets the value of the changed property.StringgetNew()Gets the value of the new property.inthashCode()voidsetChanged(String value)Sets the value of the changed property.voidsetNew(String value)Sets the value of the new property.StringtoString()CvChangelogTypewithChanged(String value)CvChangelogTypewithNew(String value)
-
-
-
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 isString
-
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 isString
-
withNew
public CvChangelogType withNew(String value)
-
withChanged
public CvChangelogType withChanged(String value)
-
-