public class

GetServerDefinitionResult

extends Result
java.lang.Object
   ↳ com.clarizen.api.Result
     ↳ com.clarizen.api.GetServerDefinitionResult

Class Overview

Java class for GetServerDefinitionResult complex type.

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

 <complexType name="GetServerDefinitionResult">
   <complexContent>
     <extension base="{http://clarizen.com/api}Result">
       <sequence>
         <element name="ServerLocation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String serverLocation
[Expand]
Inherited Fields
From class com.clarizen.api.Result
Public Constructors
GetServerDefinitionResult()
Public Methods
String getServerLocation()
Gets the value of the serverLocation property.
void setServerLocation(String value)
Sets the value of the serverLocation property.
[Expand]
Inherited Methods
From class com.clarizen.api.Result
From class java.lang.Object

Fields

protected String serverLocation

Public Constructors

public GetServerDefinitionResult ()

Public Methods

public String getServerLocation ()

Gets the value of the serverLocation property.

Returns
  • possible object is String

public void setServerLocation (String value)

Sets the value of the serverLocation property.

Parameters
value Allowed object is String