|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Status
This interface defines how the object representing a SAML 1 Status
element behaves.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace. |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name |
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type |
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type |
Method Summary | |
---|---|
StatusCode |
getStatusCode()
Return the object representing the StatusCode |
StatusDetail |
getStatusDetail()
Return the object representing the StatusDetail |
StatusMessage |
getStatusMessage()
Return the object representing the StatusMessage |
void |
setStatusCode(StatusCode statusCode)
Set the object representing the StatusCode |
void |
setStatusDetail(StatusDetail statusDetail)
Set the object representing the StatusDetail |
void |
setStatusMessage(StatusMessage statusMessage)
Set the object representing the StatusMessage |
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, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Field Detail |
---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
Method Detail |
---|
StatusMessage getStatusMessage()
StatusMessage (element).
void setStatusMessage(StatusMessage statusMessage) throws java.lang.IllegalArgumentException
StatusMessage (element).
- Throws:
java.lang.IllegalArgumentException
StatusCode getStatusCode()
StatusCode (element).
void setStatusCode(StatusCode statusCode) throws java.lang.IllegalArgumentException
StatusCode (element).
- Throws:
java.lang.IllegalArgumentException
StatusDetail getStatusDetail()
StatusDetail (element).
void setStatusDetail(StatusDetail statusDetail) throws java.lang.IllegalArgumentException
StatusDetail (element).
- Throws:
java.lang.IllegalArgumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |