Class FormValueStyle
- java.lang.Object
-
- net.webpdf.wsclient.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()Gets the value of the display property.StringgetExport()Gets the value of the export property.booleanisIsDefault()Gets the value of the isDefault property.booleanisSetDisplay()booleanisSetExport()booleanisSetIsDefault()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.voidunsetIsDefault()
-
-
-
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 isString
-
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 isString
-
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 isBoolean
-
isSetIsDefault
public boolean isSetIsDefault()
-
unsetIsDefault
public void unsetIsDefault()
-
-