Skip navigation links
oracle.wsm.policy.wsdl.extensions
Class PolicyReferenceExtension
java.lang.Object
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
fieldElementType
protected QName fieldElementType
fieldRequired
protected Boolean fieldRequired
fieldPolicyRefURI
protected String fieldPolicyRefURI
policyReference
protected IPolicyReference policyReference
PolicyReferenceExtension
public PolicyReferenceExtension()
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
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.