public class GatewayDeploymentType extends Object
Java class for GatewayDeploymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GatewayDeploymentType">
<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="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ProviderId" 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 |
objectId |
protected Integer |
providerId |
protected String |
providerName |
| Constructor and Description |
|---|
GatewayDeploymentType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentName()
Gets the value of the deploymentName property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
Integer |
getProviderId()
Gets the value of the providerId property.
|
String |
getProviderName()
Gets the value of the providerName property.
|
void |
setDeploymentName(String value)
Sets the value of the deploymentName property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setProviderId(Integer value)
Sets the value of the providerId property.
|
void |
setProviderName(String value)
Sets the value of the providerName property.
|
protected String deploymentName
protected Integer objectId
protected Integer providerId
protected String providerName
public String getDeploymentName()
Stringpublic void setDeploymentName(String value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic Integer getProviderId()
Integerpublic void setProviderId(Integer value)
value - allowed object is
Integerpublic String getProviderName()
StringCopyright © 2000–2025 MPXJ. All rights reserved.