PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.protocol
Class ExtensionsType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v2.protocol.ExtensionsType

public class ExtensionsType
extends Object

Java class for ExtensionsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ExtensionsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> any
           
 
Constructor Summary
ExtensionsType()
           
 
Method Summary
 void addExtension(Object extension)
          Add an extension
 List<Object> getAny()
          Gets the value of the any property.
 void removeExtension(Object extension)
          Remove an extension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

protected List<Object> any
Constructor Detail

ExtensionsType

public ExtensionsType()
Method Detail

addExtension

public void addExtension(Object extension)
Add an extension

Parameters:
extension -

removeExtension

public void removeExtension(Object extension)
Remove an extension

Parameters:
extension -

getAny

public List<Object> getAny()
Gets the value of the any property.


PicketLink Federation Core 2.1.6.Final-redhat-2

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