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