public class ProtocolsType extends Object
Java class for ProtocolsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProtocolsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="protocol" type="{http://www.bidib.org/schema/decoderFirmware/1.0}FirmwareProtocolType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<FirmwareProtocolType> |
protocol |
| Constructor and Description |
|---|
ProtocolsType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<FirmwareProtocolType> |
getProtocol()
Gets the value of the protocol property.
|
int |
hashCode() |
String |
toString() |
ProtocolsType |
withProtocol(Collection<FirmwareProtocolType> values) |
ProtocolsType |
withProtocol(FirmwareProtocolType... values) |
protected List<FirmwareProtocolType> protocol
public List<FirmwareProtocolType> getProtocol()
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 protocol property.
For example, to add a new item, do as follows:
getProtocol().add(newItem);
Objects of the following type(s) are allowed in the list
FirmwareProtocolType
public ProtocolsType withProtocol(FirmwareProtocolType... values)
public ProtocolsType withProtocol(Collection<FirmwareProtocolType> values)
Copyright © 2018. All rights reserved.