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

cz.abclinuxu.datoveschranky.ws.dm.TFilesArray Maven / Gradle / Ivy

The newest version!

package cz.abclinuxu.datoveschranky.ws.dm;

import java.util.ArrayList;
import java.util.List;
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.XmlType;


/**
 * 

Java class for tFilesArray complex type. * *

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

 * <complexType name="tFilesArray">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="dmFile" maxOccurs="unbounded">
 *           <complexType>
 *             <complexContent>
 *               <extension base="{http://isds.czechpoint.cz/v20}tFile">
 *                 <attribute name="dmMimeType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                 <attribute name="dmFileMetaType" use="required">
 *                   <simpleType>
 *                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                       <enumeration value="main"/>
 *                       <enumeration value="enclosure"/>
 *                       <enumeration value="signature"/>
 *                       <enumeration value="meta"/>
 *                     </restriction>
 *                   </simpleType>
 *                 </attribute>
 *                 <attribute name="dmFileGuid" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                 <attribute name="dmUpFileGuid" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                 <attribute name="dmFileDescr" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                 <attribute name="dmFormat" type="{http://www.w3.org/2001/XMLSchema}string" />
 *               </extension>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "tFilesArray", propOrder = { "dmFile" }) public class TFilesArray { @XmlElement(required = true) protected List dmFile; /** * Gets the value of the dmFile property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the dmFile property. * *

* For example, to add a new item, do as follows: *

     *    getDmFile().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link TFilesArray.DmFile } * * */ public List getDmFile() { if (dmFile == null) { dmFile = new ArrayList(); } return this.dmFile; } /** *

Java class for anonymous complex type. * *

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

     * <complexType>
     *   <complexContent>
     *     <extension base="{http://isds.czechpoint.cz/v20}tFile">
     *       <attribute name="dmMimeType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     *       <attribute name="dmFileMetaType" use="required">
     *         <simpleType>
     *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *             <enumeration value="main"/>
     *             <enumeration value="enclosure"/>
     *             <enumeration value="signature"/>
     *             <enumeration value="meta"/>
     *           </restriction>
     *         </simpleType>
     *       </attribute>
     *       <attribute name="dmFileGuid" type="{http://www.w3.org/2001/XMLSchema}string" />
     *       <attribute name="dmUpFileGuid" type="{http://www.w3.org/2001/XMLSchema}string" />
     *       <attribute name="dmFileDescr" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     *       <attribute name="dmFormat" type="{http://www.w3.org/2001/XMLSchema}string" />
     *     </extension>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") public static class DmFile extends TFile { @XmlAttribute(name = "dmMimeType", required = true) protected String dmMimeType; @XmlAttribute(name = "dmFileMetaType", required = true) protected String dmFileMetaType; @XmlAttribute(name = "dmFileGuid") protected String dmFileGuid; @XmlAttribute(name = "dmUpFileGuid") protected String dmUpFileGuid; @XmlAttribute(name = "dmFileDescr", required = true) protected String dmFileDescr; @XmlAttribute(name = "dmFormat") protected String dmFormat; /** * Gets the value of the dmMimeType property. * * @return * possible object is * {@link String } * */ public String getDmMimeType() { return dmMimeType; } /** * Sets the value of the dmMimeType property. * * @param value * allowed object is * {@link String } * */ public void setDmMimeType(String value) { this.dmMimeType = value; } /** * Gets the value of the dmFileMetaType property. * * @return * possible object is * {@link String } * */ public String getDmFileMetaType() { return dmFileMetaType; } /** * Sets the value of the dmFileMetaType property. * * @param value * allowed object is * {@link String } * */ public void setDmFileMetaType(String value) { this.dmFileMetaType = value; } /** * Gets the value of the dmFileGuid property. * * @return * possible object is * {@link String } * */ public String getDmFileGuid() { return dmFileGuid; } /** * Sets the value of the dmFileGuid property. * * @param value * allowed object is * {@link String } * */ public void setDmFileGuid(String value) { this.dmFileGuid = value; } /** * Gets the value of the dmUpFileGuid property. * * @return * possible object is * {@link String } * */ public String getDmUpFileGuid() { return dmUpFileGuid; } /** * Sets the value of the dmUpFileGuid property. * * @param value * allowed object is * {@link String } * */ public void setDmUpFileGuid(String value) { this.dmUpFileGuid = value; } /** * Gets the value of the dmFileDescr property. * * @return * possible object is * {@link String } * */ public String getDmFileDescr() { return dmFileDescr; } /** * Sets the value of the dmFileDescr property. * * @param value * allowed object is * {@link String } * */ public void setDmFileDescr(String value) { this.dmFileDescr = value; } /** * Gets the value of the dmFormat property. * * @return * possible object is * {@link String } * */ public String getDmFormat() { return dmFormat; } /** * Sets the value of the dmFormat property. * * @param value * allowed object is * {@link String } * */ public void setDmFormat(String value) { this.dmFormat = value; } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy