org.jboss.identity.federation.saml.v2.protocol
Class StatusType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.protocol.StatusType

public class StatusType
extends java.lang.Object

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  java.lang.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.
 java.lang.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(java.lang.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

statusCode

protected StatusCodeType statusCode

statusMessage

protected java.lang.String statusMessage

statusDetail

protected StatusDetailType statusDetail
Constructor Detail

StatusType

public StatusType()
Method Detail

getStatusCode

public StatusCodeType getStatusCode()
Gets the value of the statusCode property.

Returns:
possible object is StatusCodeType

setStatusCode

public void setStatusCode(StatusCodeType value)
Sets the value of the statusCode property.

Parameters:
value - allowed object is StatusCodeType

getStatusMessage

public java.lang.String getStatusMessage()
Gets the value of the statusMessage property.

Returns:
possible object is String

setStatusMessage

public void setStatusMessage(java.lang.String value)
Sets the value of the statusMessage property.

Parameters:
value - allowed object is String

getStatusDetail

public StatusDetailType getStatusDetail()
Gets the value of the statusDetail property.

Returns:
possible object is StatusDetailType

setStatusDetail

public void setStatusDetail(StatusDetailType value)
Sets the value of the statusDetail property.

Parameters:
value - allowed object is StatusDetailType


Copyright © 2009 JBoss Inc.. All Rights Reserved.