public class

ExternalEndpointDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.ExternalEndpointDataType

Class Overview

Endpoint Info Data element

Java class for External_Endpoint_DataType complex type.

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

 <complexType name="External_Endpoint_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Web_Service_API_Version_Reference" type="{urn:com.workday/bsvc}Web_Service_API_VersionObjectType"/>
         <choice>
           <element name="Use_Deployed_Service_Endpoint" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           <element name="Subscriber_URL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         </choice>
         <element name="Subscription_User_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Subscription_Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Disable_Endpoint" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="OMS_Environment_Reference" type="{urn:com.workday/bsvc}OMS_EnvironmentObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean disableEndpoint
protected List<OMSEnvironmentObjectType> omsEnvironmentReference
protected String subscriberURL
protected String subscriptionPassword
protected String subscriptionUserName
protected Boolean useDeployedServiceEndpoint
protected WebServiceAPIVersionObjectType webServiceAPIVersionReference
Public Constructors
ExternalEndpointDataType()
Public Methods
Boolean getDisableEndpoint()
Gets the value of the disableEndpoint property.
List<OMSEnvironmentObjectType> getOMSEnvironmentReference()
Gets the value of the omsEnvironmentReference property.
String getSubscriberURL()
Gets the value of the subscriberURL property.
String getSubscriptionPassword()
Gets the value of the subscriptionPassword property.
String getSubscriptionUserName()
Gets the value of the subscriptionUserName property.
Boolean getUseDeployedServiceEndpoint()
Gets the value of the useDeployedServiceEndpoint property.
WebServiceAPIVersionObjectType getWebServiceAPIVersionReference()
Gets the value of the webServiceAPIVersionReference property.
void setDisableEndpoint(Boolean value)
Sets the value of the disableEndpoint property.
void setOMSEnvironmentReference(List<OMSEnvironmentObjectType> omsEnvironmentReference)
Sets the value of the omsEnvironmentReference property.
void setSubscriberURL(String value)
Sets the value of the subscriberURL property.
void setSubscriptionPassword(String value)
Sets the value of the subscriptionPassword property.
void setSubscriptionUserName(String value)
Sets the value of the subscriptionUserName property.
void setUseDeployedServiceEndpoint(Boolean value)
Sets the value of the useDeployedServiceEndpoint property.
void setWebServiceAPIVersionReference(WebServiceAPIVersionObjectType value)
Sets the value of the webServiceAPIVersionReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean disableEndpoint

protected List<OMSEnvironmentObjectType> omsEnvironmentReference

protected String subscriberURL

protected String subscriptionPassword

protected String subscriptionUserName

protected Boolean useDeployedServiceEndpoint

protected WebServiceAPIVersionObjectType webServiceAPIVersionReference

Public Constructors

public ExternalEndpointDataType ()

Public Methods

public Boolean getDisableEndpoint ()

Gets the value of the disableEndpoint property. This getter has been renamed from isDisableEndpoint() to getDisableEndpoint() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<OMSEnvironmentObjectType> getOMSEnvironmentReference ()

Gets the value of the omsEnvironmentReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the omsEnvironmentReference property.

For example, to add a new item, do as follows:

    getOMSEnvironmentReference().add(newItem);
 

Objects of the following type(s) are allowed in the list OMSEnvironmentObjectType

public String getSubscriberURL ()

Gets the value of the subscriberURL property.

Returns
  • possible object is String

public String getSubscriptionPassword ()

Gets the value of the subscriptionPassword property.

Returns
  • possible object is String

public String getSubscriptionUserName ()

Gets the value of the subscriptionUserName property.

Returns
  • possible object is String

public Boolean getUseDeployedServiceEndpoint ()

Gets the value of the useDeployedServiceEndpoint property. This getter has been renamed from isUseDeployedServiceEndpoint() to getUseDeployedServiceEndpoint() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public WebServiceAPIVersionObjectType getWebServiceAPIVersionReference ()

Gets the value of the webServiceAPIVersionReference property.

Returns

public void setDisableEndpoint (Boolean value)

Sets the value of the disableEndpoint property.

Parameters
value Allowed object is Boolean

public void setOMSEnvironmentReference (List<OMSEnvironmentObjectType> omsEnvironmentReference)

Sets the value of the omsEnvironmentReference property.

Parameters
omsEnvironmentReference Allowed object is OMSEnvironmentObjectType

public void setSubscriberURL (String value)

Sets the value of the subscriberURL property.

Parameters
value Allowed object is String

public void setSubscriptionPassword (String value)

Sets the value of the subscriptionPassword property.

Parameters
value Allowed object is String

public void setSubscriptionUserName (String value)

Sets the value of the subscriptionUserName property.

Parameters
value Allowed object is String

public void setUseDeployedServiceEndpoint (Boolean value)

Sets the value of the useDeployedServiceEndpoint property.

Parameters
value Allowed object is Boolean

public void setWebServiceAPIVersionReference (WebServiceAPIVersionObjectType value)

Sets the value of the webServiceAPIVersionReference property.

Parameters
value Allowed object is WebServiceAPIVersionObjectType