| java.lang.Object | |
| ↳ | workday.com.bsvc.AuthorityReferenceType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authorityName | |||||||||||
| regulatoryRegionOrganizationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the authorityName property.
| |||||||||||
Gets the value of the regulatoryRegionOrganizationReference property.
| |||||||||||
Sets the value of the authorityName property.
| |||||||||||
Sets the value of the regulatoryRegionOrganizationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the authorityName property.
Gets the value of the regulatoryRegionOrganizationReference property.
OrganizationReferenceType
Sets the value of the authorityName property.
| value | Allowed object is String |
|---|
Sets the value of the regulatoryRegionOrganizationReference property.
| value | Allowed object is
OrganizationReferenceType
|
|---|

