|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.ehbox.core.v3.Row
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:49:54+02:00",
comments="JAXB RI v2.3.6")
public class Row
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 Summary | |
|---|---|
Row()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Row()
| Method Detail |
|---|
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[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||