PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.config
Class MetadataProviderType

java.lang.Object
  extended by org.picketlink.identity.federation.core.config.MetadataProviderType

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>
 


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

option

protected List<KeyValueType> option

className

protected String className
Constructor Detail

MetadataProviderType

public MetadataProviderType()
Method Detail

add

public void add(KeyValueType kv)

remove

public void remove(KeyValueType kv)

getOption

public List<KeyValueType> getOption()
Gets the value of the option property.

Objects of the following type(s) are allowed in the list KeyValueType


getClassName

public String getClassName()
Gets the value of the className property.

Returns:
possible object is String

setClassName

public void setClassName(String value)
Sets the value of the className property.

Parameters:
value - allowed object is String

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.