@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:23:56+02:00", comments="JAXB RI v2.3.7") public class ContentInfoType extends Object implements Serializable
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 and Description |
---|
ContentInfoType() |
Modifier and Type | Method and Description |
---|---|
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.
|
public byte[] getEncryptableINSSPatient()
public void setEncryptableINSSPatient(byte[] value)
value
- allowed object is
byte[]public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getMimeType()
String
public void setMimeType(String value)
value
- allowed object is
String
public boolean isHasFreeInformations()
public void setHasFreeInformations(boolean value)
public boolean isHasAnnex()
public void setHasAnnex(boolean value)
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.