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