public class

OrderExpression

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.contracts.OrderExpression

Class Overview

Java class for OrderExpression complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OrderExpression">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AttributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrderType" type="{http://schemas.microsoft.com/xrm/2011/Contracts}OrderType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String attributeName
protected OrderType orderType
Public Constructors
OrderExpression()
Public Methods
String getAttributeName()
Gets the value of the attributeName property.
OrderType getOrderType()
Gets the value of the orderType property.
void setAttributeName(String value)
Sets the value of the attributeName property.
void setOrderType(OrderType value)
Sets the value of the orderType property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String attributeName

protected OrderType orderType

Public Constructors

public OrderExpression ()

Public Methods

public String getAttributeName ()

Gets the value of the attributeName property.

Returns
  • possible object is String

public OrderType getOrderType ()

Gets the value of the orderType property.

Returns

public void setAttributeName (String value)

Sets the value of the attributeName property.

Parameters
value Allowed object is String

public void setOrderType (OrderType value)

Sets the value of the orderType property.

Parameters
value Allowed object is OrderType