public class Order extends Object implements Serializable
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="Ascending" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element ref="{http://schema.samply.de/osse/MdrKey}MdrKey"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ascending |
protected String |
mdrKey |
| Constructor and Description |
|---|
Order() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMdrKey()
Gets the value of the mdrKey property.
|
boolean |
isAscending()
Gets the value of the ascending property.
|
void |
setAscending(boolean value)
Sets the value of the ascending property.
|
void |
setMdrKey(String value)
Sets the value of the mdrKey property.
|
protected boolean ascending
protected String mdrKey
public boolean isAscending()
public void setAscending(boolean value)
public String getMdrKey()
StringCopyright © 2021 Samply Community. All rights reserved.