public class Comment extends Object
Java class for comment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="comment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="plain" type="{http://comet.werk-ii.com/base}textN"/>
<element name="tagged" type="{http://comet.werk-ii.com/base}textN"/>
<element name="image" type="{http://comet.werk-ii.com/psc_notes}image"/>
</sequence>
<attribute name="num" use="required" type="{http://comet.werk-ii.com/base}sequenceNo" />
<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 Image |
image |
protected BigInteger |
num |
protected String |
on |
protected String |
plain |
protected String |
role |
protected String |
tagged |
protected String |
user |
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
Image |
getImage()
Gets the value of the image property.
|
BigInteger |
getNum()
Gets the value of the num property.
|
String |
getOn()
Gets the value of the on property.
|
String |
getPlain()
Gets the value of the plain property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getTagged()
Gets the value of the tagged property.
|
String |
getUser()
Gets the value of the user property.
|
void |
setImage(Image value)
Sets the value of the image property.
|
void |
setNum(BigInteger value)
Sets the value of the num property.
|
void |
setOn(String value)
Sets the value of the on property.
|
void |
setPlain(String value)
Sets the value of the plain property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setTagged(String value)
Sets the value of the tagged property.
|
void |
setUser(String value)
Sets the value of the user property.
|
protected String plain
protected String tagged
protected Image image
protected BigInteger num
protected String user
protected String role
protected String on
public String getPlain()
Stringpublic void setPlain(String value)
value - allowed object is
Stringpublic String getTagged()
Stringpublic void setTagged(String value)
value - allowed object is
Stringpublic Image getImage()
Imagepublic void setImage(Image value)
value - allowed object is
Imagepublic BigInteger getNum()
BigIntegerpublic void setNum(BigInteger value)
value - allowed object is
BigIntegerpublic 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.