public class Method extends Constructor
Java class for Method complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Method">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}Constructor">
<sequence>
<element name="returnType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
returnType |
parametersannotations, location, modifiers, name, references, type| Constructor and Description |
|---|
Method() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReturnType()
Gets the value of the returnType property.
|
void |
setReturnType(String value)
Sets the value of the returnType property.
|
getParametersgetAnnotations, getLocation, getModifiers, getName, getReferences, getType, setLocation, setName, setTypeprotected String returnType
Copyright © 2016. All rights reserved.