public class

FieldValue

extends Object
java.lang.Object
   ↳ com.clarizen.api.FieldValue

Class Overview

Java class for FieldValue complex type.

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

 <complexType name="FieldValue">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

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

Fields

protected String fieldName

protected Object value

Public Constructors

public FieldValue ()

Public Methods

public String getFieldName ()

Gets the value of the fieldName property.

Returns
  • possible object is String

public Object getValue ()

Gets the value of the value property.

Returns
  • possible object is Object

public void setFieldName (String value)

Sets the value of the fieldName property.

Parameters
value Allowed object is String

public void setValue (Object value)

Sets the value of the value property.

Parameters
value Allowed object is Object