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