|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.ehbox.core.v2.ContentType
public class ContentType
Contains all elements relative to the content of the message
Java class for ContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="Document" type="{urn:be:fgov:ehealth:ehbox:core:v2}DocumentType"/> <element name="News" type="{urn:be:fgov:ehealth:ehbox:core:v2}NewsType"/> </choice> <element name="FreeInformations" type="{urn:be:fgov:ehealth:ehbox:core:v2}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:core:v2}AnnexType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ContentType()
|
Method Summary | |
---|---|
List<AnnexType> |
getAnnices()
Gets the value of the annices property. |
DocumentType |
getDocument()
Gets the value of the document property. |
DataHandler |
getEncryptableINSSPatient()
Gets the value of the encryptableINSSPatient property. |
FreeInformationsType |
getFreeInformations()
Gets the value of the freeInformations property. |
NewsType |
getNews()
Gets the value of the news property. |
void |
setDocument(DocumentType value)
Sets the value of the document property. |
void |
setEncryptableINSSPatient(DataHandler value)
Sets the value of the encryptableINSSPatient property. |
void |
setFreeInformations(FreeInformationsType value)
Sets the value of the freeInformations property. |
void |
setNews(NewsType value)
Sets the value of the news property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentType()
Method Detail |
---|
public NewsType getNews()
NewsType
public void setNews(NewsType value)
value
- allowed object is
NewsType
public DocumentType getDocument()
DocumentType
public void setDocument(DocumentType value)
value
- allowed object is
DocumentType
public FreeInformationsType getFreeInformations()
FreeInformationsType
public void setFreeInformations(FreeInformationsType value)
value
- allowed object is
FreeInformationsType
public DataHandler getEncryptableINSSPatient()
DataHandler
public void setEncryptableINSSPatient(DataHandler value)
value
- allowed object is
DataHandler
public List<AnnexType> 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
AnnexType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |