Class ProtocolType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.commontypes.ProtocolType
-
- Direct Known Subclasses:
DecoderDetectionProtocolType,FirmwareProtocolType
public class ProtocolType extends Object
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 Modifier and Type Field Description protected ProtocolTypeTypetype
-
Constructor Summary
Constructors Constructor Description ProtocolType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)ProtocolTypeTypegetType()Gets the value of the type property.inthashCode()voidsetType(ProtocolTypeType value)Sets the value of the type property.StringtoString()ProtocolTypewithType(ProtocolTypeType value)
-
-
-
Field Detail
-
type
protected ProtocolTypeType type
-
-
Method Detail
-
getType
public ProtocolTypeType getType()
Gets the value of the type property.- Returns:
- possible object is
ProtocolTypeType
-
setType
public void setType(ProtocolTypeType value)
Sets the value of the type property.- Parameters:
value- allowed object isProtocolTypeType
-
withType
public ProtocolType withType(ProtocolTypeType value)
-
-