@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:21:38+01:00", comments="JAXB RI v2.3.7") public class Row extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="EncryptableLeftCell" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</choice>
<choice>
<element name="EncryptableRightCell" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Row() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncryptableLeftCell()
Gets the value of the encryptableLeftCell property.
|
byte[] |
getEncryptableRightCell()
Gets the value of the encryptableRightCell property.
|
void |
setEncryptableLeftCell(byte[] value)
Sets the value of the encryptableLeftCell property.
|
void |
setEncryptableRightCell(byte[] value)
Sets the value of the encryptableRightCell property.
|
public byte[] getEncryptableLeftCell()
public void setEncryptableLeftCell(byte[] value)
value - allowed object is
byte[]public byte[] getEncryptableRightCell()
public void setEncryptableRightCell(byte[] value)
value - allowed object is
byte[]
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.