All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.datastream.schemas.mp_entities.document_001.Document Maven / Gradle / Ivy

There is a newer version: 12.1.0-21
Show newest version

package net.datastream.schemas.mp_entities.document_001;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import net.datastream.schemas.mp_fields.CLASSID_Type;
import net.datastream.schemas.mp_fields.DOCUMENTID_Type;
import net.datastream.schemas.mp_fields.StandardUserDefinedFields;
import net.datastream.schemas.mp_fields.TYPE_Type;
import net.datastream.schemas.mp_fields.USERDEFINEDAREA;
import net.datastream.schemas.mp_fields.USERID_Type;
import org.openapplications.oagis_segments.DATETIME;


/**
 * 

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DOCUMENTID"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CLASSID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ORIGINALCODE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}REVISIONNUMBER" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}REVISIONDATE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}PAGES" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}FILELOCATION" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}FILE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}FILETYPE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DOCUMENTTYPE"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DOCUMENTPARENT" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ORIGINATORCODE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DOCUMENTSIZE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}FILESIZE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}LOCKUSER" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}OUTOFSERVICE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}USERDEFINEDAREA" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ORIGINALFILENAME" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}UPLOADEDDATE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}IDMDOCUMENTTYPE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DATEEFFECTIVE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DATEEXPIRED" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DOCUMENTTITLE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ISPROFILEPICTURE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ISMOBILELOG" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ISIMAGE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}PYTHONSCRIPTTYPE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}OWNEDBY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}PYTHONSCRIPTEXECUTABLEDOCUMENT" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CREATEDBY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CREATEDDATE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}UPDATEDBY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DATEUPDATED" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CONTENTLOCKEDBY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}StandardUserDefinedFields" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="recordid" type="{http://www.w3.org/2001/XMLSchema}long" />
 *       <attribute name="user_entity" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="system_entity" type="{http://www.w3.org/2001/XMLSchema}string" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "documentid", "classid", "originalcode", "revisionnumber", "revisiondate", "pages", "filelocation", "file", "filetype", "documenttype", "documentparent", "originatorcode", "documentsize", "filesize", "lockuser", "outofservice", "userdefinedarea", "originalfilename", "uploadeddate", "idmdocumenttype", "dateeffective", "dateexpired", "documenttitle", "isprofilepicture", "ismobilelog", "isimage", "pythonscripttype", "ownedby", "pythonscriptexecutabledocument", "createdby", "createddate", "updatedby", "dateupdated", "contentlockedby", "standardUserDefinedFields" }) @XmlRootElement(name = "Document") public class Document { @XmlElement(name = "DOCUMENTID", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected DOCUMENTID_Type documentid; @XmlElement(name = "CLASSID", namespace = "http://schemas.datastream.net/MP_fields") protected CLASSID_Type classid; @XmlElement(name = "ORIGINALCODE", namespace = "http://schemas.datastream.net/MP_fields") protected String originalcode; @XmlElement(name = "REVISIONNUMBER", namespace = "http://schemas.datastream.net/MP_fields") protected String revisionnumber; @XmlElement(name = "REVISIONDATE", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME revisiondate; @XmlElement(name = "PAGES", namespace = "http://schemas.datastream.net/MP_fields") protected Double pages; @XmlElement(name = "FILELOCATION", namespace = "http://schemas.datastream.net/MP_fields") protected String filelocation; @XmlElement(name = "FILE", namespace = "http://schemas.datastream.net/MP_fields") protected String file; @XmlElement(name = "FILETYPE", namespace = "http://schemas.datastream.net/MP_fields") protected String filetype; @XmlElement(name = "DOCUMENTTYPE", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected TYPE_Type documenttype; @XmlElement(name = "DOCUMENTPARENT", namespace = "http://schemas.datastream.net/MP_fields") protected DOCUMENTID_Type documentparent; @XmlElement(name = "ORIGINATORCODE", namespace = "http://schemas.datastream.net/MP_fields") protected String originatorcode; @XmlElement(name = "DOCUMENTSIZE", namespace = "http://schemas.datastream.net/MP_fields") protected String documentsize; @XmlElement(name = "FILESIZE", namespace = "http://schemas.datastream.net/MP_fields") protected Long filesize; @XmlElement(name = "LOCKUSER", namespace = "http://schemas.datastream.net/MP_fields") protected String lockuser; @XmlElement(name = "OUTOFSERVICE", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String outofservice; @XmlElement(name = "USERDEFINEDAREA", namespace = "http://schemas.datastream.net/MP_fields") protected USERDEFINEDAREA userdefinedarea; @XmlElement(name = "ORIGINALFILENAME", namespace = "http://schemas.datastream.net/MP_fields") protected String originalfilename; @XmlElement(name = "UPLOADEDDATE", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME uploadeddate; @XmlElement(name = "IDMDOCUMENTTYPE", namespace = "http://schemas.datastream.net/MP_fields") protected String idmdocumenttype; @XmlElement(name = "DATEEFFECTIVE", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME dateeffective; @XmlElement(name = "DATEEXPIRED", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME dateexpired; @XmlElement(name = "DOCUMENTTITLE", namespace = "http://schemas.datastream.net/MP_fields") protected String documenttitle; @XmlElement(name = "ISPROFILEPICTURE", namespace = "http://schemas.datastream.net/MP_fields") protected String isprofilepicture; @XmlElement(name = "ISMOBILELOG", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String ismobilelog; @XmlElement(name = "ISIMAGE", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String isimage; @XmlElement(name = "PYTHONSCRIPTTYPE", namespace = "http://schemas.datastream.net/MP_fields") protected TYPE_Type pythonscripttype; @XmlElement(name = "OWNEDBY", namespace = "http://schemas.datastream.net/MP_fields") protected USERID_Type ownedby; @XmlElement(name = "PYTHONSCRIPTEXECUTABLEDOCUMENT", namespace = "http://schemas.datastream.net/MP_fields") protected DOCUMENTID_Type pythonscriptexecutabledocument; @XmlElement(name = "CREATEDBY", namespace = "http://schemas.datastream.net/MP_fields") protected USERID_Type createdby; @XmlElement(name = "CREATEDDATE", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME createddate; @XmlElement(name = "UPDATEDBY", namespace = "http://schemas.datastream.net/MP_fields") protected USERID_Type updatedby; @XmlElement(name = "DATEUPDATED", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME dateupdated; @XmlElement(name = "CONTENTLOCKEDBY", namespace = "http://schemas.datastream.net/MP_fields") protected USERID_Type contentlockedby; @XmlElement(name = "StandardUserDefinedFields", namespace = "http://schemas.datastream.net/MP_fields") protected StandardUserDefinedFields standardUserDefinedFields; @XmlAttribute(name = "recordid") protected Long recordid; @XmlAttribute(name = "user_entity") protected String user_Entity; @XmlAttribute(name = "system_entity") protected String system_Entity; /** * Gets the value of the documentid property. * * @return * possible object is * {@link DOCUMENTID_Type } * */ public DOCUMENTID_Type getDOCUMENTID() { return documentid; } /** * Sets the value of the documentid property. * * @param value * allowed object is * {@link DOCUMENTID_Type } * */ public void setDOCUMENTID(DOCUMENTID_Type value) { this.documentid = value; } /** * Gets the value of the classid property. * * @return * possible object is * {@link CLASSID_Type } * */ public CLASSID_Type getCLASSID() { return classid; } /** * Sets the value of the classid property. * * @param value * allowed object is * {@link CLASSID_Type } * */ public void setCLASSID(CLASSID_Type value) { this.classid = value; } /** * Gets the value of the originalcode property. * * @return * possible object is * {@link String } * */ public String getORIGINALCODE() { return originalcode; } /** * Sets the value of the originalcode property. * * @param value * allowed object is * {@link String } * */ public void setORIGINALCODE(String value) { this.originalcode = value; } /** * Gets the value of the revisionnumber property. * * @return * possible object is * {@link String } * */ public String getREVISIONNUMBER() { return revisionnumber; } /** * Sets the value of the revisionnumber property. * * @param value * allowed object is * {@link String } * */ public void setREVISIONNUMBER(String value) { this.revisionnumber = value; } /** * Gets the value of the revisiondate property. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getREVISIONDATE() { return revisiondate; } /** * Sets the value of the revisiondate property. * * @param value * allowed object is * {@link DATETIME } * */ public void setREVISIONDATE(DATETIME value) { this.revisiondate = value; } /** * Gets the value of the pages property. * * @return * possible object is * {@link Double } * */ public Double getPAGES() { return pages; } /** * Sets the value of the pages property. * * @param value * allowed object is * {@link Double } * */ public void setPAGES(Double value) { this.pages = value; } /** * Gets the value of the filelocation property. * * @return * possible object is * {@link String } * */ public String getFILELOCATION() { return filelocation; } /** * Sets the value of the filelocation property. * * @param value * allowed object is * {@link String } * */ public void setFILELOCATION(String value) { this.filelocation = value; } /** * Gets the value of the file property. * * @return * possible object is * {@link String } * */ public String getFILE() { return file; } /** * Sets the value of the file property. * * @param value * allowed object is * {@link String } * */ public void setFILE(String value) { this.file = value; } /** * Gets the value of the filetype property. * * @return * possible object is * {@link String } * */ public String getFILETYPE() { return filetype; } /** * Sets the value of the filetype property. * * @param value * allowed object is * {@link String } * */ public void setFILETYPE(String value) { this.filetype = value; } /** * Gets the value of the documenttype property. * * @return * possible object is * {@link TYPE_Type } * */ public TYPE_Type getDOCUMENTTYPE() { return documenttype; } /** * Sets the value of the documenttype property. * * @param value * allowed object is * {@link TYPE_Type } * */ public void setDOCUMENTTYPE(TYPE_Type value) { this.documenttype = value; } /** * Gets the value of the documentparent property. * * @return * possible object is * {@link DOCUMENTID_Type } * */ public DOCUMENTID_Type getDOCUMENTPARENT() { return documentparent; } /** * Sets the value of the documentparent property. * * @param value * allowed object is * {@link DOCUMENTID_Type } * */ public void setDOCUMENTPARENT(DOCUMENTID_Type value) { this.documentparent = value; } /** * Gets the value of the originatorcode property. * * @return * possible object is * {@link String } * */ public String getORIGINATORCODE() { return originatorcode; } /** * Sets the value of the originatorcode property. * * @param value * allowed object is * {@link String } * */ public void setORIGINATORCODE(String value) { this.originatorcode = value; } /** * Gets the value of the documentsize property. * * @return * possible object is * {@link String } * */ public String getDOCUMENTSIZE() { return documentsize; } /** * Sets the value of the documentsize property. * * @param value * allowed object is * {@link String } * */ public void setDOCUMENTSIZE(String value) { this.documentsize = value; } /** * Gets the value of the filesize property. * * @return * possible object is * {@link Long } * */ public Long getFILESIZE() { return filesize; } /** * Sets the value of the filesize property. * * @param value * allowed object is * {@link Long } * */ public void setFILESIZE(Long value) { this.filesize = value; } /** * Gets the value of the lockuser property. * * @return * possible object is * {@link String } * */ public String getLOCKUSER() { return lockuser; } /** * Sets the value of the lockuser property. * * @param value * allowed object is * {@link String } * */ public void setLOCKUSER(String value) { this.lockuser = value; } /** * Gets the value of the outofservice property. * * @return * possible object is * {@link String } * */ public String getOUTOFSERVICE() { return outofservice; } /** * Sets the value of the outofservice property. * * @param value * allowed object is * {@link String } * */ public void setOUTOFSERVICE(String value) { this.outofservice = value; } /** * Gets the value of the userdefinedarea property. * * @return * possible object is * {@link USERDEFINEDAREA } * */ public USERDEFINEDAREA getUSERDEFINEDAREA() { return userdefinedarea; } /** * Sets the value of the userdefinedarea property. * * @param value * allowed object is * {@link USERDEFINEDAREA } * */ public void setUSERDEFINEDAREA(USERDEFINEDAREA value) { this.userdefinedarea = value; } /** * Gets the value of the originalfilename property. * * @return * possible object is * {@link String } * */ public String getORIGINALFILENAME() { return originalfilename; } /** * Sets the value of the originalfilename property. * * @param value * allowed object is * {@link String } * */ public void setORIGINALFILENAME(String value) { this.originalfilename = value; } /** * Gets the value of the uploadeddate property. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getUPLOADEDDATE() { return uploadeddate; } /** * Sets the value of the uploadeddate property. * * @param value * allowed object is * {@link DATETIME } * */ public void setUPLOADEDDATE(DATETIME value) { this.uploadeddate = value; } /** * Gets the value of the idmdocumenttype property. * * @return * possible object is * {@link String } * */ public String getIDMDOCUMENTTYPE() { return idmdocumenttype; } /** * Sets the value of the idmdocumenttype property. * * @param value * allowed object is * {@link String } * */ public void setIDMDOCUMENTTYPE(String value) { this.idmdocumenttype = value; } /** * Gets the value of the dateeffective property. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getDATEEFFECTIVE() { return dateeffective; } /** * Sets the value of the dateeffective property. * * @param value * allowed object is * {@link DATETIME } * */ public void setDATEEFFECTIVE(DATETIME value) { this.dateeffective = value; } /** * Gets the value of the dateexpired property. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getDATEEXPIRED() { return dateexpired; } /** * Sets the value of the dateexpired property. * * @param value * allowed object is * {@link DATETIME } * */ public void setDATEEXPIRED(DATETIME value) { this.dateexpired = value; } /** * Gets the value of the documenttitle property. * * @return * possible object is * {@link String } * */ public String getDOCUMENTTITLE() { return documenttitle; } /** * Sets the value of the documenttitle property. * * @param value * allowed object is * {@link String } * */ public void setDOCUMENTTITLE(String value) { this.documenttitle = value; } /** * Gets the value of the isprofilepicture property. * * @return * possible object is * {@link String } * */ public String getISPROFILEPICTURE() { return isprofilepicture; } /** * Sets the value of the isprofilepicture property. * * @param value * allowed object is * {@link String } * */ public void setISPROFILEPICTURE(String value) { this.isprofilepicture = value; } /** * Gets the value of the ismobilelog property. * * @return * possible object is * {@link String } * */ public String getISMOBILELOG() { return ismobilelog; } /** * Sets the value of the ismobilelog property. * * @param value * allowed object is * {@link String } * */ public void setISMOBILELOG(String value) { this.ismobilelog = value; } /** * Gets the value of the isimage property. * * @return * possible object is * {@link String } * */ public String getISIMAGE() { return isimage; } /** * Sets the value of the isimage property. * * @param value * allowed object is * {@link String } * */ public void setISIMAGE(String value) { this.isimage = value; } /** * Gets the value of the pythonscripttype property. * * @return * possible object is * {@link TYPE_Type } * */ public TYPE_Type getPYTHONSCRIPTTYPE() { return pythonscripttype; } /** * Sets the value of the pythonscripttype property. * * @param value * allowed object is * {@link TYPE_Type } * */ public void setPYTHONSCRIPTTYPE(TYPE_Type value) { this.pythonscripttype = value; } /** * Gets the value of the ownedby property. * * @return * possible object is * {@link USERID_Type } * */ public USERID_Type getOWNEDBY() { return ownedby; } /** * Sets the value of the ownedby property. * * @param value * allowed object is * {@link USERID_Type } * */ public void setOWNEDBY(USERID_Type value) { this.ownedby = value; } /** * Gets the value of the pythonscriptexecutabledocument property. * * @return * possible object is * {@link DOCUMENTID_Type } * */ public DOCUMENTID_Type getPYTHONSCRIPTEXECUTABLEDOCUMENT() { return pythonscriptexecutabledocument; } /** * Sets the value of the pythonscriptexecutabledocument property. * * @param value * allowed object is * {@link DOCUMENTID_Type } * */ public void setPYTHONSCRIPTEXECUTABLEDOCUMENT(DOCUMENTID_Type value) { this.pythonscriptexecutabledocument = value; } /** * Gets the value of the createdby property. * * @return * possible object is * {@link USERID_Type } * */ public USERID_Type getCREATEDBY() { return createdby; } /** * Sets the value of the createdby property. * * @param value * allowed object is * {@link USERID_Type } * */ public void setCREATEDBY(USERID_Type value) { this.createdby = value; } /** * Gets the value of the createddate property. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getCREATEDDATE() { return createddate; } /** * Sets the value of the createddate property. * * @param value * allowed object is * {@link DATETIME } * */ public void setCREATEDDATE(DATETIME value) { this.createddate = value; } /** * Gets the value of the updatedby property. * * @return * possible object is * {@link USERID_Type } * */ public USERID_Type getUPDATEDBY() { return updatedby; } /** * Sets the value of the updatedby property. * * @param value * allowed object is * {@link USERID_Type } * */ public void setUPDATEDBY(USERID_Type value) { this.updatedby = value; } /** * Gets the value of the dateupdated property. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getDATEUPDATED() { return dateupdated; } /** * Sets the value of the dateupdated property. * * @param value * allowed object is * {@link DATETIME } * */ public void setDATEUPDATED(DATETIME value) { this.dateupdated = value; } /** * Gets the value of the contentlockedby property. * * @return * possible object is * {@link USERID_Type } * */ public USERID_Type getCONTENTLOCKEDBY() { return contentlockedby; } /** * Sets the value of the contentlockedby property. * * @param value * allowed object is * {@link USERID_Type } * */ public void setCONTENTLOCKEDBY(USERID_Type value) { this.contentlockedby = value; } /** * Gets the value of the standardUserDefinedFields property. * * @return * possible object is * {@link StandardUserDefinedFields } * */ public StandardUserDefinedFields getStandardUserDefinedFields() { return standardUserDefinedFields; } /** * Sets the value of the standardUserDefinedFields property. * * @param value * allowed object is * {@link StandardUserDefinedFields } * */ public void setStandardUserDefinedFields(StandardUserDefinedFields value) { this.standardUserDefinedFields = value; } /** * Gets the value of the recordid property. * * @return * possible object is * {@link Long } * */ public Long getRecordid() { return recordid; } /** * Sets the value of the recordid property. * * @param value * allowed object is * {@link Long } * */ public void setRecordid(Long value) { this.recordid = value; } /** * Gets the value of the user_Entity property. * * @return * possible object is * {@link String } * */ public String getUser_Entity() { return user_Entity; } /** * Sets the value of the user_Entity property. * * @param value * allowed object is * {@link String } * */ public void setUser_Entity(String value) { this.user_Entity = value; } /** * Gets the value of the system_Entity property. * * @return * possible object is * {@link String } * */ public String getSystem_Entity() { return system_Entity; } /** * Sets the value of the system_Entity property. * * @param value * allowed object is * {@link String } * */ public void setSystem_Entity(String value) { this.system_Entity = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy