Apache CXF API

org.apache.cxf.ws.security.sts.provider.model
Class StatusType

java.lang.Object
  extended by org.apache.cxf.ws.security.sts.provider.model.StatusType

public class StatusType
extends 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 name="Code" type="{http://docs.oasis-open.org/ws-sx/ws-trust/200512}StatusCodeOpenEnum"/>
         <element name="Reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String code
           
protected  String reason
           
 
Constructor Summary
StatusType()
           
 
Method Summary
 String getCode()
          Gets the value of the code property.
 String getReason()
          Gets the value of the reason property.
 void setCode(String value)
          Sets the value of the code property.
 void setReason(String value)
          Sets the value of the reason property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

protected String code

reason

protected String reason
Constructor Detail

StatusType

public StatusType()
Method Detail

getCode

public String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

getReason

public String getReason()
Gets the value of the reason property.

Returns:
possible object is String

setReason

public void setReason(String value)
Sets the value of the reason property.

Parameters:
value - allowed object is String

Apache CXF API

Apache CXF