public class Handler extends Object
Java class for Handler complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Handler">
<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="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected String |
name |
protected List<KeyValueType> |
option |
| Constructor and Description |
|---|
Handler() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(KeyValueType kv) |
String |
getClazz()
Gets the value of the clazz property.
|
String |
getName()
Gets the value of the name property.
|
List<KeyValueType> |
getOption()
Gets the value of the option property.
|
void |
remove(KeyValueType kv) |
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<KeyValueType> option
protected String name
protected String clazz
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 getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic String getClazz()
StringCopyright © 2019 JBoss by Red Hat. All rights reserved.