public class

PickupEntityDescription

extends EntityDescription
java.lang.Object
   ↳ com.clarizen.api.metadata.EntityDescription
     ↳ com.clarizen.api.metadata.PickupEntityDescription

Class Overview

Java class for PickupEntityDescription complex type.

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

 <complexType name="PickupEntityDescription">
   <complexContent>
     <extension base="{http://clarizen.com/api/metadata}EntityDescription">
       <sequence>
         <element name="Pickups" type="{http://clarizen.com/api/metadata}ArrayOfPickupDescription" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfPickupDescription pickups
[Expand]
Inherited Fields
From class com.clarizen.api.metadata.EntityDescription
Public Constructors
PickupEntityDescription()
Public Methods
ArrayOfPickupDescription getPickups()
Gets the value of the pickups property.
void setPickups(ArrayOfPickupDescription value)
Sets the value of the pickups property.
[Expand]
Inherited Methods
From class com.clarizen.api.metadata.EntityDescription
From class java.lang.Object

Fields

protected ArrayOfPickupDescription pickups

Public Constructors

public PickupEntityDescription ()

Public Methods

public ArrayOfPickupDescription getPickups ()

Gets the value of the pickups property.

Returns

public void setPickups (ArrayOfPickupDescription value)

Sets the value of the pickups property.

Parameters
value Allowed object is ArrayOfPickupDescription