public class IdentityMappingResponse
extends org.opensaml.core.xml.AbstractXMLObject
implements org.opensaml.core.xml.AttributeExtensibleXMLObject
<xs:element name="IdentityMappingResponse" type="IdentityMappingResponseType"/>
<xs:complexType name="IdentityMappingResponseType">
<xs:sequence>
<xs:element ref="lu:Status"/>
<xs:element ref="MappingOutput" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityMappingResponse.Builder
Static Builder
|
static class |
IdentityMappingResponse.Marshaller
Internal marshaller, placing attribute values into the DOM
|
static class |
IdentityMappingResponse.Unmarshaller
Internal unmarshaller, placing DOM atts into the XMLObject
and connecting child elements
|
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCAL_NAME |
private org.opensaml.core.xml.util.XMLObjectChildrenList<MappingOutput> |
mappingOutputs |
private org.opensaml.core.xml.util.AttributeMap |
otherAttributes |
private Status |
status |
| Modifier | Constructor and Description |
|---|---|
protected |
IdentityMappingResponse(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<MappingOutput> |
getMappingOutputs() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
Status |
getStatus() |
org.opensaml.core.xml.util.AttributeMap |
getUnknownAttributes() |
void |
setStatus(Status status) |
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 LOCAL_NAME
private org.opensaml.core.xml.util.XMLObjectChildrenList<MappingOutput> mappingOutputs
private Status status
private org.opensaml.core.xml.util.AttributeMap otherAttributes
public org.opensaml.core.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes in interface org.opensaml.core.xml.AttributeExtensibleXMLObjectpublic org.opensaml.core.xml.util.XMLObjectChildrenList<MappingOutput> getMappingOutputs()
public Status getStatus()
public void setStatus(Status status)
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectCopyright © 1999–2015. All rights reserved.