public class EpcPaymentField extends EpcField implements Serializable
Java class for epcPaymentField complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
definedValues |
protected boolean |
editable |
protected boolean |
mandatory |
| Constructor and Description |
|---|
EpcPaymentField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefinedValues()
Gets the value of the definedValues property.
|
boolean |
isEditable()
Gets the value of the editable property.
|
boolean |
isMandatory()
Gets the value of the mandatory property.
|
void |
setDefinedValues(String value)
Sets the value of the definedValues property.
|
void |
setEditable(boolean value)
Sets the value of the editable property.
|
void |
setMandatory(boolean value)
Sets the value of the mandatory property.
|
protected String definedValues
protected boolean editable
protected boolean mandatory
public String getDefinedValues()
Stringpublic void setDefinedValues(String value)
value - allowed object is
Stringpublic boolean isEditable()
public void setEditable(boolean value)
public boolean isMandatory()
public void setMandatory(boolean value)
Copyright © 2021. All rights reserved.