Class ProtocolType
java.lang.Object
org.bidib.jbidibc.decoder.schema.commontypes.ProtocolType
- Direct Known Subclasses:
DecoderDetectionProtocolType,FirmwareProtocolType
Java class for ProtocolType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProtocolType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}ProtocolTypeType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()Gets the value of the type property.inthashCode()voidsetType(ProtocolTypeType value) Sets the value of the type property.toString()withType(ProtocolTypeType value)
-
Field Details
-
type
-
-
Constructor Details
-
ProtocolType
public ProtocolType()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
ProtocolTypeType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isProtocolTypeType
-
toString
-
equals
-
hashCode
public int hashCode() -
withType
-