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