public class BrowseNodeLookupRequest extends Object implements Serializable
Java class for BrowseNodeLookupRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BrowseNodeLookupRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BrowseNodeId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="ResponseGroup" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
browseNodeId |
protected List<String> |
responseGroup |
| Constructor and Description |
|---|
BrowseNodeLookupRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBrowseNodeId()
Gets the value of the browseNodeId property.
|
List<String> |
getResponseGroup()
Gets the value of the responseGroup property.
|
public List<String> getBrowseNodeId()
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 browseNodeId property.
For example, to add a new item, do as follows:
getBrowseNodeId().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getResponseGroup()
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 responseGroup property.
For example, to add a new item, do as follows:
getResponseGroup().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2013. All Rights Reserved.