|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.bpel.services.workflow.client.config.PolicyReferenceType
public class PolicyReferenceType
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>
| 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 |
|---|
public PolicyReferenceType()
| Method Detail |
|---|
public java.lang.String getUri()
Stringpublic void setUri(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getCategory()
Stringpublic void setCategory(java.lang.String value)
value - allowed object is Stringpublic boolean isEnabled()
public void setEnabled(boolean value)
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||