#include <saml/saml2/metadata/Metadata.h>
Inheritance diagram for opensaml::saml2md::AffiliationDescriptor:
Public Member Functions | |
virtual AffiliationDescriptor * | cloneAffiliationDescriptor () const =0 |
Type-specific clone method. | |
virtual const XMLCh * | getID () const =0 |
Returns the ID attribute. | |
virtual void | setID (const XMLCh *ID)=0 |
Sets the ID attribute. | |
virtual const XMLCh * | getAffiliationOwnerID () const =0 |
Returns the AffiliationOwnerID attribute. | |
virtual void | setAffiliationOwnerID (const XMLCh *AffiliationOwnerID)=0 |
Sets the AffiliationOwnerID attribute. | |
virtual Extensions * | getExtensions () const =0 |
Returns the Extensions child. | |
virtual void | setExtensions (Extensions *child)=0 |
Sets the Extensions child. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< AffiliateMember * > > | getAffiliateMembers ()=0 |
Returns modifiable AffiliateMember collection. | |
virtual const std::vector< AffiliateMember * > & | getAffiliateMembers () const =0 |
Returns reference to immutable AffiliateMember collection. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< KeyDescriptor * > > | getKeyDescriptors ()=0 |
Returns modifiable KeyDescriptor collection. | |
virtual const std::vector< KeyDescriptor * > & | getKeyDescriptors () const =0 |
Returns reference to immutable KeyDescriptor collection. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | ID_ATTRIB_NAME [] |
ID attribute name. | |
static const XMLCh | AFFILIATIONOWNERID_ATTRIB_NAME [] |
AffiliationOwnerID attribute name. | |
static const XMLCh | TYPE_NAME [] |
AffiliationDescriptorType local name. |