@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:21:38+01:00", comments="JAXB RI v2.3.7") public class FreeInformationsType extends Object implements Serializable
Java class for FreeInformationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FreeInformationsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="EncryptableFreeText" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="Table">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Row" maxOccurs="unbounded">
<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>
</element>
</sequence>
<attribute name="Title" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="EncryptableOldFreeInformation">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attribute name="Render" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FreeInformationsType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncryptableFreeText()
Gets the value of the encryptableFreeText property.
|
EncryptableOldFreeInformation |
getEncryptableOldFreeInformation()
Gets the value of the encryptableOldFreeInformation property.
|
Table |
getTable()
Gets the value of the table property.
|
void |
setEncryptableFreeText(byte[] value)
Sets the value of the encryptableFreeText property.
|
void |
setEncryptableOldFreeInformation(EncryptableOldFreeInformation value)
Sets the value of the encryptableOldFreeInformation property.
|
void |
setTable(Table value)
Sets the value of the table property.
|
public EncryptableOldFreeInformation getEncryptableOldFreeInformation()
EncryptableOldFreeInformationpublic void setEncryptableOldFreeInformation(EncryptableOldFreeInformation value)
value - allowed object is
EncryptableOldFreeInformationpublic Table getTable()
Tablepublic void setTable(Table value)
value - allowed object is
Tablepublic byte[] getEncryptableFreeText()
public void setEncryptableFreeText(byte[] value)
value - allowed object is
byte[]
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.