public class ExternalMethod extends ExternalConstructor
Java class for ExternalMethod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalMethod">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}ExternalConstructor">
<sequence>
<element name="argTypes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="isStatic" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="returnType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
argTypes |
protected boolean |
isStatic |
protected String |
returnType |
parametersname, references| Constructor and Description |
|---|
ExternalMethod() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArgTypes()
Gets the value of the argTypes property.
|
String |
getReturnType()
Gets the value of the returnType property.
|
boolean |
isIsStatic()
Gets the value of the isStatic property.
|
void |
setIsStatic(boolean value)
Sets the value of the isStatic property.
|
void |
setReturnType(String value)
Sets the value of the returnType property.
|
getParametersgetName, getReferences, setNameprotected boolean isStatic
protected String returnType
public List<String> getArgTypes()
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 argTypes property.
For example, to add a new item, do as follows:
getArgTypes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isIsStatic()
public void setIsStatic(boolean value)
public String getReturnType()
StringCopyright © 2016. All rights reserved.