| Constructor and Description |
|---|
Code() |
| Modifier and Type | Method and Description |
|---|---|
S255 |
getDescription()
Get In Data Item Description, the long text name of the code entry or a
brief description of the entry to be created or modified..
|
S50 |
getValue()
Get the unique code entry within the code list..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetDescription()
Determine if the Description is configured.
|
boolean |
isSetValue()
Determine if the Value is configured.
|
void |
setDescription(S255 value)
Set In Data Item Description, the long text name of the code entry or a
brief description of the entry to be created or modified..
|
void |
setValue(S50 value)
Set the unique code entry within the code list..
|
String |
toString()
Get a string representation of this Code instance configuration.
|
Code |
withDescription(String value)
Set In Data Item Description, the long text name of the code entry or a
brief description of the entry to be created or modified.
|
Code |
withValue(String value)
Set the unique code entry within the code list.
|
public S50 getValue()
S50 instancepublic void setValue(S50 value)
value - a S50 instancepublic boolean isSetValue()
public S255 getDescription()
S255 instancepublic void setDescription(S255 value)
value - a S255 instancepublic boolean isSetDescription()
public Code withValue(String value)
value - An instances of type String.public Code withDescription(String value)
value - An instances of type String.public String toString()
public boolean isSet()
Note that this method only checks for the presence of required information; this method does not validate the information format.
Copyright © 2016 OpenSSRF.org. All rights reserved.