org.eclipse.stardust.engine.api.ws
Class RuntimePermissionsEntryXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.RuntimePermissionsEntryXto

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 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

RuntimePermissionsEntryXto

public RuntimePermissionsEntryXto()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getValueList

public StringListXto getValueList()
Gets the value of the valueList property.

Returns:
possible object is StringListXto

setValueList

public void setValueList(StringListXto value)
Sets the value of the valueList property.

Parameters:
value - allowed object is StringListXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.