Class FieldAnnotationType
- java.lang.Object
-
- net.webpdf.parameter.schema.extraction.info.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 Summary
Fields Modifier and Type Field Description protected StringalternateName<?protected StringmappingName<?protected Stringname<?protected SignatureTypesignatureRelates this field to a signature.protected Stringtype<?
-
Constructor Summary
Constructors Constructor Description FieldAnnotationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlternateName()<?StringgetMappingName()<?StringgetName()<?SignatureTypegetSignature()Relates this field to a signature.StringgetType()<?voidsetAlternateName(String value)Sets the value of the alternateName property.voidsetMappingName(String value)Sets the value of the mappingName property.voidsetName(String value)Sets the value of the name property.voidsetSignature(SignatureType value)Sets the value of the signature property.voidsetType(String value)Sets the value of the type property.
-
-
-
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>
-
-
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
-
setSignature
public void setSignature(SignatureType value)
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType- See Also:
getSignature()
-
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.
-
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 isString- See Also:
getMappingName()
-
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 isString- See Also:
getAlternateName()
-
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
-
-