public class MultivalueAttribute extends Object implements Serializable
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schema.samply.de/common/MdrKey}MdrKey"/>
<element ref="{http://schema.samply.de/common/Value}Value" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
mdrKey |
protected List<JAXBElement<String>> |
value |
| Constructor and Description |
|---|
MultivalueAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMdrKey()
Gets the value of the mdrKey property.
|
List<JAXBElement<String>> |
getValue()
Gets the value of the value property.
|
void |
setMdrKey(String value)
Sets the value of the mdrKey property.
|
protected String mdrKey
protected List<JAXBElement<String>> value
public String getMdrKey()
Stringpublic void setMdrKey(String value)
value - allowed object is Stringpublic List<JAXBElement<String>> getValue()
set method for the value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list JAXBElement<String> JAXBElement<String> JAXBElement<String>Copyright © 2021 Samply Community. All rights reserved.