Package org.opensaml.saml.saml2.core
Interface Status
- All Superinterfaces:
SAMLObject
,XMLObject
- All Known Implementing Classes:
StatusImpl
SAML 2.0 Core Status.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets the Code of this Status.Gets the Detail of this Status.Gets the Message of this Status.void
setStatusCode
(StatusCode newStatusCode) Sets the Code of this Status.void
setStatusDetail
(StatusDetail newStatusDetail) Sets the Detail of this Status.void
setStatusMessage
(StatusMessage newStatusMessage) Sets the Message of this Status.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Local Name of Status.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getStatusCode
StatusCode getStatusCode()Gets the Code of this Status.- Returns:
- Status StatusCode
-
setStatusCode
Sets the Code of this Status.- Parameters:
newStatusCode
- the Code of this Status
-
getStatusMessage
StatusMessage getStatusMessage()Gets the Message of this Status.- Returns:
- Status StatusMessage
-
setStatusMessage
Sets the Message of this Status.- Parameters:
newStatusMessage
- the Message of this Status
-
getStatusDetail
StatusDetail getStatusDetail()Gets the Detail of this Status.- Returns:
- Status StatusDetail
-
setStatusDetail
Sets the Detail of this Status.- Parameters:
newStatusDetail
- the Detail of this Status
-