public class

PickupDescription

extends Object
java.lang.Object
   ↳ com.clarizen.api.metadata.PickupDescription

Class Overview

Java class for PickupDescription complex type.

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

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

Summary

Fields
protected String description
protected String displayValue
protected String value
Public Constructors
PickupDescription()
Public Methods
String getDescription()
Gets the value of the description property.
String getDisplayValue()
Gets the value of the displayValue property.
String getValue()
Gets the value of the value property.
void setDescription(String value)
Sets the value of the description property.
void setDisplayValue(String value)
Sets the value of the displayValue property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String description

protected String displayValue

protected String value

Public Constructors

public PickupDescription ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getDisplayValue ()

Gets the value of the displayValue property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setDisplayValue (String value)

Sets the value of the displayValue property.

Parameters
value Allowed object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String