|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.core.config.MetadataProviderType
public class MetadataProviderType
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>
Field Summary | |
---|---|
protected String |
className
|
protected List<KeyValueType> |
option
|
Constructor Summary | |
---|---|
MetadataProviderType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<KeyValueType> option
protected String className
Constructor Detail |
---|
public MetadataProviderType()
Method Detail |
---|
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()
String
public void setClassName(String value)
value
- allowed object is String
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |