public class

OriginatingPartyWWSDataType

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

Class Overview

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>
 

Summary

Fields
protected AddressInformationDataType addressInformationData
protected String organizationName
protected String organizationPrimaryPhoneNumber
protected String transactionTaxID
Public Constructors
OriginatingPartyWWSDataType()
Public Methods
AddressInformationDataType getAddressInformationData()
Gets the value of the addressInformationData property.
String getOrganizationName()
Gets the value of the organizationName property.
String getOrganizationPrimaryPhoneNumber()
Gets the value of the organizationPrimaryPhoneNumber property.
String getTransactionTaxID()
Gets the value of the transactionTaxID property.
void setAddressInformationData(AddressInformationDataType value)
Sets the value of the addressInformationData property.
void setOrganizationName(String value)
Sets the value of the organizationName property.
void setOrganizationPrimaryPhoneNumber(String value)
Sets the value of the organizationPrimaryPhoneNumber property.
void setTransactionTaxID(String value)
Sets the value of the transactionTaxID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AddressInformationDataType addressInformationData

protected String organizationName

protected String organizationPrimaryPhoneNumber

protected String transactionTaxID

Public Constructors

public OriginatingPartyWWSDataType ()

Public Methods

public AddressInformationDataType getAddressInformationData ()

Gets the value of the addressInformationData property.

Returns

public String getOrganizationName ()

Gets the value of the organizationName property.

Returns
  • possible object is String

public String getOrganizationPrimaryPhoneNumber ()

Gets the value of the organizationPrimaryPhoneNumber property.

Returns
  • possible object is String

public String getTransactionTaxID ()

Gets the value of the transactionTaxID property.

Returns
  • possible object is String

public void setAddressInformationData (AddressInformationDataType value)

Sets the value of the addressInformationData property.

Parameters
value Allowed object is AddressInformationDataType

public void setOrganizationName (String value)

Sets the value of the organizationName property.

Parameters
value Allowed object is String

public void setOrganizationPrimaryPhoneNumber (String value)

Sets the value of the organizationPrimaryPhoneNumber property.

Parameters
value Allowed object is String

public void setTransactionTaxID (String value)

Sets the value of the transactionTaxID property.

Parameters
value Allowed object is String