#include <xmltooling/encryption/Encryption.h>
Inheritance diagram for xmlencryption::EncryptionProperty:
Public Member Functions | |
virtual EncryptionProperty * | cloneEncryptionProperty () const =0 |
Type-specific clone method. | |
virtual const XMLCh * | getTarget () const =0 |
Returns the Target attribute. | |
virtual void | setTarget (const XMLCh *Target)=0 |
Sets the Target attribute. | |
virtual const XMLCh * | getId () const =0 |
Returns the Id attribute. | |
virtual void | setId (const XMLCh *Id)=0 |
Sets the Id attribute. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TARGET_ATTRIB_NAME [] |
Target attribute name. | |
static const XMLCh | ID_ATTRIB_NAME [] |
Id attribute name. | |
static const XMLCh | TYPE_NAME [] |
EncryptionPropertyType local name. |