public class FormValueStyle extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
display |
protected String |
export |
protected Boolean |
isDefault |
| Constructor and Description |
|---|
FormValueStyle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplay()
Gets the value of the display property.
|
String |
getExport()
Gets the value of the export property.
|
boolean |
isIsDefault()
Gets the value of the isDefault property.
|
boolean |
isSetDisplay() |
boolean |
isSetExport() |
boolean |
isSetIsDefault() |
void |
setDisplay(String value)
Sets the value of the display property.
|
void |
setExport(String value)
Sets the value of the export property.
|
void |
setIsDefault(boolean value)
Sets the value of the isDefault property.
|
void |
unsetIsDefault() |
protected String export
protected String display
protected Boolean isDefault
public String getExport()
Stringpublic void setExport(String value)
value - allowed object is
Stringpublic boolean isSetExport()
public String getDisplay()
Stringpublic void setDisplay(String value)
value - allowed object is
Stringpublic boolean isSetDisplay()
public boolean isIsDefault()
Booleanpublic void setIsDefault(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsDefault()
public void unsetIsDefault()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.