public abstract class RequestType
extends org.opensaml.core.xml.AbstractXMLObject
implements org.opensaml.core.xml.AttributeExtensibleXMLObject
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestType.Marshaller
Marshall attributes into the DOM
|
static class |
RequestType.Unmarshaller
Internal class that handles unmarshalling from the DOM
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ATT_ITEM_ID |
private org.opensaml.core.xml.util.XMLObjectChildrenList<Extension> |
extensions |
private String |
itemID |
private org.opensaml.core.xml.util.AttributeMap |
otherAttributes |
| Modifier | Constructor and Description |
|---|---|
protected |
RequestType(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<Extension> |
getExtensions() |
String |
getItemID()
Used to provide IDs to components that have IDs that may not be scoped
within the local xml instance document.
|
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
org.opensaml.core.xml.util.AttributeMap |
getUnknownAttributes()
Implementation of AttributeExtensibleXMLObject interface
|
void |
setItemID(String itemID)
Used to provide IDs to components that have IDs that may not be scoped
within the local xml instance document.
|
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 ATT_ITEM_ID
private String itemID
private org.opensaml.core.xml.util.AttributeMap otherAttributes
private org.opensaml.core.xml.util.XMLObjectChildrenList<Extension> extensions
public String getItemID()
public void setItemID(String itemID)
itemID - public org.opensaml.core.xml.util.XMLObjectChildrenList<Extension> getExtensions()
public 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.