@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:23:56+02: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()
EncryptableOldFreeInformation
public void setEncryptableOldFreeInformation(EncryptableOldFreeInformation value)
value
- allowed object is
EncryptableOldFreeInformation
public Table getTable()
Table
public void setTable(Table value)
value
- allowed object is
Table
public byte[] getEncryptableFreeText()
public void setEncryptableFreeText(byte[] value)
value
- allowed object is
byte[]
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.