|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.ehbox.core.v3.ContentInfoType
public class ContentInfoType
Info about the message content, without transmitting everything
Java class for ContentInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EncryptableINSSPatient" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="Title">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="400"/>
</restriction>
</simpleType>
</element>
<element name="MimeType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="HasFreeInformations" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="HasAnnex" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ContentInfoType()
|
|
| Method Summary | |
|---|---|
byte[] |
getEncryptableINSSPatient()
Gets the value of the encryptableINSSPatient property. |
String |
getMimeType()
Gets the value of the mimeType property. |
String |
getTitle()
Gets the value of the title property. |
boolean |
isHasAnnex()
Gets the value of the hasAnnex property. |
boolean |
isHasFreeInformations()
Gets the value of the hasFreeInformations property. |
void |
setEncryptableINSSPatient(byte[] value)
Sets the value of the encryptableINSSPatient property. |
void |
setHasAnnex(boolean value)
Sets the value of the hasAnnex property. |
void |
setHasFreeInformations(boolean value)
Sets the value of the hasFreeInformations property. |
void |
setMimeType(String value)
Sets the value of the mimeType property. |
void |
setTitle(String value)
Sets the value of the title property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentInfoType()
| Method Detail |
|---|
public byte[] getEncryptableINSSPatient()
public void setEncryptableINSSPatient(byte[] value)
value - allowed object is
byte[]public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic boolean isHasFreeInformations()
public void setHasFreeInformations(boolean value)
public boolean isHasAnnex()
public void setHasAnnex(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||