Class FieldAnnotationType


  • public class FieldAnnotationType
    extends Object
    Defines a set of attributes for field annotations.

    Java class for FieldAnnotationType complex type

    .

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

    
     <complexType name="FieldAnnotationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="signature" type="{http://schema.webpdf.de/1.0/extraction/info}SignatureType" minOccurs="0"/>
           </sequence>
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="mappingName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="alternateName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • signature

        protected SignatureType signature
        Relates this field to a signature. Should this element be present, the annotation is representing a signature.
      • name

        protected String name
         <?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">The partial name of the annotation´s field.</p>
         
      • mappingName

        protected String mappingName
         <?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">The mapping name of the annotation´s field.</p>
         
      • alternateName

        protected String alternateName
         <?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">The alternate name of the annotation´s field.</p>
         
      • type

        protected String type
         <?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">Indicates the type of the annotation´s field.
                                 <ul><li>Btn = Button</li><li>Tx = Textfield</li><li>Ch = Choicefield</li><li>Sig = Signaturefield</li></ul></p>
         
    • Constructor Detail

      • FieldAnnotationType

        public FieldAnnotationType()
    • Method Detail

      • getSignature

        public SignatureType getSignature()
        Relates this field to a signature. Should this element be present, the annotation is representing a signature.
        Returns:
        possible object is SignatureType
      • isSetSignature

        public boolean isSetSignature()
      • getName

        public String getName()
         <?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">The partial name of the annotation´s field.</p>
         
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
        See Also:
        getName()
      • isSetName

        public boolean isSetName()
      • getMappingName

        public String getMappingName()
         <?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">The mapping name of the annotation´s field.</p>
         
        Returns:
        possible object is String
      • setMappingName

        public void setMappingName​(String value)
        Sets the value of the mappingName property.
        Parameters:
        value - allowed object is String
        See Also:
        getMappingName()
      • isSetMappingName

        public boolean isSetMappingName()
      • getAlternateName

        public String getAlternateName()
         <?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">The alternate name of the annotation´s field.</p>
         
        Returns:
        possible object is String
      • setAlternateName

        public void setAlternateName​(String value)
        Sets the value of the alternateName property.
        Parameters:
        value - allowed object is String
        See Also:
        getAlternateName()
      • isSetAlternateName

        public boolean isSetAlternateName()
      • getType

        public String getType()
         <?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">Indicates the type of the annotation´s field.
                                 <ul><li>Btn = Button</li><li>Tx = Textfield</li><li>Ch = Choicefield</li><li>Sig = Signaturefield</li></ul></p>
         
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
        See Also:
        getType()
      • isSetType

        public boolean isSetType()