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