org.systinet.wasp.dd
Interface PolicyAssertion


public interface PolicyAssertion

This interface represents a policy assertion in deployment descriptor.

Since:
5.0
Component:
Core

Method Summary
 java.lang.String getClazz()
          Gets the name of class, which implements this assertion.
 QName getName()
          Gets QName of assertion.
 void setClazz(java.lang.String clazz)
          Sets the name of class, which implements this assertion.
 void setName(QName name)
          Sets QName of assertion.
 

Method Detail

getName

public QName getName()
Gets QName of assertion.

Returns:
QName of assertion

setName

public void setName(QName name)
Sets QName of assertion.

Parameters:
name - QName of assertion

getClazz

public java.lang.String getClazz()
Gets the name of class, which implements this assertion.

Returns:
class name

setClazz

public void setClazz(java.lang.String clazz)
Sets the name of class, which implements this assertion.

Parameters:
clazz - class name