public class Created extends Object
Java class for created complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="created">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="user" use="required" type="{http://comet.werk-ii.com/base}varchar255" />
<attribute name="role" use="required" type="{http://comet.werk-ii.com/base}varchar255" />
<attribute name="on" use="required" type="{http://comet.werk-ii.com/base}internalDateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
on |
protected String |
role |
protected String |
user |
| Constructor and Description |
|---|
Created() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOn()
Gets the value of the on property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getUser()
Gets the value of the user property.
|
void |
setOn(String value)
Sets the value of the on property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setUser(String value)
Sets the value of the user property.
|
public String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
StringCopyright © 2017 SAP SE. All Rights Reserved.