FileDocCategorySizeDatePackage
Status.javaAPI DocExample3074Tue May 29 16:56:56 BST 2007com.sun.xml.ws.security.trust.elements

Status

public interface Status
author
WS-Trust Implementation Team.

Fields Summary
public static final String
STATUS_CODE_VALID
public static final String
STATUS_CODE_INVALID
Constructors Summary
Methods Summary
public java.lang.StringgetCode()
Gets the value of the code property.

return
{@link String }

public java.lang.StringgetReason()
Gets the value of the reason property.

return
{@link String }

public voidsetCode(java.lang.String value)
Sets the value of the code property.

param
value {@link String }

public voidsetReason(java.lang.String value)
Sets the value of the reason property.

param
value {@link String }