|
||||||||||
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.PublicationContentType
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:08:52+02:00", comments="JAXB RI v2.2.11") public class PublicationContentType
Contains all elements relative to the content of the message
Java class for PublicationContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PublicationContentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Document" type="{urn:be:fgov:ehealth:ehbox:publication:protocol:v3}PublicationDocumentType"/> <element name="FreeInformations" type="{urn:be:fgov:ehealth:ehbox:core:v3}FreeInformationsType" minOccurs="0"/> <element name="EncryptableINSSPatient" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="Annex" type="{urn:be:fgov:ehealth:ehbox:publication:protocol:v3}PublicationAnnexType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
PublicationContentType()
|
Method Summary | |
---|---|
List<PublicationAnnexType> |
getAnnices()
Gets the value of the annices property. |
PublicationDocumentType |
getDocument()
Gets the value of the document property. |
byte[] |
getEncryptableINSSPatient()
Gets the value of the encryptableINSSPatient property. |
FreeInformationsType |
getFreeInformations()
Gets the value of the freeInformations property. |
void |
setDocument(PublicationDocumentType value)
Sets the value of the document property. |
void |
setEncryptableINSSPatient(byte[] value)
Sets the value of the encryptableINSSPatient property. |
void |
setFreeInformations(FreeInformationsType value)
Sets the value of the freeInformations property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PublicationContentType()
Method Detail |
---|
public PublicationDocumentType getDocument()
PublicationDocumentType
public void setDocument(PublicationDocumentType value)
value
- allowed object is
PublicationDocumentType
public FreeInformationsType getFreeInformations()
FreeInformationsType
public void setFreeInformations(FreeInformationsType value)
value
- allowed object is
FreeInformationsType
public byte[] getEncryptableINSSPatient()
public void setEncryptableINSSPatient(byte[] value)
value
- allowed object is
byte[]public List<PublicationAnnexType> getAnnices()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the annices property.
For example, to add a new item, do as follows:
getAnnices().add(newItem);
Objects of the following type(s) are allowed in the list
PublicationAnnexType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |