Class DocumentType.Form

  • Enclosing class:
    DocumentType

    public static class DocumentType.Form
    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">
           <sequence>
             <element name="field" type="{http://schema.webpdf.de/1.0/extraction/info}FieldType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="formType" type="{http://schema.webpdf.de/1.0/extraction/info}FormsFormatType" default="none" />
           <attribute name="defaultAppearance" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="needAppearances" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Form

        public Form()
    • Method Detail

      • getField

        public List<FieldType> getField()
        Gets the value of the field 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 field property.

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

            getField().add(newItem);
         

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

        Returns:
        The value of the field property.
      • isSetField

        public boolean isSetField()
      • unsetField

        public void unsetField()
      • getObjectKey

        public String getObjectKey()
        Gets the value of the objectKey property.
        Returns:
        possible object is String
      • setObjectKey

        public void setObjectKey​(String value)
        Sets the value of the objectKey property.
        Parameters:
        value - allowed object is String
      • isSetObjectKey

        public boolean isSetObjectKey()
      • setFormType

        public void setFormType​(FormsFormatType value)
        Sets the value of the formType property.
        Parameters:
        value - allowed object is FormsFormatType
      • isSetFormType

        public boolean isSetFormType()
      • getDefaultAppearance

        public String getDefaultAppearance()
        Gets the value of the defaultAppearance property.
        Returns:
        possible object is String
      • setDefaultAppearance

        public void setDefaultAppearance​(String value)
        Sets the value of the defaultAppearance property.
        Parameters:
        value - allowed object is String
      • isSetDefaultAppearance

        public boolean isSetDefaultAppearance()
      • isNeedAppearances

        public boolean isNeedAppearances()
        Gets the value of the needAppearances property.
        Returns:
        possible object is Boolean
      • setNeedAppearances

        public void setNeedAppearances​(boolean value)
        Sets the value of the needAppearances property.
        Parameters:
        value - allowed object is Boolean
      • isSetNeedAppearances

        public boolean isSetNeedAppearances()
      • unsetNeedAppearances

        public void unsetNeedAppearances()