public class NewValue extends Object
Java class for newValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="newValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element name="plain" type="{http://comet.werk-ii.com/base}textN"/>
<element name="tagged" type="{http://comet.werk-ii.com/base}textN"/>
</sequence>
<element name="path" type="{http://comet.werk-ii.com/base}pathN"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
path |
protected String |
plain |
protected String |
tagged |
| Constructor and Description |
|---|
NewValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Gets the value of the path property.
|
String |
getPlain()
Gets the value of the plain property.
|
String |
getTagged()
Gets the value of the tagged property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setPlain(String value)
Sets the value of the plain property.
|
void |
setTagged(String value)
Sets the value of the tagged property.
|
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 String getPath()
StringCopyright © 2017 SAP SE. All Rights Reserved.