| java.lang.Object | |
| ↳ | workday.com.bsvc.OriginatingPartyWWSDataType |
Originating Party Data
Java class for Originating_Party_WWS_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Originating_Party_WWS_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Organization_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Transaction_Tax_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Address_Information_Data" type="{urn:com.workday/bsvc}Address_Information_DataType" minOccurs="0"/>
<element name="Organization_Primary_Phone_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addressInformationData | |||||||||||
| organizationName | |||||||||||
| organizationPrimaryPhoneNumber | |||||||||||
| transactionTaxID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addressInformationData property.
| |||||||||||
Gets the value of the organizationName property.
| |||||||||||
Gets the value of the organizationPrimaryPhoneNumber property.
| |||||||||||
Gets the value of the transactionTaxID property.
| |||||||||||
Sets the value of the addressInformationData property.
| |||||||||||
Sets the value of the organizationName property.
| |||||||||||
Sets the value of the organizationPrimaryPhoneNumber property.
| |||||||||||
Sets the value of the transactionTaxID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the addressInformationData property.
AddressInformationDataType
Gets the value of the organizationName property.
Gets the value of the organizationPrimaryPhoneNumber property.
Gets the value of the transactionTaxID property.
Sets the value of the addressInformationData property.
| value | Allowed object is
AddressInformationDataType
|
|---|
Sets the value of the organizationName property.
| value | Allowed object is String |
|---|
Sets the value of the organizationPrimaryPhoneNumber property.
| value | Allowed object is String |
|---|
Sets the value of the transactionTaxID property.
| value | Allowed object is String |
|---|

