public class

FieldExpression

extends Expression
java.lang.Object
   ↳ com.clarizen.api.queries.Expression
     ↳ com.clarizen.api.queries.FieldExpression

Class Overview

Java class for FieldExpression complex type.

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

 <complexType name="FieldExpression">
   <complexContent>
     <extension base="{http://clarizen.com/api/queries}Expression">
       <sequence>
         <element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String fieldName
Public Constructors
FieldExpression()
Public Methods
String getFieldName()
Gets the value of the fieldName property.
void setFieldName(String value)
Sets the value of the fieldName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String fieldName

Public Constructors

public FieldExpression ()

Public Methods

public String getFieldName ()

Gets the value of the fieldName property.

Returns
  • possible object is String

public void setFieldName (String value)

Sets the value of the fieldName property.

Parameters
value Allowed object is String