|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.ale.wsdl.aleac.epcglobal.AddRoles
public class AddRoles
Java class for AddRoles complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddRoles">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identityName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="roleNames" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="roleName" 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 |
AddRoles.RoleNames
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.String |
identityName
|
protected AddRoles.RoleNames |
roleNames
|
| Constructor Summary | |
|---|---|
AddRoles()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getIdentityName()
Gets the value of the identityName property. |
AddRoles.RoleNames |
getRoleNames()
Gets the value of the roleNames property. |
void |
setIdentityName(java.lang.String value)
Sets the value of the identityName property. |
void |
setRoleNames(AddRoles.RoleNames value)
Sets the value of the roleNames 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 identityName
protected AddRoles.RoleNames roleNames
| Constructor Detail |
|---|
public AddRoles()
| Method Detail |
|---|
public java.lang.String getIdentityName()
Stringpublic void setIdentityName(java.lang.String value)
value - allowed object is
Stringpublic AddRoles.RoleNames getRoleNames()
AddRoles.RoleNamespublic void setRoleNames(AddRoles.RoleNames value)
value - allowed object is
AddRoles.RoleNames
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||