|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.security.external.jaxb.samlv2.protocol.StatusType
public class StatusType
Java class for StatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}StatusCode"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}StatusMessage" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}StatusDetail" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected StatusCodeType |
statusCode
|
protected StatusDetailType |
statusDetail
|
protected String |
statusMessage
|
| Constructor Summary | |
|---|---|
StatusType()
|
|
| Method Summary | |
|---|---|
StatusCodeType |
getStatusCode()
Gets the value of the statusCode property. |
StatusDetailType |
getStatusDetail()
Gets the value of the statusDetail property. |
String |
getStatusMessage()
Gets the value of the statusMessage property. |
void |
setStatusCode(StatusCodeType value)
Sets the value of the statusCode property. |
void |
setStatusDetail(StatusDetailType value)
Sets the value of the statusDetail property. |
void |
setStatusMessage(String value)
Sets the value of the statusMessage property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected StatusCodeType statusCode
protected String statusMessage
protected StatusDetailType statusDetail
| Constructor Detail |
|---|
public StatusType()
| Method Detail |
|---|
public StatusCodeType getStatusCode()
StatusCodeTypepublic void setStatusCode(StatusCodeType value)
value - allowed object is
StatusCodeTypepublic String getStatusMessage()
Stringpublic void setStatusMessage(String value)
value - allowed object is
Stringpublic StatusDetailType getStatusDetail()
StatusDetailTypepublic void setStatusDetail(StatusDetailType value)
value - allowed object is
StatusDetailType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||