|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.ehbox.core.v2.DocumentType
public class DocumentType
Specifies content of a Document message
Java class for DocumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentType">
<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://www.w3.org/2001/XMLSchema}base64Binary"/>
<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="80"/>
</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="Signing" type="{urn:be:fgov:ehealth:ehbox:core:v2}SigningType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DocumentType()
|
|
| Method Summary | |
|---|---|
String |
getDownloadFileName()
Gets the value of the downloadFileName property. |
DataHandler |
getEncryptableBinaryContent()
Gets the value of the encryptableBinaryContent property. |
DataHandler |
getEncryptableTextContent()
Gets the value of the encryptableTextContent property. |
String |
getMimeType()
Gets the value of the mimeType property. |
SigningType |
getSigning()
Gets the value of the signing 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(DataHandler value)
Sets the value of the encryptableTextContent property. |
void |
setMimeType(String value)
Sets the value of the mimeType property. |
void |
setSigning(SigningType value)
Sets the value of the signing 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 DocumentType()
| Method Detail |
|---|
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic DataHandler getEncryptableTextContent()
DataHandlerpublic void setEncryptableTextContent(DataHandler value)
value - allowed object is
DataHandlerpublic DataHandler getEncryptableBinaryContent()
DataHandlerpublic void setEncryptableBinaryContent(DataHandler value)
value - allowed object is
DataHandlerpublic String getDownloadFileName()
Stringpublic void setDownloadFileName(String value)
value - allowed object is
Stringpublic String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic SigningType getSigning()
SigningTypepublic void setSigning(SigningType value)
value - allowed object is
SigningType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||