public class

AuthorityReferenceType

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

Class Overview

Reference element representing a unique instance of Authority.

Java class for Authority_ReferenceType complex type.

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

 <complexType name="Authority_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Authority_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Regulatory_Region_Organization_Reference" type="{urn:com.workday/bsvc}Organization_ReferenceType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String authorityName
protected OrganizationReferenceType regulatoryRegionOrganizationReference
Public Constructors
AuthorityReferenceType()
Public Methods
String getAuthorityName()
Gets the value of the authorityName property.
OrganizationReferenceType getRegulatoryRegionOrganizationReference()
Gets the value of the regulatoryRegionOrganizationReference property.
void setAuthorityName(String value)
Sets the value of the authorityName property.
void setRegulatoryRegionOrganizationReference(OrganizationReferenceType value)
Sets the value of the regulatoryRegionOrganizationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String authorityName

protected OrganizationReferenceType regulatoryRegionOrganizationReference

Public Constructors

public AuthorityReferenceType ()

Public Methods

public String getAuthorityName ()

Gets the value of the authorityName property.

Returns
  • possible object is String

public OrganizationReferenceType getRegulatoryRegionOrganizationReference ()

Gets the value of the regulatoryRegionOrganizationReference property.

Returns

public void setAuthorityName (String value)

Sets the value of the authorityName property.

Parameters
value Allowed object is String

public void setRegulatoryRegionOrganizationReference (OrganizationReferenceType value)

Sets the value of the regulatoryRegionOrganizationReference property.

Parameters
value Allowed object is OrganizationReferenceType