public class CAURICollection extends Object
Java class for CAURICollection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CAURICollection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cAURI" type="{http://schemas.microsoft
.com/windows/pki/2009/01/enrollmentpolicy}CAURI" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CAURICollection() |
public List<CAURI> getCAURI()
set method for the cauri property.
For example, to add a new item, do as follows:
getCAURI().add(newItem);
Objects of the following type(s) are allowed in the list
CAURICopyright © 2017 WSO2. All rights reserved.