public class CustomerPaymentProfileSorting extends Object
Java class for CustomerPaymentProfileSorting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerPaymentProfileSorting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="orderBy" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}CustomerPaymentProfileOrderFieldEnum"/>
<element name="orderDescending" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerPaymentProfileOrderFieldEnum |
orderBy |
protected boolean |
orderDescending |
| Constructor and Description |
|---|
CustomerPaymentProfileSorting() |
| Modifier and Type | Method and Description |
|---|---|
CustomerPaymentProfileOrderFieldEnum |
getOrderBy()
Gets the value of the orderBy property.
|
boolean |
isOrderDescending()
Gets the value of the orderDescending property.
|
void |
setOrderBy(CustomerPaymentProfileOrderFieldEnum value)
Sets the value of the orderBy property.
|
void |
setOrderDescending(boolean value)
Sets the value of the orderDescending property.
|
protected CustomerPaymentProfileOrderFieldEnum orderBy
protected boolean orderDescending
public CustomerPaymentProfileOrderFieldEnum getOrderBy()
CustomerPaymentProfileOrderFieldEnumpublic void setOrderBy(CustomerPaymentProfileOrderFieldEnum value)
value - allowed object is
CustomerPaymentProfileOrderFieldEnumpublic boolean isOrderDescending()
public void setOrderDescending(boolean value)
Copyright © 2016. All Rights Reserved.