Class SelectionAttachmentType


  • public class SelectionAttachmentType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p64359_="https://jakarta.ee/xml/ns/jaxb" xmlns:p844335_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set an area from which attachments that meet the selection rules will be removed. You can use multiple selection elements.</p>
     

    Java class for SelectionAttachmentType complex type.

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

    
     <complexType name="SelectionAttachmentType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="fileMask" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="context" type="{http://schema.webpdf.de/1.0/operation}ContextType" default="all" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SelectionAttachmentType

        public SelectionAttachmentType()
    • Method Detail

      • getPages

        public String getPages()
        Gets the value of the pages property.
        Returns:
        possible object is String
      • setPages

        public void setPages​(String value)
        Sets the value of the pages property.
        Parameters:
        value - allowed object is String
      • isSetPages

        public boolean isSetPages()
      • getFileMask

        public String getFileMask()
        Gets the value of the fileMask property.
        Returns:
        possible object is String
      • setFileMask

        public void setFileMask​(String value)
        Sets the value of the fileMask property.
        Parameters:
        value - allowed object is String
      • isSetFileMask

        public boolean isSetFileMask()
      • getContext

        public ContextType getContext()
        Gets the value of the context property.
        Returns:
        possible object is ContextType
      • setContext

        public void setContext​(ContextType value)
        Sets the value of the context property.
        Parameters:
        value - allowed object is ContextType
      • isSetContext

        public boolean isSetContext()