public interface ADMData
| Modifier and Type | Method and Description |
|---|---|
character |
getADMData()
Get the value of the ADM-DATA attribute.
|
void |
setADMData(character value)
Set the value of the ADM-DATA attribute.
|
void |
setADMData(java.lang.String value)
Set the value of the ADM-DATA attribute.
|
character getADMData()
void setADMData(java.lang.String value)
value - The new value.void setADMData(character value)
value - The new value.