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/decoderDetection/1.0}DecoderDetectionProtocolType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DecoderDetectionProtocolType> |
protocol |
| Constructor and Description |
|---|
ProtocolsType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<DecoderDetectionProtocolType> |
getProtocol()
Gets the value of the protocol property.
|
int |
hashCode() |
String |
toString() |
ProtocolsType |
withProtocol(Collection<DecoderDetectionProtocolType> values) |
ProtocolsType |
withProtocol(DecoderDetectionProtocolType... values) |
protected List<DecoderDetectionProtocolType> protocol
public List<DecoderDetectionProtocolType> 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
DecoderDetectionProtocolType
public ProtocolsType withProtocol(DecoderDetectionProtocolType... values)
public ProtocolsType withProtocol(Collection<DecoderDetectionProtocolType> values)
Copyright © 2018. All rights reserved.