com.sun.xml.ws.api.security.trust
Interface Status

All Known Implementing Classes:
StatusImpl, StatusImpl

public interface Status


Method Summary
 java.lang.String getCode()
          Gets the value of the code property.
 java.lang.String getReason()
          Gets the value of the reason property.
 boolean isValid()
           
 void setCode(java.lang.String value)
          Sets the value of the code property.
 void setReason(java.lang.String value)
          Sets the value of the reason property.
 

Method Detail

isValid

boolean isValid()

getCode

java.lang.String getCode()
Gets the value of the code property.

Returns:
String

getReason

java.lang.String getReason()
Gets the value of the reason property.

Returns:
String

setCode

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

Parameters:
value - String

setReason

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

Parameters:
value - String