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