Class DecoderDefinition
java.lang.Object
org.bidib.jbidibc.decoder.schema.decoder.DecoderDefinition
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.decoderdb.de/schema/commonTypes/1.2}VersionType"/>
<element name="decoder" type="{http://www.decoderdb.de/schema/decoder/1.3}DecoderType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the decoder property.Gets the value of the version property.inthashCode()voidsetDecoder(DecoderType value) Sets the value of the decoder property.voidsetVersion(VersionType value) Sets the value of the version property.toString()withDecoder(DecoderType value) withVersion(VersionType value)
-
Field Details
-
version
-
decoder
-
-
Constructor Details
-
DecoderDefinition
public DecoderDefinition()
-
-
Method Details
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
VersionType
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isVersionType
-
getDecoder
Gets the value of the decoder property.- Returns:
- possible object is
DecoderType
-
setDecoder
Sets the value of the decoder property.- Parameters:
value- allowed object isDecoderType
-
toString
-
equals
-
hashCode
public int hashCode() -
withVersion
-
withDecoder
-