#include <saml/saml2/metadata/Metadata.h>

Public Member Functions | |
| virtual AuthzDecisionQueryDescriptorType * | cloneAuthzDecisionQueryDescriptorType () const =0 |
| Type-specific clone method. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector< ActionNamespace * > > | getActionNamespaces ()=0 |
| Returns modifiable ActionNamespace collection. | |
| virtual const std::vector < ActionNamespace * > & | getActionNamespaces () const =0 |
| Returns reference to immutable ActionNamespace collection. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | TYPE_NAME [] |
| AuthzDecisionQueryDescriptorType local name. | |
| static xmltooling::QName | TYPE_QNAME |
| Type QName. | |
| virtual AuthzDecisionQueryDescriptorType* opensaml::saml2md::AuthzDecisionQueryDescriptorType::cloneAuthzDecisionQueryDescriptorType | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual xmltooling::XMLObjectChildrenList< std::vector< ActionNamespace *> > opensaml::saml2md::AuthzDecisionQueryDescriptorType::getActionNamespaces | ( | ) | [pure virtual] |
Returns modifiable ActionNamespace collection.
| virtual const std::vector< ActionNamespace *>& opensaml::saml2md::AuthzDecisionQueryDescriptorType::getActionNamespaces | ( | ) | const [pure virtual] |
Returns reference to immutable ActionNamespace collection.
1.5.6