public class Remarks extends Object
In certain situations, technical data must be included in free text in order to clearly explain a technical or operational consideration; in these instances, the data must also be entered in the data element(s) specifically established for it.
Element of Common
Example:
<Remarks cls="C" idx="1">This is a JTIDS Class 2H terminal</Remarks>
Constructor and Description |
---|
Remarks() |
Modifier and Type | Method and Description |
---|---|
ListCCL |
getCls()
Get the classification of the current data item.
|
BigInteger |
getIdx()
Get a unique index for each Remark used by this Dataset.
|
String |
getValue()
Get a value that is most probably correct..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetCls()
Determine if the Cls is configured.
|
boolean |
isSetIdx()
Determine if the Idx is configured.
|
boolean |
isSetValue()
Determine if the Value is configured.
|
void |
setCls(ListCCL value)
Set the classification of the current data item.
|
void |
setIdx(BigInteger value)
Set a unique index for each Remark used by this Dataset.
|
void |
setValue(String value)
Set a value that is most probably correct..
|
String |
toString()
Get a string representation of this Remarks instance configuration.
|
Remarks |
withCls(ListCCL value)
Set the classification of the current data item.
|
Remarks |
withIdx(BigInteger value)
Set a unique index for each Remark used by this Dataset.
|
Remarks |
withValue(String value)
Set a value that is most probably correct.
|
public String getValue()
String
instancepublic void setValue(String value)
value
- a String
instancepublic boolean isSetValue()
public ListCCL getCls()
ListCCL
instancepublic void setCls(ListCCL value)
value
- a ListCCL
instancepublic boolean isSetCls()
public BigInteger getIdx()
BigInteger
instancepublic void setIdx(BigInteger value)
value
- a BigInteger
instancepublic boolean isSetIdx()
public Remarks withValue(String value)
value
- An instances of type String
.public Remarks withCls(ListCCL value)
value
- An instances of type ListCCL
.public Remarks withIdx(BigInteger value)
value
- An instances of type BigInteger
.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.