|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.ehbox.publication.protocol.v3.PublicationAnnexType
@Generated(value="com.sun.tools.xjc.Driver",
date="2021-04-20T04:25:04+02:00",
comments="JAXB RI v2.2.11")
public class PublicationAnnexTypeSpecifies content of an Annex
Java class for PublicationAnnexType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PublicationAnnexType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EncryptableTitle" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<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>
<element name="Digest" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PublicationAnnexType()
|
|
| Method Summary | |
|---|---|
String |
getDigest()
Gets the value of the digest property. |
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. |
byte[] |
getEncryptableTitle()
Gets the value of the encryptableTitle property. |
String |
getMimeType()
Gets the value of the mimeType property. |
void |
setDigest(String value)
Sets the value of the digest 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 |
setEncryptableTitle(byte[] value)
Sets the value of the encryptableTitle property. |
void |
setMimeType(String value)
Sets the value of the mimeType property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PublicationAnnexType()
| Method Detail |
|---|
public byte[] getEncryptableTitle()
public void setEncryptableTitle(byte[] value)
value - allowed object is
byte[]public 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()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic String getDigest()
Stringpublic void setDigest(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||