public class StatusImpl extends AbstractSAMLObject implements Status
Status.| Modifier and Type | Field and Description |
|---|---|
private StatusCode |
statusCode
Representation of the StatusCode element.
|
private StatusDetail |
statusDetail
Representation of the StatusDetail element.
|
private StatusMessage |
statusMessage
Representation of the StatusMessage element.
|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
StatusImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
StatusCode |
getStatusCode()
Return the object representing the
StatusCode (element). |
StatusDetail |
getStatusDetail()
Return the object representing the
StatusDetail (element). |
StatusMessage |
getStatusMessage()
Return the object representing the
StatusMessage (element). |
void |
setStatusCode(StatusCode code)
Set the object representing the
StatusCode (element). |
void |
setStatusDetail(StatusDetail detail)
Set the object representing the
StatusDetail (element). |
void |
setStatusMessage(StatusMessage message)
Set the object representing the
StatusMessage (element). |
equals, hashCode, prepareForAssignmentdetach, 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, finalize, getClass, 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, setSchemaLocationprivate StatusMessage statusMessage
private StatusCode statusCode
private StatusDetail statusDetail
protected StatusImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespacepublic StatusMessage getStatusMessage()
StatusMessage (element).getStatusMessage in interface Statuspublic void setStatusMessage(StatusMessage message)
StatusMessage (element).setStatusMessage in interface Statuspublic StatusCode getStatusCode()
StatusCode (element).getStatusCode in interface Statuspublic void setStatusCode(StatusCode code)
StatusCode (element).setStatusCode in interface Statuspublic StatusDetail getStatusDetail()
StatusDetail (element).getStatusDetail in interface Statuspublic void setStatusDetail(StatusDetail detail)
StatusDetail (element).setStatusDetail in interface Statuspublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject