public class InstallationSetting extends Object
Java class for InstallationSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InstallationSetting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DNSName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Hotfix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InstllationPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsInstalled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dnsName |
protected String |
hotfix |
protected String |
id |
protected String |
instllationPath |
protected String |
ip |
protected boolean |
isInstalled |
protected String |
name |
protected String |
state |
protected String |
version |
| Constructor and Description |
|---|
InstallationSetting() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDNSName()
Gets the value of the dnsName property.
|
String |
getHotfix()
Gets the value of the hotfix property.
|
String |
getID()
Gets the value of the id property.
|
String |
getInstllationPath()
Gets the value of the instllationPath property.
|
String |
getIP()
Gets the value of the ip property.
|
String |
getName()
Gets the value of the name property.
|
String |
getState()
Gets the value of the state property.
|
String |
getVersion()
Gets the value of the version property.
|
boolean |
isIsInstalled()
Gets the value of the isInstalled property.
|
void |
setDNSName(String value)
Sets the value of the dnsName property.
|
void |
setHotfix(String value)
Sets the value of the hotfix property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setInstllationPath(String value)
Sets the value of the instllationPath property.
|
void |
setIP(String value)
Sets the value of the ip property.
|
void |
setIsInstalled(boolean value)
Sets the value of the isInstalled property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String name
protected String id
protected String dnsName
protected String ip
protected String state
protected String version
protected String hotfix
protected String instllationPath
protected boolean isInstalled
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic void setID(String value)
value - allowed object is
Stringpublic String getDNSName()
Stringpublic void setDNSName(String value)
value - allowed object is
Stringpublic void setIP(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getHotfix()
Stringpublic void setHotfix(String value)
value - allowed object is
Stringpublic String getInstllationPath()
Stringpublic void setInstllationPath(String value)
value - allowed object is
Stringpublic boolean isIsInstalled()
public void setIsInstalled(boolean value)
Copyright © 2020. All rights reserved.