|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.protocol.v5.ConsultChapterIVAddedDocumentType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:55:13+02:00", comments="JAXB RI v2.2.11") public class ConsultChapterIVAddedDocumentType
Java class for ConsultChapterIVAddedDocumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultChapterIVAddedDocumentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CreatedTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="CreatedUserId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Text" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultChapterIVTextType"/> <element name="FormType" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultChapterIVFormTypeType"/> <element name="AppendixType" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultChapterIVAppendixTypeType"/> <element name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DocumentContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="AddressUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ModificationStatus" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attGroup ref="{urn:be:fgov:ehealth:dics:protocol:v5}validityPeriod"/> <attribute name="DocumentSeq" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ConsultChapterIVAddedDocumentType()
|
Method Summary | |
---|---|
String |
getAddressUrl()
Gets the value of the addressUrl property. |
ConsultChapterIVAppendixTypeType |
getAppendixType()
Gets the value of the appendixType property. |
org.joda.time.DateTime |
getCreatedTimestamp()
Gets the value of the createdTimestamp property. |
String |
getCreatedUserId()
Gets the value of the createdUserId property. |
byte[] |
getDocumentContent()
Gets the value of the documentContent property. |
int |
getDocumentSeq()
Gets the value of the documentSeq property. |
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property. |
ConsultChapterIVFormTypeType |
getFormType()
Gets the value of the formType property. |
String |
getMimeType()
Gets the value of the mimeType property. |
String |
getModificationStatus()
Gets the value of the modificationStatus property. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
ConsultChapterIVTextType |
getText()
Gets the value of the text property. |
void |
setAddressUrl(String value)
Sets the value of the addressUrl property. |
void |
setAppendixType(ConsultChapterIVAppendixTypeType value)
Sets the value of the appendixType property. |
void |
setCreatedTimestamp(org.joda.time.DateTime value)
Sets the value of the createdTimestamp property. |
void |
setCreatedUserId(String value)
Sets the value of the createdUserId property. |
void |
setDocumentContent(byte[] value)
Sets the value of the documentContent property. |
void |
setDocumentSeq(int value)
Sets the value of the documentSeq property. |
void |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property. |
void |
setFormType(ConsultChapterIVFormTypeType value)
Sets the value of the formType property. |
void |
setMimeType(String value)
Sets the value of the mimeType property. |
void |
setModificationStatus(String value)
Sets the value of the modificationStatus property. |
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property. |
void |
setText(ConsultChapterIVTextType value)
Sets the value of the text property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConsultChapterIVAddedDocumentType()
Method Detail |
---|
public org.joda.time.DateTime getCreatedTimestamp()
String
public void setCreatedTimestamp(org.joda.time.DateTime value)
value
- allowed object is
String
public String getCreatedUserId()
String
public void setCreatedUserId(String value)
value
- allowed object is
String
public ConsultChapterIVTextType getText()
ConsultChapterIVTextType
public void setText(ConsultChapterIVTextType value)
value
- allowed object is
ConsultChapterIVTextType
public ConsultChapterIVFormTypeType getFormType()
ConsultChapterIVFormTypeType
public void setFormType(ConsultChapterIVFormTypeType value)
value
- allowed object is
ConsultChapterIVFormTypeType
public ConsultChapterIVAppendixTypeType getAppendixType()
ConsultChapterIVAppendixTypeType
public void setAppendixType(ConsultChapterIVAppendixTypeType value)
value
- allowed object is
ConsultChapterIVAppendixTypeType
public String getMimeType()
String
public void setMimeType(String value)
value
- allowed object is
String
public byte[] getDocumentContent()
public void setDocumentContent(byte[] value)
value
- allowed object is
byte[]public String getAddressUrl()
String
public void setAddressUrl(String value)
value
- allowed object is
String
public String getModificationStatus()
String
public void setModificationStatus(String value)
value
- allowed object is
String
public int getDocumentSeq()
public void setDocumentSeq(int value)
public org.joda.time.DateTime getStartDate()
String
public void setStartDate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getEndDate()
String
public void setEndDate(org.joda.time.DateTime value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |