Class CvChangelogType
java.lang.Object
org.bidib.jbidibc.decoder.schema.decoderfirmware.CvChangelogType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the changed property.getNew()Gets the value of the new property.inthashCode()voidsetChanged(String value) Sets the value of the changed property.voidSets the value of the new property.toString()withChanged(String value)
-
Field Details
-
_new
-
changed
-
-
Constructor Details
-
CvChangelogType
public CvChangelogType()
-
-
Method Details
-
getNew
Gets the value of the new property.- Returns:
- possible object is
String
-
setNew
Sets the value of the new property.- Parameters:
value- allowed object isString
-
getChanged
Gets the value of the changed property.- Returns:
- possible object is
String
-
setChanged
Sets the value of the changed property.- Parameters:
value- allowed object isString
-
toString
-
equals
-
hashCode
public int hashCode() -
withNew
-
withChanged
-