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>
| Modifier and Type | Field and Description |
|---|---|
protected DefaultType |
_default |
protected List<ManufacturerType> |
manufacturer |
type| Constructor and Description |
|---|
DecoderDetectionProtocolType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
DefaultType |
getDefault()
Gets the value of the default property.
|
List<ManufacturerType> |
getManufacturer()
Gets the value of the manufacturer property.
|
int |
hashCode() |
void |
setDefault(DefaultType value)
Sets the value of the default property.
|
String |
toString() |
DecoderDetectionProtocolType |
withDefault(DefaultType value) |
DecoderDetectionProtocolType |
withManufacturer(Collection<ManufacturerType> values) |
DecoderDetectionProtocolType |
withManufacturer(ManufacturerType... values) |
DecoderDetectionProtocolType |
withType(ProtocolTypeType value) |
getType, setTypeprotected DefaultType _default
protected List<ManufacturerType> manufacturer
public DefaultType getDefault()
DefaultTypepublic void setDefault(DefaultType value)
value - allowed object is
DefaultTypepublic List<ManufacturerType> getManufacturer()
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 set method 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
public String toString()
toString in class ProtocolTypepublic boolean equals(Object that)
equals in class ProtocolTypepublic int hashCode()
hashCode in class ProtocolTypepublic DecoderDetectionProtocolType withDefault(DefaultType value)
public DecoderDetectionProtocolType withManufacturer(ManufacturerType... values)
public DecoderDetectionProtocolType withManufacturer(Collection<ManufacturerType> values)
public DecoderDetectionProtocolType withType(ProtocolTypeType value)
withType in class ProtocolTypeCopyright © 2021. All rights reserved.