@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:35:59+02: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/wzcmh/common/v3}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()
String
public void setDocumentDate(org.joda.time.DateTime value)
value
- allowed object is
String
public DocumentCategoryType getDocumentCategory()
DocumentCategoryType
public void setDocumentCategory(DocumentCategoryType value)
value
- allowed object is
DocumentCategoryType
public String getDocumentExtension()
String
public void setDocumentExtension(String value)
value
- allowed object is
String
public String getDocumentFilename()
String
public void setDocumentFilename(String value)
value
- allowed object is
String
public byte[] getDocument()
public void setDocument(byte[] value)
value
- allowed object is
byte[]
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.