public class OIDCollection extends Object
Java class for OIDCollection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OIDCollection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="oID" type="{http://schemas.microsoft
.com/windows/pki/2009/01/enrollmentpolicy}OID" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
OIDCollection() |
public List<OID> 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
OIDCopyright © 2017 WSO2. All rights reserved.