Class DecoderDetection
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoderdetection.DecoderDetection
-
public class DecoderDetection 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="protocols" type="{http://www.decoderdb.de/schema/decoderDetection/1.1}ProtocolsType"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected ProtocolsTypeprotocolsprotected VersionTypeversion
-
Constructor Summary
Constructors Constructor Description DecoderDetection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)ProtocolsTypegetProtocols()Gets the value of the protocols property.VersionTypegetVersion()Gets the value of the version property.inthashCode()voidsetProtocols(ProtocolsType value)Sets the value of the protocols property.voidsetVersion(VersionType value)Sets the value of the version property.StringtoString()DecoderDetectionwithProtocols(ProtocolsType value)DecoderDetectionwithVersion(VersionType value)
-
-
-
Field Detail
-
version
protected VersionType version
-
protocols
protected ProtocolsType protocols
-
-
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
-
getProtocols
public ProtocolsType getProtocols()
Gets the value of the protocols property.- Returns:
- possible object is
ProtocolsType
-
setProtocols
public void setProtocols(ProtocolsType value)
Sets the value of the protocols property.- Parameters:
value- allowed object isProtocolsType
-
withVersion
public DecoderDetection withVersion(VersionType value)
-
withProtocols
public DecoderDetection withProtocols(ProtocolsType value)
-
-