Class FormValueStyle


  • public class FormValueStyle
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects parameters for the handling of a form fields values.</p>
     

    Java class for FormValueStyle complex type.

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

    
     <complexType name="FormValueStyle">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="export" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="display" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • export

        protected String export
      • display

        protected String display
      • isDefault

        protected Boolean isDefault
    • Constructor Detail

      • FormValueStyle

        public FormValueStyle()
    • Method Detail

      • getExport

        public String getExport()
        Gets the value of the export property.
        Returns:
        possible object is String
      • setExport

        public void setExport​(String value)
        Sets the value of the export property.
        Parameters:
        value - allowed object is String
      • isSetExport

        public boolean isSetExport()
      • getDisplay

        public String getDisplay()
        Gets the value of the display property.
        Returns:
        possible object is String
      • setDisplay

        public void setDisplay​(String value)
        Sets the value of the display property.
        Parameters:
        value - allowed object is String
      • isSetDisplay

        public boolean isSetDisplay()
      • isIsDefault

        public boolean isIsDefault()
        Gets the value of the isDefault property.
        Returns:
        possible object is Boolean
      • setIsDefault

        public void setIsDefault​(boolean value)
        Sets the value of the isDefault property.
        Parameters:
        value - allowed object is Boolean
      • isSetIsDefault

        public boolean isSetIsDefault()
      • unsetIsDefault

        public void unsetIsDefault()