public abstract class ResponseType
extends org.opensaml.core.xml.AbstractXMLObject
implements org.opensaml.core.xml.AttributeExtensibleXMLObject
<xs:complexType name="ResponseType">
<xs:sequence>
<xs:element ref="Status" minOccurs="1" maxOccurs="1"/>
<xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="itemIDRef" use="optional"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseType.Marshaller
Internal marshaller, placing attribute values into the DOM
|
static class |
ResponseType.Unmarshaller
Internal unmarshaller, placing DOM atts into the ResponseType
and connecting child elements
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ATT_ITEM_ID_REF |
private org.opensaml.core.xml.util.XMLObjectChildrenList<Extension> |
extensions |
private String |
itemIDRef |
private org.opensaml.core.xml.util.AttributeMap |
otherAttributes |
private Status |
status |
| Modifier | Constructor and Description |
|---|---|
protected |
ResponseType(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<Extension> |
getExtensions() |
String |
getItemRefId() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
Status |
getStatus()
The code of the top level Status element, which this method returns,
must have a value of OK, Partial or Failed.
|
org.opensaml.core.xml.util.AttributeMap |
getUnknownAttributes() |
void |
setItemRefId(String itemIDRef) |
void |
setStatus(Status status) |
boolean |
statusIsFailed() |
boolean |
statusIsOK() |
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_REF
private Status status
private org.opensaml.core.xml.util.XMLObjectChildrenList<Extension> extensions
private String itemIDRef
private org.opensaml.core.xml.util.AttributeMap otherAttributes
public boolean statusIsFailed()
public boolean statusIsOK()
public void setItemRefId(String itemIDRef)
public String getItemRefId()
public Status getStatus()
public void setStatus(Status status)
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.