Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


oracle.bpel.services.workflow.client.config
Class PolicyReferenceType

java.lang.Object
  extended by oracle.bpel.services.workflow.client.config.PolicyReferenceType

All Implemented Interfaces:
java.io.Serializable

public class PolicyReferenceType
extends java.lang.Object
implements java.io.Serializable

Java class for PolicyReferenceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PolicyReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="category" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="enabled" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
PolicyReferenceType()
           

 

Method Summary
 java.lang.String getCategory()
          Gets the value of the category property.
 java.lang.String getUri()
          Gets the value of the uri property.
 boolean isEnabled()
          Gets the value of the enabled property.
 void setCategory(java.lang.String value)
          Sets the value of the category property.
 void setEnabled(boolean value)
          Sets the value of the enabled property.
 void setUri(java.lang.String value)
          Sets the value of the uri property.

 

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

 

Constructor Detail

PolicyReferenceType

public PolicyReferenceType()

Method Detail

getUri

public java.lang.String getUri()
Gets the value of the uri property.
Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.
Parameters:
value - allowed object is String

getCategory

public java.lang.String getCategory()
Gets the value of the category property.
Returns:
possible object is String

setCategory

public void setCategory(java.lang.String value)
Sets the value of the category property.
Parameters:
value - allowed object is String

isEnabled

public boolean isEnabled()
Gets the value of the enabled property.

setEnabled

public void setEnabled(boolean value)
Sets the value of the enabled property.

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


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