|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.ARBGetSubscriptionListSorting
public class ARBGetSubscriptionListSorting
Java class for ARBGetSubscriptionListSorting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ARBGetSubscriptionListSorting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="orderBy" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBGetSubscriptionListOrderFieldEnum"/>
<element name="orderDescending" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ARBGetSubscriptionListOrderFieldEnum |
orderBy
|
protected boolean |
orderDescending
|
| Constructor Summary | |
|---|---|
ARBGetSubscriptionListSorting()
|
|
| Method Summary | |
|---|---|
ARBGetSubscriptionListOrderFieldEnum |
getOrderBy()
Gets the value of the orderBy property. |
boolean |
isOrderDescending()
Gets the value of the orderDescending property. |
void |
setOrderBy(ARBGetSubscriptionListOrderFieldEnum value)
Sets the value of the orderBy property. |
void |
setOrderDescending(boolean value)
Sets the value of the orderDescending property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ARBGetSubscriptionListOrderFieldEnum orderBy
protected boolean orderDescending
| Constructor Detail |
|---|
public ARBGetSubscriptionListSorting()
| Method Detail |
|---|
public ARBGetSubscriptionListOrderFieldEnum getOrderBy()
ARBGetSubscriptionListOrderFieldEnumpublic void setOrderBy(ARBGetSubscriptionListOrderFieldEnum value)
value - allowed object is
ARBGetSubscriptionListOrderFieldEnumpublic boolean isOrderDescending()
public void setOrderDescending(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||