public class RoleBlockData
extends java.lang.Object
Java class for roleBlockData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="roleBlockData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{}blockTypes" />
<attribute name="actionset" type="{}actionSet" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
actionset |
protected BlockTypes |
type |
| Constructor and Description |
|---|
RoleBlockData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionset()
Gets the value of the actionset property.
|
BlockTypes |
getType()
Gets the value of the type property.
|
void |
setActionset(java.lang.String value)
Sets the value of the actionset property.
|
void |
setType(BlockTypes value)
Sets the value of the type property.
|
protected BlockTypes type
protected java.lang.String actionset
public BlockTypes getType()
BlockTypespublic void setType(BlockTypes value)
value - allowed object is
BlockTypespublic java.lang.String getActionset()
Stringpublic void setActionset(java.lang.String value)
value - allowed object is
String