Class DecoderDetection
java.lang.Object
org.bidib.jbidibc.decoder.schema.decoderdetection.DecoderDetection
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="protocols" type="{http://www.decoderdb.de/schema/decoderDetection/1.1}ProtocolsType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the protocols property.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.toString()withProtocols(ProtocolsType value) withVersion(VersionType value)
-
Field Details
-
version
-
protocols
-
-
Constructor Details
-
DecoderDetection
public DecoderDetection()
-
-
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
-
getProtocols
Gets the value of the protocols property.- Returns:
- possible object is
ProtocolsType
-
setProtocols
Sets the value of the protocols property.- Parameters:
value- allowed object isProtocolsType
-
toString
-
equals
-
hashCode
public int hashCode() -
withVersion
-
withProtocols
-