public class FirmwareProtocolType extends ProtocolType
| Modifier and Type | Field and Description |
|---|---|
protected CvChangelogType |
cvChangelog |
protected CVsType |
cvs |
protected CVStructureType |
cvStructure |
protected DecoderDetectionType |
decoderDetection |
protected Short |
functions |
protected Integer |
indexHigh |
protected Integer |
indexLow |
protected String |
options |
protected PresetsType |
presets |
protected String |
progModes |
protected String |
railcom |
protected ResetsType |
resets |
protected String |
speedSteps |
type| Constructor and Description |
|---|
FirmwareProtocolType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
CvChangelogType |
getCvChangelog()
Gets the value of the cvChangelog property.
|
CVsType |
getCvs()
Gets the value of the cvs property.
|
CVStructureType |
getCvStructure()
Gets the value of the cvStructure property.
|
DecoderDetectionType |
getDecoderDetection()
Gets the value of the decoderDetection property.
|
Short |
getFunctions()
Gets the value of the functions property.
|
Integer |
getIndexHigh()
Gets the value of the indexHigh property.
|
Integer |
getIndexLow()
Gets the value of the indexLow property.
|
String |
getOptions()
Gets the value of the options property.
|
PresetsType |
getPresets()
Gets the value of the presets property.
|
String |
getProgModes()
Gets the value of the progModes property.
|
String |
getRailcom()
Gets the value of the railcom property.
|
ResetsType |
getResets()
Gets the value of the resets property.
|
String |
getSpeedSteps()
Gets the value of the speedSteps property.
|
int |
hashCode() |
void |
setCvChangelog(CvChangelogType value)
Sets the value of the cvChangelog property.
|
void |
setCvs(CVsType value)
Sets the value of the cvs property.
|
void |
setCvStructure(CVStructureType value)
Sets the value of the cvStructure property.
|
void |
setDecoderDetection(DecoderDetectionType value)
Sets the value of the decoderDetection property.
|
void |
setFunctions(Short value)
Sets the value of the functions property.
|
void |
setIndexHigh(Integer value)
Sets the value of the indexHigh property.
|
void |
setIndexLow(Integer value)
Sets the value of the indexLow property.
|
void |
setOptions(String value)
Sets the value of the options property.
|
void |
setPresets(PresetsType value)
Sets the value of the presets property.
|
void |
setProgModes(String value)
Sets the value of the progModes property.
|
void |
setRailcom(String value)
Sets the value of the railcom property.
|
void |
setResets(ResetsType value)
Sets the value of the resets property.
|
void |
setSpeedSteps(String value)
Sets the value of the speedSteps property.
|
String |
toString() |
FirmwareProtocolType |
withCvChangelog(CvChangelogType value) |
FirmwareProtocolType |
withCvs(CVsType value) |
FirmwareProtocolType |
withCvStructure(CVStructureType value) |
FirmwareProtocolType |
withDecoderDetection(DecoderDetectionType value) |
FirmwareProtocolType |
withFunctions(Short value) |
FirmwareProtocolType |
withIndexHigh(Integer value) |
FirmwareProtocolType |
withIndexLow(Integer value) |
FirmwareProtocolType |
withOptions(String value) |
FirmwareProtocolType |
withPresets(PresetsType value) |
FirmwareProtocolType |
withProgModes(String value) |
FirmwareProtocolType |
withRailcom(String value) |
FirmwareProtocolType |
withResets(ResetsType value) |
FirmwareProtocolType |
withSpeedSteps(String value) |
FirmwareProtocolType |
withType(ProtocolTypeType value) |
getType, setTypeprotected CvChangelogType cvChangelog
protected DecoderDetectionType decoderDetection
protected ResetsType resets
protected PresetsType presets
protected CVsType cvs
protected CVStructureType cvStructure
protected Integer indexHigh
protected Integer indexLow
protected String speedSteps
protected Short functions
protected String progModes
protected String options
protected String railcom
public CvChangelogType getCvChangelog()
CvChangelogTypepublic void setCvChangelog(CvChangelogType value)
value - allowed object is
CvChangelogTypepublic DecoderDetectionType getDecoderDetection()
DecoderDetectionTypepublic void setDecoderDetection(DecoderDetectionType value)
value - allowed object is
DecoderDetectionTypepublic ResetsType getResets()
ResetsTypepublic void setResets(ResetsType value)
value - allowed object is
ResetsTypepublic PresetsType getPresets()
PresetsTypepublic void setPresets(PresetsType value)
value - allowed object is
PresetsTypepublic CVsType getCvs()
CVsTypepublic void setCvs(CVsType value)
value - allowed object is
CVsTypepublic CVStructureType getCvStructure()
CVStructureTypepublic void setCvStructure(CVStructureType value)
value - allowed object is
CVStructureTypepublic Integer getIndexHigh()
Integerpublic void setIndexHigh(Integer value)
value - allowed object is
Integerpublic Integer getIndexLow()
Integerpublic void setIndexLow(Integer value)
value - allowed object is
Integerpublic String getSpeedSteps()
Stringpublic void setSpeedSteps(String value)
value - allowed object is
Stringpublic Short getFunctions()
Shortpublic void setFunctions(Short value)
value - allowed object is
Shortpublic String getProgModes()
Stringpublic void setProgModes(String value)
value - allowed object is
Stringpublic String getOptions()
Stringpublic void setOptions(String value)
value - allowed object is
Stringpublic String getRailcom()
Stringpublic void setRailcom(String value)
value - allowed object is
Stringpublic String toString()
toString in class ProtocolTypepublic boolean equals(Object that)
equals in class ProtocolTypepublic int hashCode()
hashCode in class ProtocolTypepublic FirmwareProtocolType withCvChangelog(CvChangelogType value)
public FirmwareProtocolType withDecoderDetection(DecoderDetectionType value)
public FirmwareProtocolType withResets(ResetsType value)
public FirmwareProtocolType withPresets(PresetsType value)
public FirmwareProtocolType withCvs(CVsType value)
public FirmwareProtocolType withCvStructure(CVStructureType value)
public FirmwareProtocolType withIndexHigh(Integer value)
public FirmwareProtocolType withIndexLow(Integer value)
public FirmwareProtocolType withSpeedSteps(String value)
public FirmwareProtocolType withFunctions(Short value)
public FirmwareProtocolType withProgModes(String value)
public FirmwareProtocolType withOptions(String value)
public FirmwareProtocolType withRailcom(String value)
public FirmwareProtocolType withType(ProtocolTypeType value)
withType in class ProtocolTypeCopyright © 2022. All rights reserved.