public class

WebServiceOperationReferenceDataType

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

Class Overview

Reference element representing a unique instance of Web Service Operation.

Java class for Web_Service_Operation_Reference_DataType complex type.

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

 <complexType name="Web_Service_Operation_Reference_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Web_Service_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Web_Service_Operation_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String webServiceName
protected String webServiceOperationName
Public Constructors
WebServiceOperationReferenceDataType()
Public Methods
String getWebServiceName()
Gets the value of the webServiceName property.
String getWebServiceOperationName()
Gets the value of the webServiceOperationName property.
void setWebServiceName(String value)
Sets the value of the webServiceName property.
void setWebServiceOperationName(String value)
Sets the value of the webServiceOperationName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String webServiceName

protected String webServiceOperationName

Public Constructors

public WebServiceOperationReferenceDataType ()

Public Methods

public String getWebServiceName ()

Gets the value of the webServiceName property.

Returns
  • possible object is String

public String getWebServiceOperationName ()

Gets the value of the webServiceOperationName property.

Returns
  • possible object is String

public void setWebServiceName (String value)

Sets the value of the webServiceName property.

Parameters
value Allowed object is String

public void setWebServiceOperationName (String value)

Sets the value of the webServiceOperationName property.

Parameters
value Allowed object is String