|
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.saml.v2.protocol.ExtensionsType
public class ExtensionsType
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 |
---|
protected List<Object> any
Constructor Detail |
---|
public ExtensionsType()
Method Detail |
---|
public void addExtension(Object extension)
extension
- public void removeExtension(Object extension)
extension
- public List<Object> getAny()
|
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 |