|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.ehbox.core.v2.FreeInformationsType
public class FreeInformationsType
Free Informations added by the user to a message. Can be one of the 3 tpes: FreeText, Table or OldFreeInformation
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 Summary | |
---|---|
FreeInformationsType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FreeInformationsType()
Method Detail |
---|
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[]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |