public class MetadataProviderType extends Object
Java class for MetadataProviderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataProviderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Option" type="{urn:picketlink:identity-federation:config:1.0}KeyValueType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ClassName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected List<KeyValueType> |
option |
| Constructor and Description |
|---|
MetadataProviderType() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(KeyValueType kv) |
String |
getClassName()
Gets the value of the className property.
|
List<KeyValueType> |
getOption()
Gets the value of the option property.
|
void |
remove(KeyValueType kv) |
void |
setClassName(String value)
Sets the value of the className property.
|
protected List<KeyValueType> option
protected String className
public void add(KeyValueType kv)
public void remove(KeyValueType kv)
public List<KeyValueType> getOption()
Objects of the following type(s) are allowed in the list KeyValueType
public String getClassName()
StringCopyright © 2018 JBoss by Red Hat. All rights reserved.