public class

CompanyInsiderTypeDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.CompanyInsiderTypeDataType

Class Overview

Element containing all company insider type data.

Java class for Company_Insider_Type_DataType complex type.

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

 <complexType name="Company_Insider_Type_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Company_Insider_Type_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Company_Insider_Type_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Company_Insider_Type_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String companyInsiderTypeDescription
protected String companyInsiderTypeID
protected String companyInsiderTypeName
protected Boolean inactive
Public Constructors
CompanyInsiderTypeDataType()
Public Methods
String getCompanyInsiderTypeDescription()
Gets the value of the companyInsiderTypeDescription property.
String getCompanyInsiderTypeID()
Gets the value of the companyInsiderTypeID property.
String getCompanyInsiderTypeName()
Gets the value of the companyInsiderTypeName property.
Boolean isInactive()
Gets the value of the inactive property.
void setCompanyInsiderTypeDescription(String value)
Sets the value of the companyInsiderTypeDescription property.
void setCompanyInsiderTypeID(String value)
Sets the value of the companyInsiderTypeID property.
void setCompanyInsiderTypeName(String value)
Sets the value of the companyInsiderTypeName property.
void setInactive(Boolean value)
Sets the value of the inactive property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String companyInsiderTypeDescription

protected String companyInsiderTypeID

protected String companyInsiderTypeName

protected Boolean inactive

Public Constructors

public CompanyInsiderTypeDataType ()

Public Methods

public String getCompanyInsiderTypeDescription ()

Gets the value of the companyInsiderTypeDescription property.

Returns
  • possible object is String

public String getCompanyInsiderTypeID ()

Gets the value of the companyInsiderTypeID property.

Returns
  • possible object is String

public String getCompanyInsiderTypeName ()

Gets the value of the companyInsiderTypeName property.

Returns
  • possible object is String

public Boolean isInactive ()

Gets the value of the inactive property.

Returns
  • possible object is Boolean

public void setCompanyInsiderTypeDescription (String value)

Sets the value of the companyInsiderTypeDescription property.

Parameters
value Allowed object is String

public void setCompanyInsiderTypeID (String value)

Sets the value of the companyInsiderTypeID property.

Parameters
value Allowed object is String

public void setCompanyInsiderTypeName (String value)

Sets the value of the companyInsiderTypeName property.

Parameters
value Allowed object is String

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean