public class Record extends Object
Java class for record complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="record">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://comet.werk-ii.com/base}unsignedInt" />
<attribute name="id2" type="{http://comet.werk-ii.com/base}unsignedInt" />
<attribute name="id3" type="{http://comet.werk-ii.com/base}unsignedInt" />
<attribute name="sid" type="{http://comet.werk-ii.com/base}varchar100N" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
id |
protected BigInteger |
id2 |
protected BigInteger |
id3 |
protected String |
sid |
| Constructor and Description |
|---|
Record() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getId()
Gets the value of the id property.
|
BigInteger |
getId2()
Gets the value of the id2 property.
|
BigInteger |
getId3()
Gets the value of the id3 property.
|
String |
getSid()
Gets the value of the sid property.
|
void |
setId(BigInteger value)
Sets the value of the id property.
|
void |
setId2(BigInteger value)
Sets the value of the id2 property.
|
void |
setId3(BigInteger value)
Sets the value of the id3 property.
|
void |
setSid(String value)
Sets the value of the sid property.
|
protected BigInteger id
protected BigInteger id2
protected BigInteger id3
protected String sid
public BigInteger getId()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getId2()
BigIntegerpublic void setId2(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getId3()
BigIntegerpublic void setId3(BigInteger value)
value - allowed object is
BigIntegerpublic String getSid()
StringCopyright © 2017 SAP SE. All Rights Reserved.