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