public class FunctionInfoDataObj extends Object
Java class for functionInfoDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="functionInfoDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fileId" type="{http://ws.coverity.com/v9}fileIdDataObj" minOccurs="0"/>
<element name="functionDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="functionMangledName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="functionMergeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FileIdDataObj |
fileId |
protected String |
functionDisplayName |
protected String |
functionMangledName |
protected String |
functionMergeName |
| Constructor and Description |
|---|
FunctionInfoDataObj() |
| Modifier and Type | Method and Description |
|---|---|
FileIdDataObj |
getFileId()
Gets the value of the fileId property.
|
String |
getFunctionDisplayName()
Gets the value of the functionDisplayName property.
|
String |
getFunctionMangledName()
Gets the value of the functionMangledName property.
|
String |
getFunctionMergeName()
Gets the value of the functionMergeName property.
|
void |
setFileId(FileIdDataObj value)
Sets the value of the fileId property.
|
void |
setFunctionDisplayName(String value)
Sets the value of the functionDisplayName property.
|
void |
setFunctionMangledName(String value)
Sets the value of the functionMangledName property.
|
void |
setFunctionMergeName(String value)
Sets the value of the functionMergeName property.
|
protected FileIdDataObj fileId
protected String functionDisplayName
protected String functionMangledName
protected String functionMergeName
public FileIdDataObj getFileId()
FileIdDataObjpublic void setFileId(FileIdDataObj value)
value - allowed object is
FileIdDataObjpublic String getFunctionDisplayName()
Stringpublic void setFunctionDisplayName(String value)
value - allowed object is
Stringpublic String getFunctionMangledName()
Stringpublic void setFunctionMangledName(String value)
value - allowed object is
Stringpublic String getFunctionMergeName()
StringCopyright © 2016–2019. All rights reserved.