org.eclipse.swordfish.registry.domain
Class PolicyRefExtensionImpl

java.lang.Object
  extended by org.eclipse.swordfish.registry.domain.ExtensibilityBase
      extended by org.eclipse.swordfish.registry.domain.PolicyRefExtensionImpl
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement, PolicyRefExtension

public class PolicyRefExtensionImpl
extends ExtensibilityBase
implements PolicyRefExtension


Field Summary
static javax.xml.namespace.QName POLICYREF_QN
           
static java.lang.String URI_ATTR
           
 
Method Summary
 javax.xml.namespace.QName getElementType()
           
 java.lang.String getURI()
           
 void setElementType(javax.xml.namespace.QName elementType)
           
 void setURI(java.lang.String uri)
           
 
Methods inherited from class org.eclipse.swordfish.registry.domain.ExtensibilityBase
getRequired, setRequired
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement
getRequired, setRequired
 

Field Detail

POLICYREF_QN

public static final javax.xml.namespace.QName POLICYREF_QN

URI_ATTR

public static final java.lang.String URI_ATTR
See Also:
Constant Field Values
Method Detail

setElementType

public void setElementType(javax.xml.namespace.QName elementType)
Specified by:
setElementType in interface javax.wsdl.extensions.ExtensibilityElement

getElementType

public javax.xml.namespace.QName getElementType()
Specified by:
getElementType in interface javax.wsdl.extensions.ExtensibilityElement

setURI

public void setURI(java.lang.String uri)
Specified by:
setURI in interface PolicyRefExtension

getURI

public java.lang.String getURI()
Specified by:
getURI in interface PolicyRefExtension