public class

DataCenterUrls

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.DataCenterUrls

Class Overview

Java class for DataCenterUrls complex type.

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

 <complexType name="DataCenterUrls">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="restDomain" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="webservicesDomain" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="systemDomain" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String restDomain
protected String systemDomain
protected String webservicesDomain
Public Constructors
DataCenterUrls()
Public Methods
String getRestDomain()
Gets the value of the restDomain property.
String getSystemDomain()
Gets the value of the systemDomain property.
String getWebservicesDomain()
Gets the value of the webservicesDomain property.
void setRestDomain(String value)
Sets the value of the restDomain property.
void setSystemDomain(String value)
Sets the value of the systemDomain property.
void setWebservicesDomain(String value)
Sets the value of the webservicesDomain property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String restDomain

protected String systemDomain

protected String webservicesDomain

Public Constructors

public DataCenterUrls ()

Public Methods

public String getRestDomain ()

Gets the value of the restDomain property.

Returns
  • possible object is String

public String getSystemDomain ()

Gets the value of the systemDomain property.

Returns
  • possible object is String

public String getWebservicesDomain ()

Gets the value of the webservicesDomain property.

Returns
  • possible object is String

public void setRestDomain (String value)

Sets the value of the restDomain property.

Parameters
value Allowed object is String

public void setSystemDomain (String value)

Sets the value of the systemDomain property.

Parameters
value Allowed object is String

public void setWebservicesDomain (String value)

Sets the value of the webservicesDomain property.

Parameters
value Allowed object is String