public class ProjectDeploymentType extends Object
Java class for ProjectDeploymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectDeploymentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DeploymentName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DeploymentObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ProviderName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deploymentName |
protected Integer |
deploymentObjectId |
protected Integer |
objectId |
protected Integer |
projectObjectId |
protected String |
providerName |
| Constructor and Description |
|---|
ProjectDeploymentType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentName()
Gets the value of the deploymentName property.
|
Integer |
getDeploymentObjectId()
Gets the value of the deploymentObjectId property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
String |
getProviderName()
Gets the value of the providerName property.
|
void |
setDeploymentName(String value)
Sets the value of the deploymentName property.
|
void |
setDeploymentObjectId(Integer value)
Sets the value of the deploymentObjectId property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setProviderName(String value)
Sets the value of the providerName property.
|
protected String deploymentName
protected Integer deploymentObjectId
protected Integer objectId
protected Integer projectObjectId
protected String providerName
public String getDeploymentName()
Stringpublic void setDeploymentName(String value)
value - allowed object is
Stringpublic Integer getDeploymentObjectId()
Integerpublic void setDeploymentObjectId(Integer value)
value - allowed object is
Integerpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic String getProviderName()
StringCopyright © 2000–2025 MPXJ. All rights reserved.