public class Mappings extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
fn |
protected String |
grSense |
protected String |
omega |
protected String |
pb |
protected String |
vn |
protected List<Wn> |
wn |
| Constructor and Description |
|---|
Mappings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFn()
Gets the value of the fn property.
|
String |
getGrSense()
Gets the value of the grSense property.
|
String |
getOmega()
Gets the value of the omega property.
|
String |
getPb()
Gets the value of the pb property.
|
String |
getVn()
Gets the value of the vn property.
|
List<Wn> |
getWn()
Gets the value of the wn property.
|
void |
setFn(String value)
Sets the value of the fn property.
|
void |
setGrSense(String value)
Sets the value of the grSense property.
|
void |
setOmega(String value)
Sets the value of the omega property.
|
void |
setPb(String value)
Sets the value of the pb property.
|
void |
setVn(String value)
Sets the value of the vn property.
|
protected String grSense
protected String omega
protected String pb
protected String vn
protected String fn
public String getGrSense()
Stringpublic void setGrSense(String value)
value - allowed object is
Stringpublic List<Wn> getWn()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the wn property.
For example, to add a new item, do as follows:
getWn().add(newItem);
Objects of the following type(s) are allowed in the list
Wn
public String getOmega()
Stringpublic void setOmega(String value)
value - allowed object is
Stringpublic void setPb(String value)
value - allowed object is
Stringpublic void setVn(String value)
value - allowed object is
StringCopyright © 2016–2020 FBK. All rights reserved.