| java.lang.Object | |
| ↳ | com.workday.integrations.ExternalEndpointDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| disableEndpoint | |||||||||||
| omsEnvironmentReference | |||||||||||
| subscriberURL | |||||||||||
| subscriptionPassword | |||||||||||
| subscriptionUserName | |||||||||||
| useDeployedServiceEndpoint | |||||||||||
| webServiceAPIVersionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the disableEndpoint property.
| |||||||||||
Gets the value of the omsEnvironmentReference property.
| |||||||||||
Gets the value of the subscriberURL property.
| |||||||||||
Gets the value of the subscriptionPassword property.
| |||||||||||
Gets the value of the subscriptionUserName property.
| |||||||||||
Gets the value of the useDeployedServiceEndpoint property.
| |||||||||||
Gets the value of the webServiceAPIVersionReference property.
| |||||||||||
Sets the value of the disableEndpoint property.
| |||||||||||
Sets the value of the omsEnvironmentReference property.
| |||||||||||
Sets the value of the subscriberURL property.
| |||||||||||
Sets the value of the subscriptionPassword property.
| |||||||||||
Sets the value of the subscriptionUserName property.
| |||||||||||
Sets the value of the useDeployedServiceEndpoint property.
| |||||||||||
Sets the value of the webServiceAPIVersionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the disableEndpoint property. This getter has been renamed from isDisableEndpoint() to getDisableEndpoint() by cxf-xjc-boolean plugin.
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
Gets the value of the subscriberURL property.
Gets the value of the subscriptionPassword property.
Gets the value of the subscriptionUserName property.
Gets the value of the useDeployedServiceEndpoint property. This getter has been renamed from isUseDeployedServiceEndpoint() to getUseDeployedServiceEndpoint() by cxf-xjc-boolean plugin.
Gets the value of the webServiceAPIVersionReference property.
WebServiceAPIVersionObjectType
Sets the value of the disableEndpoint property.
| value | Allowed object is Boolean |
|---|
Sets the value of the omsEnvironmentReference property.
| omsEnvironmentReference | Allowed object is
OMSEnvironmentObjectType
|
|---|
Sets the value of the subscriberURL property.
| value | Allowed object is String |
|---|
Sets the value of the subscriptionPassword property.
| value | Allowed object is String |
|---|
Sets the value of the subscriptionUserName property.
| value | Allowed object is String |
|---|
Sets the value of the useDeployedServiceEndpoint property.
| value | Allowed object is Boolean |
|---|
Sets the value of the webServiceAPIVersionReference property.
| value | Allowed object is
WebServiceAPIVersionObjectType
|
|---|