public class Changed extends Object
Java class for changed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="changed">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="state" use="required" type="{http://comet.werk-ii.com/base}varchar255" />
<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 |
state |
protected String |
user |
| Constructor and Description |
|---|
Changed() |
| 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 |
getState()
Gets the value of the state 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 |
setState(String value)
Sets the value of the state property.
|
void |
setUser(String value)
Sets the value of the user property.
|
protected String state
protected String user
protected String role
protected String on
public String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic 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.