org.opensaml.saml1.core
Interface Status

All Superinterfaces:
SAMLObject, ValidatingXMLObject, XMLObject
All Known Implementing Classes:
StatusImpl

public interface Status
extends SAMLObject

This interface defines how the object representing a SAML 1 Status element behaves.


Field Summary
static String DEFAULT_ELEMENT_LOCAL_NAME
          Element name, no namespace.
static QName DEFAULT_ELEMENT_NAME
          Default element name
static String TYPE_LOCAL_NAME
          Local name of the XSI type
static QName TYPE_NAME
          QName of the XSI type
 
Method Summary
 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 statusCode)
          Set the object representing the StatusCode (element).
 void setStatusDetail(StatusDetail statusDetail)
          Set the object representing the StatusDetail (element).
 void setStatusMessage(StatusMessage statusMessage)
          Set the object representing the StatusMessage (element).
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

DEFAULT_ELEMENT_LOCAL_NAME

static final String DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final QName DEFAULT_ELEMENT_NAME
Default element name


TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Local name of the XSI type

See Also:
Constant Field Values

TYPE_NAME

static final QName TYPE_NAME
QName of the XSI type

Method Detail

getStatusMessage

StatusMessage getStatusMessage()
Return the object representing the StatusMessage (element).


setStatusMessage

void setStatusMessage(StatusMessage statusMessage)
                      throws IllegalArgumentException
Set the object representing the StatusMessage (element).

Throws:
IllegalArgumentException

getStatusCode

StatusCode getStatusCode()
Return the object representing the StatusCode (element).


setStatusCode

void setStatusCode(StatusCode statusCode)
                   throws IllegalArgumentException
Set the object representing the StatusCode (element).

Throws:
IllegalArgumentException

getStatusDetail

StatusDetail getStatusDetail()
Return the object representing the StatusDetail (element).


setStatusDetail

void setStatusDetail(StatusDetail statusDetail)
                     throws IllegalArgumentException
Set the object representing the StatusDetail (element).

Throws:
IllegalArgumentException


Copyright © 1999-2013. All Rights Reserved.