public class RuntimePermissionsEntryXto extends Object
Java class for RuntimePermissionsEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RuntimePermissionsEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="valueList" type="{http://eclipse.org/stardust/ws/v2012a/api}StringList"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RuntimePermissionsEntryXto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
StringListXto |
getValueList()
Gets the value of the valueList property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValueList(StringListXto value)
Sets the value of the valueList property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic StringListXto getValueList()
StringListXtopublic void setValueList(StringListXto value)
value - allowed object is
StringListXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.