public class Attribute extends Object implements Serializable
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schema.samply.de/ccp/MdrKey}MdrKey"/>
<element ref="{http://schema.samply.de/ccp/Value}Value"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
mdrKey |
protected JAXBElement<String> |
value |
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMdrKey()
Gets the value of the mdrKey property.
|
JAXBElement<String> |
getValue()
Gets the value of the value property.
|
void |
setMdrKey(String value)
Sets the value of the mdrKey property.
|
void |
setValue(JAXBElement<String> value)
Sets the value of the value property.
|
protected String mdrKey
protected JAXBElement<String> value
public String getMdrKey()
Stringpublic void setMdrKey(String value)
value - allowed object is Stringpublic JAXBElement<String> getValue()
JAXBElement<String> JAXBElement<String> JAXBElement<String>public void setValue(JAXBElement<String> value)
value - allowed object is JAXBElement<String> JAXBElement<String> JAXBElement<String>Copyright © 2021 Samply Community. All rights reserved.