Class DecoderDetectionProtocolType
java.lang.Object
org.bidib.jbidibc.decoder.schema.commontypes.ProtocolType
org.bidib.jbidibc.decoder.schema.decoderdetection.DecoderDetectionProtocolType
Java class for DecoderDetectionProtocolType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DecoderDetectionProtocolType">
<complexContent>
<extension base="{http://www.decoderdb.de/schema/commonTypes/1.2}ProtocolType">
<sequence>
<element name="default" type="{http://www.decoderdb.de/schema/decoderDetection/1.1}DefaultType" minOccurs="0"/>
<element name="manufacturer" type="{http://www.decoderdb.de/schema/decoderDetection/1.1}ManufacturerType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.bidib.jbidibc.decoder.schema.commontypes.ProtocolType
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the default property.Gets the value of the manufacturer property.inthashCode()voidsetDefault(DefaultType value) Sets the value of the default property.toString()withDefault(DefaultType value) withManufacturer(Collection<ManufacturerType> values) withManufacturer(ManufacturerType... values) withType(ProtocolTypeType value) Methods inherited from class org.bidib.jbidibc.decoder.schema.commontypes.ProtocolType
getType, setType
-
Field Details
-
_default
-
manufacturer
-
-
Constructor Details
-
DecoderDetectionProtocolType
public DecoderDetectionProtocolType()
-
-
Method Details
-
getDefault
Gets the value of the default property.- Returns:
- possible object is
DefaultType
-
setDefault
Sets the value of the default property.- Parameters:
value- allowed object isDefaultType
-
getManufacturer
Gets the value of the manufacturer property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the manufacturer property.For example, to add a new item, do as follows:
getManufacturer().add(newItem);Objects of the following type(s) are allowed in the list
ManufacturerType -
toString
- Overrides:
toStringin classProtocolType
-
equals
- Overrides:
equalsin classProtocolType
-
hashCode
public int hashCode()- Overrides:
hashCodein classProtocolType
-
withDefault
-
withManufacturer
-
withManufacturer
-
withType
- Overrides:
withTypein classProtocolType
-