public class SignableSimpleXMLObject
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
implements org.opensaml.core.xml.ElementExtensibleXMLObject, org.opensaml.core.xml.AttributeExtensibleXMLObject
| Modifier and Type | Field and Description |
|---|---|
static QName |
ELEMENT_NAME
Default element name
|
static String |
ENCRYPTED_NAME
Local name of encrypted element
|
private org.opensaml.xmlsec.encryption.EncryptedData |
encryptedData
EncryptedData child
|
private String |
id
Name attribute
|
static String |
ID_ATTRIB_NAME
Name attribute name
|
static String |
LOCAL_NAME
Element local name
|
static String |
NAMESPACE
Default namespace
|
static String |
NAMESPACE_PREFIX
Default namespace prefix
|
private org.opensaml.core.xml.util.XMLObjectChildrenList<SignableSimpleXMLObject> |
simpleXMLObjects
Child SimpleXMLObjects
|
private org.opensaml.core.xml.util.AttributeMap |
unknownAttributes
anyAttribute wildcard attributes.
|
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> |
unknownXMLObjects
Other children
|
private String |
value
Value of the object stored as text content in the element
|
| Constructor and Description |
|---|
SignableSimpleXMLObject(String namspaceURI,
String localName,
String namespacePrefix)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.xmlsec.encryption.EncryptedData |
getEncryptedData()
Get the EncryptedData child element.
|
String |
getId()
Gets the name attribute.
|
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
List<SignableSimpleXMLObject> |
getSimpleXMLObjects()
Gets the list of child SimpleXMLObjects.
|
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()
Gets the value of this object.
|
void |
setEncryptedData(org.opensaml.xmlsec.encryption.EncryptedData newEncryptedData)
Set the EncryptedData child element.
|
void |
setId(String newId)
Sets the name attribute.
|
void |
setValue(String newValue)
Sets the value of this object.
|
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 NAMESPACE
public static final String NAMESPACE_PREFIX
public static final String LOCAL_NAME
public static final QName ELEMENT_NAME
public static final String ENCRYPTED_NAME
public static final String ID_ATTRIB_NAME
private String id
private String value
private org.opensaml.core.xml.util.XMLObjectChildrenList<SignableSimpleXMLObject> simpleXMLObjects
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> unknownXMLObjects
private org.opensaml.xmlsec.encryption.EncryptedData encryptedData
private org.opensaml.core.xml.util.AttributeMap unknownAttributes
public String getId()
public void setId(String newId)
newId - the name attributepublic String getValue()
public void setValue(String newValue)
newValue - the value of this objectpublic org.opensaml.xmlsec.encryption.EncryptedData getEncryptedData()
public void setEncryptedData(org.opensaml.xmlsec.encryption.EncryptedData newEncryptedData)
newEncryptedData - the new EncryptedData child elementpublic List<SignableSimpleXMLObject> getSimpleXMLObjects()
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.