|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.common.impl.AbstractSAMLObject
org.opensaml.saml1.core.impl.StatusImpl
public class StatusImpl
Concrete Implementation Status
| Field Summary | |
|---|---|
private StatusCode |
statusCode
Representation of the StatusCode element. |
private StatusDetail |
statusDetail
Representation of the StatusDetail element. |
private StatusMessage |
statusMessage
Representation of the StatusMessage element. |
| Fields inherited from interface org.opensaml.saml1.core.Status |
|---|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME |
| Constructor Summary | |
|---|---|
protected |
StatusImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor |
| Method Summary | |
|---|---|
List<XMLObject> |
getOrderedChildren()
|
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 class org.opensaml.common.impl.AbstractSAMLObject |
|---|
equals, hashCode, prepareForAssignment |
| Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| 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, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Field Detail |
|---|
private StatusMessage statusMessage
private StatusCode statusCode
private StatusDetail statusDetail
| Constructor Detail |
|---|
protected StatusImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespace| Method Detail |
|---|
public StatusMessage getStatusMessage()
StatusMessage (element).
- Specified by:
getStatusMessage in interface Status
public void setStatusMessage(StatusMessage statusMessage)
throws IllegalArgumentException
StatusMessage (element).
- Specified by:
setStatusMessage in interface Status
- Throws:
IllegalArgumentException
public StatusCode getStatusCode()
StatusCode (element).
- Specified by:
getStatusCode in interface Status
public void setStatusCode(StatusCode statusCode)
throws IllegalArgumentException
StatusCode (element).
- Specified by:
setStatusCode in interface Status
- Throws:
IllegalArgumentException
public StatusDetail getStatusDetail()
StatusDetail (element).
- Specified by:
getStatusDetail in interface Status
public void setStatusDetail(StatusDetail statusDetail)
throws IllegalArgumentException
StatusDetail (element).
- Specified by:
setStatusDetail in interface Status
- Throws:
IllegalArgumentException
public List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||