|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.ehbox.core.v3.ContentSpecificationType
be.fgov.ehealth.ehbox.publication.protocol.v3.ContentSpecificationType
public class ContentSpecificationType
ContentSpecification for publication
Java class for ContentSpecificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentSpecificationType"> <complexContent> <extension base="{urn:be:fgov:ehealth:ehbox:core:v3}ContentSpecificationType"> <sequence> <element name="PublicationReceipt" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="ReceivedReceipt" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="ReadReceipt" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
ContentSpecificationType()
|
Method Summary | |
---|---|
boolean |
isPublicationReceipt()
Gets the value of the publicationReceipt property. |
boolean |
isReadReceipt()
Gets the value of the readReceipt property. |
boolean |
isReceivedReceipt()
Gets the value of the receivedReceipt property. |
void |
setPublicationReceipt(boolean value)
Sets the value of the publicationReceipt property. |
void |
setReadReceipt(boolean value)
Sets the value of the readReceipt property. |
void |
setReceivedReceipt(boolean value)
Sets the value of the receivedReceipt property. |
Methods inherited from class be.fgov.ehealth.ehbox.core.v3.ContentSpecificationType |
---|
getApplicationName, getContentType, isIsEncrypted, isIsImportant, setApplicationName, setContentType, setIsEncrypted, setIsImportant |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentSpecificationType()
Method Detail |
---|
public boolean isPublicationReceipt()
public void setPublicationReceipt(boolean value)
public boolean isReceivedReceipt()
public void setReceivedReceipt(boolean value)
public boolean isReadReceipt()
public void setReadReceipt(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |