public class Placeholder extends Object
Java class for placeholder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="placeholder">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="record" type="{http://comet.werk-ii.com/base}record"/>
<element name="newValue" type="{http://comet.werk-ii.com/psc_notes}newValue"/>
</sequence>
<attribute name="pid" use="required" type="{http://comet.werk-ii.com/base}idType" />
<attribute name="stdAction" use="required" type="{http://comet.werk-ii.com/psc_notes}standardAction" />
<attribute name="actionID" type="{http://comet.werk-ii.com/base}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
actionID |
protected NewValue |
newValue |
protected String |
pid |
protected Record |
record |
protected StandardAction |
stdAction |
| Constructor and Description |
|---|
Placeholder() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getActionID()
Gets the value of the actionID property.
|
NewValue |
getNewValue()
Gets the value of the newValue property.
|
String |
getPid()
Gets the value of the pid property.
|
Record |
getRecord()
Gets the value of the record property.
|
StandardAction |
getStdAction()
Gets the value of the stdAction property.
|
void |
setActionID(BigInteger value)
Sets the value of the actionID property.
|
void |
setNewValue(NewValue value)
Sets the value of the newValue property.
|
void |
setPid(String value)
Sets the value of the pid property.
|
void |
setRecord(Record value)
Sets the value of the record property.
|
void |
setStdAction(StandardAction value)
Sets the value of the stdAction property.
|
protected Record record
protected NewValue newValue
protected String pid
protected StandardAction stdAction
protected BigInteger actionID
public Record getRecord()
Recordpublic void setRecord(Record value)
value - allowed object is
Recordpublic NewValue getNewValue()
NewValuepublic void setNewValue(NewValue value)
value - allowed object is
NewValuepublic String getPid()
Stringpublic void setPid(String value)
value - allowed object is
Stringpublic StandardAction getStdAction()
StandardActionpublic void setStdAction(StandardAction value)
value - allowed object is
StandardActionpublic BigInteger getActionID()
BigIntegerpublic void setActionID(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017 SAP SE. All Rights Reserved.