Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.policy.wsdl.extensions
Class PolicyReferenceExtension

java.lang.Object
  extended by oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtension

All Implemented Interfaces:
Serializable, javax.wsdl.extensions.ExtensibilityElement

public class PolicyReferenceExtension
extends Object
implements javax.wsdl.extensions.ExtensibilityElement, Serializable
See Also:
Serialized Form

Field Summary
protected  QName fieldElementType
           
protected  String fieldPolicyRefURI
           
protected  Boolean fieldRequired
           
protected  IPolicyReference policyReference
           

 

Constructor Summary
PolicyReferenceExtension()
           

 

Method Summary
 QName getElementType()
          Get the type of this extensibility element.
 IPolicyReference getPolicyReference()
           
 String getPolicyURI()
           
 Boolean getRequired()
          Get whether or not the semantics of this extension are required.
 void setElementType(QName elementType)
          Set the type of this extensibility element.
 void setPolicyReference(IPolicyReference reference)
           
 void setPolicyURI(String policyURI)
           
 void setRequired(Boolean required)
          Set whether or not the semantics of this extension are required.
 String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

fieldElementType

protected QName fieldElementType

fieldRequired

protected Boolean fieldRequired

fieldPolicyRefURI

protected String fieldPolicyRefURI

policyReference

protected IPolicyReference policyReference

Constructor Detail

PolicyReferenceExtension

public PolicyReferenceExtension()

Method Detail

getElementType

public QName getElementType()
Get the type of this extensibility element.
Specified by:
getElementType in interface javax.wsdl.extensions.ExtensibilityElement
Returns:
the extensibility element's type

getRequired

public Boolean getRequired()
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.
Specified by:
getRequired in interface javax.wsdl.extensions.ExtensibilityElement

setElementType

public void setElementType(QName elementType)
Set the type of this extensibility element.
Specified by:
setElementType in interface javax.wsdl.extensions.ExtensibilityElement
Parameters:
elementType - the type

setRequired

public void setRequired(Boolean required)
Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.
Specified by:
setRequired in interface javax.wsdl.extensions.ExtensibilityElement

setPolicyURI

public void setPolicyURI(String policyURI)

getPolicyURI

public String getPolicyURI()

getPolicyReference

public IPolicyReference getPolicyReference()

setPolicyReference

public void setPolicyReference(IPolicyReference reference)

toString

public String toString()
Overrides:
toString in class Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.