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