|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.ehbox.core.v2.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="ContentType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="DOCUMENT"/>
<enumeration value="NEWS"/>
</restriction>
</simpleType>
</element>
<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="50"/>
</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 | |
|---|---|
String |
getContentType()
Gets the value of the contentType property. |
DataHandler |
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 |
setContentType(String value)
Sets the value of the contentType property. |
void |
setEncryptableINSSPatient(DataHandler 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 DataHandler getEncryptableINSSPatient()
DataHandlerpublic void setEncryptableINSSPatient(DataHandler value)
value - allowed object is
DataHandlerpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic 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 | |||||||||