public class RangeAttribute extends Object implements Serializable
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element ref="{http://schema.samply.de/osse/MdrKey}MdrKey"/>
<element ref="{http://schema.samply.de/osse/Value}LowerBound"/>
<element ref="{http://schema.samply.de/osse/Value}UpperBound"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lowerBound |
protected String |
mdrKey |
protected String |
upperBound |
| Constructor and Description |
|---|
RangeAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLowerBound()
Gets the value of the lowerBound property.
|
String |
getMdrKey()
Gets the value of the mdrKey property.
|
String |
getUpperBound()
Gets the value of the upperBound property.
|
void |
setLowerBound(String value)
Sets the value of the lowerBound property.
|
void |
setMdrKey(String value)
Sets the value of the mdrKey property.
|
void |
setUpperBound(String value)
Sets the value of the upperBound property.
|
protected String mdrKey
protected String lowerBound
protected String upperBound
public String getMdrKey()
Stringpublic void setMdrKey(String value)
value - allowed object is Stringpublic String getLowerBound()
Stringpublic void setLowerBound(String value)
value - allowed object is Stringpublic String getUpperBound()
StringCopyright © 2021 Samply Community. All rights reserved.