#include <saml/saml2/core/Assertions.h>
Inheritance diagram for opensaml::saml2::ProxyRestriction:

Public Member Functions | |
| virtual ProxyRestriction * | cloneProxyRestriction () const =0 |
| Type-specific clone method. | |
| virtual std::pair< bool, int > | getCount () const =0 |
| Returns the Count attribute after a NULL indicator. | |
| virtual void | setCount (const XMLCh *Count)=0 |
| Sets the Count attribute using a string value. | |
| virtual void | setCount (int Count)=0 |
| Sets the Count attribute. | |
|
virtual xmltooling::XMLObjectChildrenList< std::vector< Audience * > > | getAudiences ()=0 |
| Returns modifiable Audience collection. | |
|
virtual const std::vector< Audience * > & | getAudiences () const =0 |
| Returns reference to immutable Audience collection. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | COUNT_ATTRIB_NAME [] |
| Count attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| ProxyRestrictionType local name. | |
1.4.7