org.apache.tuscany.sca.policy.impl
Class PolicySetReferenceImpl

java.lang.Object
  extended by org.apache.tuscany.sca.policy.impl.PolicySetReferenceImpl
All Implemented Interfaces:
PolicySetReference

public class PolicySetReferenceImpl
extends java.lang.Object
implements PolicySetReference

Concrete implementation for a PolicySetReference


Constructor Summary
PolicySetReferenceImpl()
           
 
Method Summary
 javax.xml.namespace.QName getReferredPolicySetName()
          Returns the name of the policyset being referred to
 void setReferredPolicySetName(javax.xml.namespace.QName refPolicySetName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicySetReferenceImpl

public PolicySetReferenceImpl()
Method Detail

getReferredPolicySetName

public javax.xml.namespace.QName getReferredPolicySetName()
Description copied from interface: PolicySetReference
Returns the name of the policyset being referred to

Specified by:
getReferredPolicySetName in interface PolicySetReference
Returns:
the QName of the referred policyset

setReferredPolicySetName

public void setReferredPolicySetName(javax.xml.namespace.QName refPolicySetName)
Specified by:
setReferredPolicySetName in interface PolicySetReference
Parameters:
refPolicySetName - the name of the policyset being referred to