public class DecoderCv extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="version" type="{http://www.bidib.org/schema/commonTypes/1.0}VersionType"/>
<element name="decoder" type="{http://www.bidib.org/schema/decoderCv/1.0}DecoderType"/>
<element name="cvs" type="{http://www.bidib.org/schema/decoderCv/1.0}CvListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CvListType |
cvs |
protected DecoderType |
decoder |
protected VersionType |
version |
| Constructor and Description |
|---|
DecoderCv() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
CvListType |
getCvs()
Gets the value of the cvs property.
|
DecoderType |
getDecoder()
Gets the value of the decoder property.
|
VersionType |
getVersion()
Gets the value of the version property.
|
int |
hashCode() |
void |
setCvs(CvListType value)
Sets the value of the cvs property.
|
void |
setDecoder(DecoderType value)
Sets the value of the decoder property.
|
void |
setVersion(VersionType value)
Sets the value of the version property.
|
String |
toString() |
DecoderCv |
withCvs(CvListType value) |
DecoderCv |
withDecoder(DecoderType value) |
DecoderCv |
withVersion(VersionType value) |
protected VersionType version
protected DecoderType decoder
protected CvListType cvs
public VersionType getVersion()
VersionTypepublic void setVersion(VersionType value)
value - allowed object is
VersionTypepublic DecoderType getDecoder()
DecoderTypepublic void setDecoder(DecoderType value)
value - allowed object is
DecoderTypepublic CvListType getCvs()
CvListTypepublic void setCvs(CvListType value)
value - allowed object is
CvListTypepublic DecoderCv withVersion(VersionType value)
public DecoderCv withDecoder(DecoderType value)
public DecoderCv withCvs(CvListType value)
Copyright © 2018. All rights reserved.