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>
| Constructor and Description |
|---|
PolicyReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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)