public class Role extends Object
Java class for role complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="role">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="roleName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="userType" 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 |
createTimestamp |
protected String |
createUser |
protected String |
modifyTimestamp |
protected String |
modifyUser |
protected String |
roleName |
protected String |
userName |
protected String |
userType |
| Constructor and Description |
|---|
Role() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getRoleName()
Gets the value of the roleName property.
|
String |
getUserName()
Gets the value of the userName property.
|
String |
getUserType()
Gets the value of the userType 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 |
setRoleName(String value)
Sets the value of the roleName property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
setUserType(String value)
Sets the value of the userType property.
|
protected String userName
protected String roleName
protected String userType
protected String createUser
protected String createTimestamp
protected String modifyUser
protected String modifyTimestamp
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getRoleName()
Stringpublic void setRoleName(String value)
value - allowed object is
Stringpublic String getUserType()
Stringpublic void setUserType(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.