|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.ale.wsdl.aleac.epcglobal.AddPermissions
public class AddPermissions
Java class for AddPermissions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddPermissions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="roleName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="permissionNames" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="permissionName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
AddPermissions.PermissionNames
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected AddPermissions.PermissionNames |
permissionNames
|
protected java.lang.String |
roleName
|
| Constructor Summary | |
|---|---|
AddPermissions()
|
|
| Method Summary | |
|---|---|
AddPermissions.PermissionNames |
getPermissionNames()
Gets the value of the permissionNames property. |
java.lang.String |
getRoleName()
Gets the value of the roleName property. |
void |
setPermissionNames(AddPermissions.PermissionNames value)
Sets the value of the permissionNames property. |
void |
setRoleName(java.lang.String value)
Sets the value of the roleName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String roleName
protected AddPermissions.PermissionNames permissionNames
| Constructor Detail |
|---|
public AddPermissions()
| Method Detail |
|---|
public java.lang.String getRoleName()
Stringpublic void setRoleName(java.lang.String value)
value - allowed object is
Stringpublic AddPermissions.PermissionNames getPermissionNames()
AddPermissions.PermissionNamespublic void setPermissionNames(AddPermissions.PermissionNames value)
value - allowed object is
AddPermissions.PermissionNames
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||