|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.RuntimePermissionsEntryXto
public class RuntimePermissionsEntryXto
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 Summary | |
|---|---|
RuntimePermissionsEntryXto()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimePermissionsEntryXto()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic StringListXto getValueList()
StringListXtopublic void setValueList(StringListXto value)
value - allowed object is
StringListXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||