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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_new |
protected String |
changed |
| Constructor and Description |
|---|
CvChangelogType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getChanged()
Gets the value of the changed property.
|
String |
getNew()
Gets the value of the new property.
|
int |
hashCode() |
void |
setChanged(String value)
Sets the value of the changed property.
|
void |
setNew(String value)
Sets the value of the new property.
|
String |
toString() |
CvChangelogType |
withChanged(String value) |
CvChangelogType |
withNew(String value) |
public String getNew()
Stringpublic void setNew(String value)
value - allowed object is
Stringpublic String getChanged()
Stringpublic void setChanged(String value)
value - allowed object is
Stringpublic CvChangelogType withNew(String value)
public CvChangelogType withChanged(String value)
Copyright © 2021. All rights reserved.