@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:30:12+02:00", comments="JAXB RI v2.2.11") public class ConsultationDocumentType extends Object implements Serializable
Java class for ConsultationDocumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultationDocumentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Title">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="400"/>
</restriction>
</simpleType>
</element>
<choice>
<element name="EncryptableBinaryContent" type="{http://ws-i.org/profiles/basic/1.1/xsd}swaRef"/>
<element name="EncryptableTextContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</choice>
<element name="DownloadFileName">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="255"/>
</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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConsultationDocumentType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDownloadFileName()
Gets the value of the downloadFileName property.
|
DataHandler |
getEncryptableBinaryContent()
Gets the value of the encryptableBinaryContent property.
|
byte[] |
getEncryptableTextContent()
Gets the value of the encryptableTextContent property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setDownloadFileName(String value)
Sets the value of the downloadFileName property.
|
void |
setEncryptableBinaryContent(DataHandler value)
Sets the value of the encryptableBinaryContent property.
|
void |
setEncryptableTextContent(byte[] value)
Sets the value of the encryptableTextContent property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic byte[] getEncryptableTextContent()
public void setEncryptableTextContent(byte[] value)
value - allowed object is
byte[]public DataHandler getEncryptableBinaryContent()
Stringpublic void setEncryptableBinaryContent(DataHandler value)
value - allowed object is
Stringpublic String getDownloadFileName()
Stringpublic void setDownloadFileName(String value)
value - allowed object is
Stringpublic String getMimeType()
String
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.