public class RuntimePermissionsXto extends Object
Java class for RuntimePermissions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RuntimePermissions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RuntimePermissionsMap" type="{http://eclipse.org/stardust/ws/v2012a/api}RuntimePermissionsMap"/>
<element name="DeniedRuntimePermissionsMap" type="{http://eclipse.org/stardust/ws/v2012a/api}RuntimePermissionsMap"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RuntimePermissionsXto() |
| Modifier and Type | Method and Description |
|---|---|
RuntimePermissionsMapXto |
getDeniedRuntimePermissionsMap()
Gets the value of the deniedRuntimePermissionsMap property.
|
RuntimePermissionsMapXto |
getRuntimePermissionsMap()
Gets the value of the runtimePermissionsMap property.
|
void |
setDeniedRuntimePermissionsMap(RuntimePermissionsMapXto value)
Sets the value of the deniedRuntimePermissionsMap property.
|
void |
setRuntimePermissionsMap(RuntimePermissionsMapXto value)
Sets the value of the runtimePermissionsMap property.
|
public RuntimePermissionsMapXto getRuntimePermissionsMap()
RuntimePermissionsMapXtopublic void setRuntimePermissionsMap(RuntimePermissionsMapXto value)
value - allowed object is
RuntimePermissionsMapXtopublic RuntimePermissionsMapXto getDeniedRuntimePermissionsMap()
RuntimePermissionsMapXtopublic void setDeniedRuntimePermissionsMap(RuntimePermissionsMapXto value)
value - allowed object is
RuntimePermissionsMapXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.