public class

SimpleWorkDataRuntimeParameterNameType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.SimpleWorkDataRuntimeParameterNameType

Class Overview

Parameter Name

Java class for Simple_Work_Data_Runtime_Parameter_NameType complex type.

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

 <complexType name="Simple_Work_Data_Runtime_Parameter_NameType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="Label" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String label
protected String value
Public Constructors
SimpleWorkDataRuntimeParameterNameType()
Public Methods
String getLabel()
Gets the value of the label property.
String getValue()
Gets the value of the value property.
void setLabel(String value)
Sets the value of the label property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String label

protected String value

Public Constructors

public SimpleWorkDataRuntimeParameterNameType ()

Public Methods

public String getLabel ()

Gets the value of the label property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setLabel (String value)

Sets the value of the label 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