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


public interface Status

Author:
Jiandong Guo

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


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