#include <saml/saml2/core/Assertions.h>
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. |
virtual ProxyRestriction* opensaml::saml2::ProxyRestriction::cloneProxyRestriction | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual std::pair<bool,int> opensaml::saml2::ProxyRestriction::getCount | ( | ) | const [pure virtual] |
Returns the Count attribute after a NULL indicator.
virtual void opensaml::saml2::ProxyRestriction::setCount | ( | const XMLCh * | Count | ) | [pure virtual] |
Sets the Count attribute using a string value.
virtual void opensaml::saml2::ProxyRestriction::setCount | ( | int | Count | ) | [pure virtual] |
Sets the Count attribute.
virtual xmltooling::XMLObjectChildrenList< std::vector< Audience *> > opensaml::saml2::ProxyRestriction::getAudiences | ( | ) | [pure virtual] |
Returns modifiable Audience collection.
virtual const std::vector< Audience *>& opensaml::saml2::ProxyRestriction::getAudiences | ( | ) | const [pure virtual] |
Returns reference to immutable Audience collection.