public class FilterOIDCollection extends Object
Java class for FilterOIDCollection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterOIDCollection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="oid" type="{http://www.w3.org/2001/XMLSchema}string"
maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FilterOIDCollection()
Instantiate oid list in the constructor
|
public FilterOIDCollection()
public List<String> getOid()
set method for the oid property.
For example, to add a new item, do as follows:
getOid().add(newItem);
Objects of the following type(s) are allowed in the list
StringCopyright © 2017 WSO2. All rights reserved.