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

All Known Implementing Classes:
StatusImpl, StatusImpl

public interface Status

Author:
Jiandong Guo

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

Method Detail

isValid

boolean isValid()

getCode

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

Returns:
String

getReason

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

Returns:
String

setCode

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

Parameters:
value - String

setReason

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

Parameters:
value - String


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.