|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.ale.wsdl.aleac.epcglobal.DefineRole
public class DefineRole
Java class for DefineRole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DefineRole">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="roleName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="role" type="{urn:epcglobal:ale:xsd:1}ACRole"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ACRole |
role
|
protected java.lang.String |
roleName
|
| Constructor Summary | |
|---|---|
DefineRole()
|
|
| Method Summary | |
|---|---|
ACRole |
getRole()
Gets the value of the role property. |
java.lang.String |
getRoleName()
Gets the value of the roleName property. |
void |
setRole(ACRole value)
Sets the value of the role 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 ACRole role
| Constructor Detail |
|---|
public DefineRole()
| Method Detail |
|---|
public java.lang.String getRoleName()
Stringpublic void setRoleName(java.lang.String value)
value - allowed object is
Stringpublic ACRole getRole()
ACRolepublic void setRole(ACRole value)
value - allowed object is
ACRole
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||