Class DecoderDetectionProtocolType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.commontypes.ProtocolType
-
- org.bidib.jbidibc.decoder.schema.decoderdetection.DecoderDetectionProtocolType
-
public class DecoderDetectionProtocolType extends ProtocolType
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
Fields Modifier and Type Field Description protected DefaultType_defaultprotected List<ManufacturerType>manufacturer-
Fields inherited from class org.bidib.jbidibc.decoder.schema.commontypes.ProtocolType
type
-
-
Constructor Summary
Constructors Constructor Description DecoderDetectionProtocolType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)DefaultTypegetDefault()Gets the value of the default property.List<ManufacturerType>getManufacturer()Gets the value of the manufacturer property.inthashCode()voidsetDefault(DefaultType value)Sets the value of the default property.StringtoString()DecoderDetectionProtocolTypewithDefault(DefaultType value)DecoderDetectionProtocolTypewithManufacturer(Collection<ManufacturerType> values)DecoderDetectionProtocolTypewithManufacturer(ManufacturerType... values)DecoderDetectionProtocolTypewithType(ProtocolTypeType value)-
Methods inherited from class org.bidib.jbidibc.decoder.schema.commontypes.ProtocolType
getType, setType
-
-
-
-
Field Detail
-
_default
protected DefaultType _default
-
manufacturer
protected List<ManufacturerType> manufacturer
-
-
Method Detail
-
getDefault
public DefaultType getDefault()
Gets the value of the default property.- Returns:
- possible object is
DefaultType
-
setDefault
public void setDefault(DefaultType value)
Sets the value of the default property.- Parameters:
value- allowed object isDefaultType
-
getManufacturer
public List<ManufacturerType> 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
public String toString()
- Overrides:
toStringin classProtocolType
-
equals
public boolean equals(Object that)
- Overrides:
equalsin classProtocolType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classProtocolType
-
withDefault
public DecoderDetectionProtocolType withDefault(DefaultType value)
-
withManufacturer
public DecoderDetectionProtocolType withManufacturer(ManufacturerType... values)
-
withManufacturer
public DecoderDetectionProtocolType withManufacturer(Collection<ManufacturerType> values)
-
withType
public DecoderDetectionProtocolType withType(ProtocolTypeType value)
- Overrides:
withTypein classProtocolType
-
-