public class Permission extends Object
Java class for permission complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="permission">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="permission" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resourceType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resourceInstance" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="roleName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="createUser" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="createTimestamp" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="modifyUser" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="modifyTimestamp" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected String |
createTimestamp |
protected String |
createUser |
protected String |
modifyTimestamp |
protected String |
modifyUser |
protected String |
permission |
protected String |
resourceInstance |
protected String |
resourceType |
protected String |
roleName |
| Constructor and Description |
|---|
Permission() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
String |
getCreateTimestamp()
Gets the value of the createTimestamp property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
String |
getModifyTimestamp()
Gets the value of the modifyTimestamp property.
|
String |
getModifyUser()
Gets the value of the modifyUser property.
|
String |
getPermission()
Gets the value of the permission property.
|
String |
getResourceInstance()
Gets the value of the resourceInstance property.
|
String |
getResourceType()
Gets the value of the resourceType property.
|
String |
getRoleName()
Gets the value of the roleName property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setCreateTimestamp(String value)
Sets the value of the createTimestamp property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setModifyTimestamp(String value)
Sets the value of the modifyTimestamp property.
|
void |
setModifyUser(String value)
Sets the value of the modifyUser property.
|
void |
setPermission(String value)
Sets the value of the permission property.
|
void |
setResourceInstance(String value)
Sets the value of the resourceInstance property.
|
void |
setResourceType(String value)
Sets the value of the resourceType property.
|
void |
setRoleName(String value)
Sets the value of the roleName property.
|
protected String permission
protected String resourceType
protected String resourceInstance
protected String action
protected String roleName
protected String createUser
protected String createTimestamp
protected String modifyUser
protected String modifyTimestamp
public String getPermission()
Stringpublic void setPermission(String value)
value - allowed object is
Stringpublic String getResourceType()
Stringpublic void setResourceType(String value)
value - allowed object is
Stringpublic String getResourceInstance()
Stringpublic void setResourceInstance(String value)
value - allowed object is
Stringpublic String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic String getRoleName()
Stringpublic void setRoleName(String value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic String getCreateTimestamp()
Stringpublic void setCreateTimestamp(String value)
value - allowed object is
Stringpublic String getModifyUser()
Stringpublic void setModifyUser(String value)
value - allowed object is
Stringpublic String getModifyTimestamp()
StringCopyright © 2015-07-20–2017 AT&T. All rights reserved.