public class SimpleXMLObject
extends org.opensaml.core.xml.AbstractXMLObject
implements org.opensaml.core.xml.ElementExtensibleXMLObject, org.opensaml.core.xml.AttributeExtensibleXMLObject
| Modifier and Type | Field and Description |
|---|---|
static QName |
ELEMENT_NAME
Default element name
|
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<SimpleXMLObject> |
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 |
|---|
SimpleXMLObject(String namspaceURI,
String localName,
String namespacePrefix)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the name attribute.
|
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
List<SimpleXMLObject> |
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 |
setId(String newId)
Sets the name attribute.
|
void |
setValue(String newValue)
Sets the value of this object.
|
detach, 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 ID_ATTRIB_NAME
private String id
private String value
private org.opensaml.core.xml.util.XMLObjectChildrenList<SimpleXMLObject> simpleXMLObjects
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> unknownXMLObjects
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 List<SimpleXMLObject> 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.