Class AttachmentType.Extract

  • Enclosing class:
    AttachmentType

    public static class AttachmentType.Extract
    extends Object

    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">
           <choice maxOccurs="unbounded">
             <element name="selection" type="{http://schema.webpdf.de/1.0/operation}SelectionAttachmentType"/>
           </choice>
           <attribute name="folderNameTemplate" type="{http://www.w3.org/2001/XMLSchema}string" default="page[%d]" />
           <attribute name="singleFileAsZip" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Extract

        public Extract()
    • Method Detail

      • getSelection

        public List<SelectionAttachmentType> getSelection()
        Gets the value of the selection 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 Jakarta XML Binding object. This is why there is not a set method for the selection property.

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

            getSelection().add(newItem);
         

        Objects of the following type(s) are allowed in the list SelectionAttachmentType

        Returns:
        The value of the selection property.
      • isSetSelection

        public boolean isSetSelection()
      • unsetSelection

        public void unsetSelection()
      • getFolderNameTemplate

        public String getFolderNameTemplate()
        Gets the value of the folderNameTemplate property.
        Returns:
        possible object is String
      • setFolderNameTemplate

        public void setFolderNameTemplate​(String value)
        Sets the value of the folderNameTemplate property.
        Parameters:
        value - allowed object is String
      • isSetFolderNameTemplate

        public boolean isSetFolderNameTemplate()
      • isSingleFileAsZip

        public boolean isSingleFileAsZip()
        Gets the value of the singleFileAsZip property.
        Returns:
        possible object is Boolean
      • setSingleFileAsZip

        public void setSingleFileAsZip​(boolean value)
        Sets the value of the singleFileAsZip property.
        Parameters:
        value - allowed object is Boolean
      • isSetSingleFileAsZip

        public boolean isSetSingleFileAsZip()
      • unsetSingleFileAsZip

        public void unsetSingleFileAsZip()