public class Framework
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
implements org.opensaml.core.xml.ElementExtensibleXMLObject, org.opensaml.core.xml.AttributeExtensibleXMLObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Framework.Builder
Internal Builder Class
|
static class |
Framework.Marshaller
Internal Marshaller Class
|
static class |
Framework.Unmarshaller
Intenal Unmarshalling class
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ATT_VERSION |
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the SASL type.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
private org.opensaml.core.xml.util.AttributeMap |
otherAttributes
Support for AttributeExtensibleXMLObject interface
|
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> |
unknownXMLObjects |
private String |
value |
private String |
version |
static String |
VERSION_2_0 |
| Modifier | Constructor and Description |
|---|---|
|
Framework() |
protected |
Framework(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
org.opensaml.core.xml.util.AttributeMap |
getUnknownAttributes() |
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects() |
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects(QName typeOrName) |
String |
getValue() |
String |
getVersion() |
void |
setValue(String value) |
void |
setVersion(String version) |
getSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static final String VERSION_2_0
public static final String DEFAULT_ELEMENT_LOCAL_NAME
public static final QName DEFAULT_ELEMENT_NAME
public static String ATT_VERSION
private String value
private String version
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> unknownXMLObjects
private org.opensaml.core.xml.util.AttributeMap otherAttributes
public void setVersion(String version)
public String getVersion()
public void setValue(String value)
public String getValue()
public List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects in interface org.opensaml.core.xml.ElementExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects in interface org.opensaml.core.xml.ElementExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectpublic org.opensaml.core.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes in interface org.opensaml.core.xml.AttributeExtensibleXMLObjectCopyright © 1999–2015. All rights reserved.