2package eu.gls_group.fpcs.v1.common;
4import javax.xml.bind.annotation.XmlAccessType;
5import javax.xml.bind.annotation.XmlAccessorType;
6import javax.xml.bind.annotation.XmlElement;
7import javax.xml.bind.annotation.XmlType;
35@XmlAccessorType(XmlAccessType.FIELD)
36@XmlType(name =
"KeyValuePair", propOrder = {
42 @XmlElement(required =
true)
44 @XmlElement(required = true)
45 protected String value;
55 public String getKey() {
void setValue(String value)
void setKey(String value)