public class

SubregionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.SubregionDataType

Class Overview

Encapsulating element for all Subregion data.

Java class for Subregion_DataType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected String descriptor
protected String type
protected String value
Public Constructors
SubregionDataType()
Public Methods
String getDescriptor()
Gets the value of the descriptor property.
String getType()
Gets the value of the type property.
String getValue()
Gets the value of the value property.
void setDescriptor(String value)
Sets the value of the descriptor property.
void setType(String value)
Sets the value of the type 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 descriptor

protected String type

protected String value

Public Constructors

public SubregionDataType ()

Public Methods

public String getDescriptor ()

Gets the value of the descriptor property.

Returns
  • possible object is String

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setDescriptor (String value)

Sets the value of the descriptor property.

Parameters
value Allowed object is String

public void setType (String value)

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