Package net.authorize.api.contract.v1
Class CustomerPaymentProfileSorting
- java.lang.Object
-
- net.authorize.api.contract.v1.CustomerPaymentProfileSorting
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CustomerPaymentProfileOrderFieldEnumorderByprotected booleanorderDescending
-
Constructor Summary
Constructors Constructor Description CustomerPaymentProfileSorting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerPaymentProfileOrderFieldEnumgetOrderBy()Gets the value of the orderBy property.booleanisOrderDescending()Gets the value of the orderDescending property.voidsetOrderBy(CustomerPaymentProfileOrderFieldEnum value)Sets the value of the orderBy property.voidsetOrderDescending(boolean value)Sets the value of the orderDescending property.
-
-
-
Field Detail
-
orderBy
protected CustomerPaymentProfileOrderFieldEnum orderBy
-
orderDescending
protected boolean orderDescending
-
-
Method Detail
-
getOrderBy
public CustomerPaymentProfileOrderFieldEnum getOrderBy()
Gets the value of the orderBy property.- Returns:
- possible object is
CustomerPaymentProfileOrderFieldEnum
-
setOrderBy
public void setOrderBy(CustomerPaymentProfileOrderFieldEnum value)
Sets the value of the orderBy property.- Parameters:
value- allowed object isCustomerPaymentProfileOrderFieldEnum
-
isOrderDescending
public boolean isOrderDescending()
Gets the value of the orderDescending property.
-
setOrderDescending
public void setOrderDescending(boolean value)
Sets the value of the orderDescending property.
-
-