@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T11:17:38+01:00", comments="JAXB RI v2.2.11") public class DocumentType extends Object implements Serializable
Java class for DocumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DocumentDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="DocumentCategory" type="{http://www.mercurius.vlaanderen.be/vsb-wzcmh/schemas/v1}DocumentCategoryType"/>
<element name="DocumentExtension" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DocumentFilename" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Document" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DocumentType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDocument()
Gets the value of the document property.
|
DocumentCategoryType |
getDocumentCategory()
Gets the value of the documentCategory property.
|
org.joda.time.DateTime |
getDocumentDate()
Gets the value of the documentDate property.
|
String |
getDocumentExtension()
Gets the value of the documentExtension property.
|
String |
getDocumentFilename()
Gets the value of the documentFilename property.
|
void |
setDocument(byte[] value)
Sets the value of the document property.
|
void |
setDocumentCategory(DocumentCategoryType value)
Sets the value of the documentCategory property.
|
void |
setDocumentDate(org.joda.time.DateTime value)
Sets the value of the documentDate property.
|
void |
setDocumentExtension(String value)
Sets the value of the documentExtension property.
|
void |
setDocumentFilename(String value)
Sets the value of the documentFilename property.
|
public org.joda.time.DateTime getDocumentDate()
Stringpublic void setDocumentDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic DocumentCategoryType getDocumentCategory()
DocumentCategoryTypepublic void setDocumentCategory(DocumentCategoryType value)
value - allowed object is
DocumentCategoryTypepublic String getDocumentExtension()
Stringpublic void setDocumentExtension(String value)
value - allowed object is
Stringpublic String getDocumentFilename()
Stringpublic void setDocumentFilename(String value)
value - allowed object is
Stringpublic byte[] getDocument()
public void setDocument(byte[] value)
value - allowed object is
byte[]
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.