All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tsg.ns.wsdl.coop.GetDataCenterUrlsResponse Maven / Gradle / Ivy


package tsg.ns.wsdl.coop;

import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for GetDataCenterUrlsResponse complex type. * *

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

 * <complexType name="GetDataCenterUrlsResponse">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element ref="{urn:core_2023_1.platform.webservices.netsuite.com}getDataCenterUrlsResult"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "GetDataCenterUrlsResponse", namespace = "urn:messages_2023_1.platform.webservices.netsuite.com", propOrder = { "getDataCenterUrlsResult" }) public class GetDataCenterUrlsResponse { @XmlElement(namespace = "urn:core_2023_1.platform.webservices.netsuite.com", required = true) protected GetDataCenterUrlsResult getDataCenterUrlsResult; /** * Gets the value of the getDataCenterUrlsResult property. * * @return * possible object is * {@link GetDataCenterUrlsResult } * */ public GetDataCenterUrlsResult getGetDataCenterUrlsResult() { return getDataCenterUrlsResult; } /** * Sets the value of the getDataCenterUrlsResult property. * * @param value * allowed object is * {@link GetDataCenterUrlsResult } * */ public void setGetDataCenterUrlsResult(GetDataCenterUrlsResult value) { this.getDataCenterUrlsResult = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy