public class PolicyNodeItem
extends java.lang.Object
Java class for policyNodeItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="policyNodeItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parameter" type="{}parameterData" maxOccurs="unbounded" minOccurs="0"/>
<element name="access-control" type="{}accessControlData" minOccurs="0"/>
</sequence>
<attribute name="action" use="required" type="{}allActions" />
<attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccessControlData |
accessControl |
protected AllActions |
action |
protected java.lang.String |
label |
protected java.util.List<ParameterData> |
parameter |
protected java.lang.String |
path |
protected java.lang.String |
type |
protected java.lang.String |
url |
| Constructor and Description |
|---|
PolicyNodeItem() |
| Modifier and Type | Method and Description |
|---|---|
AccessControlData |
getAccessControl()
Gets the value of the accessControl property.
|
AllActions |
getAction()
Gets the value of the action property.
|
java.lang.String |
getLabel()
Gets the value of the label property.
|
java.util.List<ParameterData> |
getParameter()
Gets the value of the parameter property.
|
java.lang.String |
getPath()
Gets the value of the path property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getUrl()
Gets the value of the url property.
|
void |
setAccessControl(AccessControlData value)
Sets the value of the accessControl property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setLabel(java.lang.String value)
Sets the value of the label property.
|
void |
setPath(java.lang.String value)
Sets the value of the path property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
protected java.lang.String url
protected java.util.List<ParameterData> parameter
protected AccessControlData accessControl
protected AllActions action
protected java.lang.String path
protected java.lang.String type
protected java.lang.String label
public java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<ParameterData> getParameter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterData
public AccessControlData getAccessControl()
AccessControlDatapublic void setAccessControl(AccessControlData value)
value - allowed object is
AccessControlDatapublic AllActions getAction()
AllActionspublic void setAction(AllActions value)
value - allowed object is
AllActionspublic java.lang.String getPath()
Stringpublic void setPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
String