|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.vlaanderen.mercurius.vsb_wzcmh.schemas.v1.DocumentType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T05:07:47+01:00",
comments="JAXB RI v2.2.11")
public class DocumentTypeDocument
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 Summary | |
|---|---|
DocumentType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentType()
| Method Detail |
|---|
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[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||