public class ProtectedResourceItem
extends java.lang.Object
Java class for protectedResourceItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="protectedResourceItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="access-control" type="{}accessControlData" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute name="resource-type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="resource-parentref" type="{}referenceType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccessControlData |
accessControl |
protected AllActions |
action |
protected java.lang.String |
domain |
protected java.lang.String |
objectid |
protected java.lang.String |
resourceParentref |
protected java.lang.String |
resourceType |
protected java.lang.String |
uniquename |
| Constructor and Description |
|---|
ProtectedResourceItem() |
| 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 |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
java.lang.String |
getResourceParentref()
Gets the value of the resourceParentref property.
|
java.lang.String |
getResourceType()
Gets the value of the resourceType property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
void |
setAccessControl(AccessControlData value)
Sets the value of the accessControl property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setResourceParentref(java.lang.String value)
Sets the value of the resourceParentref property.
|
void |
setResourceType(java.lang.String value)
Sets the value of the resourceType property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
protected AccessControlData accessControl
protected java.lang.String resourceType
protected java.lang.String resourceParentref
protected AllActions action
protected java.lang.String objectid
protected java.lang.String uniquename
protected java.lang.String domain
public AccessControlData getAccessControl()
AccessControlDatapublic void setAccessControl(AccessControlData value)
value - allowed object is
AccessControlDatapublic java.lang.String getResourceType()
Stringpublic void setResourceType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResourceParentref()
Stringpublic void setResourceParentref(java.lang.String value)
value - allowed object is
Stringpublic AllActions getAction()
AllActionspublic void setAction(AllActions value)
value - allowed object is
AllActionspublic java.lang.String getObjectid()
Stringpublic void setObjectid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUniquename()
Stringpublic void setUniquename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
String