| java.lang.Object | |
| ↳ | com.clarizen.api.metadata.PickupDescription |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| displayValue | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the displayValue property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the displayValue property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Gets the value of the displayValue property.
Gets the value of the value property.
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the displayValue property.
| value | Allowed object is String |
|---|
Sets the value of the value property.
| value | Allowed object is String |
|---|