public class ScreenFieldDefinition extends Object implements Serializable
Java class for screenFieldDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected String |
fieldGroup |
protected Integer |
rank |
protected String |
screenField |
protected String |
screenPart |
protected ScreenConfigurationValue |
value |
Constructor and Description |
---|
ScreenFieldDefinition() |
Modifier and Type | Method and Description |
---|---|
String |
getFieldGroup()
Gets the value of the fieldGroup property.
|
Integer |
getRank()
Gets the value of the rank property.
|
String |
getScreenField()
Gets the value of the screenField property.
|
String |
getScreenPart()
Gets the value of the screenPart property.
|
ScreenConfigurationValue |
getValue()
Gets the value of the value property.
|
void |
setFieldGroup(String value)
Sets the value of the fieldGroup property.
|
void |
setRank(Integer value)
Sets the value of the rank property.
|
void |
setScreenField(String value)
Sets the value of the screenField property.
|
void |
setScreenPart(String value)
Sets the value of the screenPart property.
|
void |
setValue(ScreenConfigurationValue value)
Sets the value of the value property.
|
protected String fieldGroup
protected Integer rank
protected String screenField
protected String screenPart
protected ScreenConfigurationValue value
public String getFieldGroup()
String
public void setFieldGroup(String value)
value
- allowed object is
String
public Integer getRank()
Integer
public void setRank(Integer value)
value
- allowed object is
Integer
public String getScreenField()
String
public void setScreenField(String value)
value
- allowed object is
String
public String getScreenPart()
String
public void setScreenPart(String value)
value
- allowed object is
String
public ScreenConfigurationValue getValue()
ScreenConfigurationValue
public void setValue(ScreenConfigurationValue value)
value
- allowed object is
ScreenConfigurationValue
Copyright © 2021. All rights reserved.