Class DecoderDefinition
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoder.DecoderDefinition
-
public class DecoderDefinition extends Object
<p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected DecoderTypedecoderprotected VersionTypeversion
-
Constructor Summary
Constructors Constructor Description DecoderDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)DecoderTypegetDecoder()Gets the value of the decoder property.VersionTypegetVersion()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.StringtoString()DecoderDefinitionwithDecoder(DecoderType value)DecoderDefinitionwithVersion(VersionType value)
-
-
-
Field Detail
-
version
protected VersionType version
-
decoder
protected DecoderType decoder
-
-
Method Detail
-
getVersion
public VersionType getVersion()
Gets the value of the version property.- Returns:
- possible object is
VersionType
-
setVersion
public void setVersion(VersionType value)
Sets the value of the version property.- Parameters:
value- allowed object isVersionType
-
getDecoder
public DecoderType getDecoder()
Gets the value of the decoder property.- Returns:
- possible object is
DecoderType
-
setDecoder
public void setDecoder(DecoderType value)
Sets the value of the decoder property.- Parameters:
value- allowed object isDecoderType
-
withVersion
public DecoderDefinition withVersion(VersionType value)
-
withDecoder
public DecoderDefinition withDecoder(DecoderType value)
-
-