public class CreateProject extends Object
Java class for createProject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createProject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="projectSpec" type="{http://ws.coverity.com/v9}projectSpecDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProjectSpecDataObj |
projectSpec |
| Constructor and Description |
|---|
CreateProject() |
| Modifier and Type | Method and Description |
|---|---|
ProjectSpecDataObj |
getProjectSpec()
Gets the value of the projectSpec property.
|
void |
setProjectSpec(ProjectSpecDataObj value)
Sets the value of the projectSpec property.
|
protected ProjectSpecDataObj projectSpec
public ProjectSpecDataObj getProjectSpec()
ProjectSpecDataObjpublic void setProjectSpec(ProjectSpecDataObj value)
value - allowed object is
ProjectSpecDataObjCopyright © 2016–2019. All rights reserved.