Class FormValueStyle
- java.lang.Object
-
- net.webpdf.parameter.schema.extraction.info.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>
-
-
Constructor Summary
Constructors Constructor Description FormValueStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplay()<?StringgetExport()<?booleanisIsDefault()<?voidsetDisplay(String value)Sets the value of the display property.voidsetExport(String value)Sets the value of the export property.voidsetIsDefault(Boolean value)Sets the value of the isDefault property.
-
-
-
Field Detail
-
export
protected String export
<?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 exportable value.</p>
-
display
protected String display
<?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 displayable value.</p>
-
isDefault
protected Boolean isDefault
<?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">True, if the given value is the default of the connected form field.</p>
-
-
Method Detail
-
getExport
public String getExport()
<?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 exportable value.</p>
- Returns:
- possible object is
String
-
setExport
public void setExport(String value)
Sets the value of the export property.- Parameters:
value- allowed object isString- See Also:
getExport()
-
getDisplay
public String getDisplay()
<?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 displayable value.</p>
- Returns:
- possible object is
String
-
setDisplay
public void setDisplay(String value)
Sets the value of the display property.- Parameters:
value- allowed object isString- See Also:
getDisplay()
-
isIsDefault
public boolean isIsDefault()
<?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">True, if the given value is the default of the connected form field.</p>
- Returns:
- possible object is
Boolean
-
setIsDefault
public void setIsDefault(Boolean value)
Sets the value of the isDefault property.- Parameters:
value- allowed object isBoolean- See Also:
isIsDefault()
-
-