org.picketlink.identity.federation.saml.v2.metadata
Class ExtensionsType
java.lang.Object
org.picketlink.identity.federation.saml.v2.metadata.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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
element
protected Element element
ExtensionsType
public ExtensionsType()
getElement
public Element getElement()
setElement
public void setElement(Element element)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.