@Exported public class SystemSatelliteBean extends Object
Java class for SystemSatelliteBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemSatelliteBean">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="host" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="satelliteserverpath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="flushservletpath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="inventoryservletpath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pastramiservletpath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
flushservletpath |
protected String |
host |
protected String |
id |
protected String |
inventoryservletpath |
protected String |
password |
protected String |
pastramiservletpath |
protected int |
port |
protected String |
protocol |
protected String |
satelliteserverpath |
protected String |
username |
| Constructor and Description |
|---|
SystemSatelliteBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getFlushservletpath()
Gets the value of the flushservletpath property.
|
String |
getHost()
Gets the value of the host property.
|
String |
getId()
Gets the value of the id property.
|
String |
getInventoryservletpath()
Gets the value of the inventoryservletpath property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getPastramiservletpath()
Gets the value of the pastramiservletpath property.
|
int |
getPort()
Gets the value of the port property.
|
String |
getProtocol()
Gets the value of the protocol property.
|
String |
getSatelliteserverpath()
Gets the value of the satelliteserverpath property.
|
String |
getUsername()
Gets the value of the username property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFlushservletpath(String value)
Sets the value of the flushservletpath property.
|
void |
setHost(String value)
Sets the value of the host property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInventoryservletpath(String value)
Sets the value of the inventoryservletpath property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPastramiservletpath(String value)
Sets the value of the pastramiservletpath property.
|
void |
setPort(int value)
Sets the value of the port property.
|
void |
setProtocol(String value)
Sets the value of the protocol property.
|
void |
setSatelliteserverpath(String value)
Sets the value of the satelliteserverpath property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
protected String id
protected String description
protected String protocol
protected String host
protected int port
protected String satelliteserverpath
protected String flushservletpath
protected String inventoryservletpath
protected String pastramiservletpath
protected String username
protected String password
public void setId(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getProtocol()
Stringpublic void setProtocol(String value)
value - allowed object is
Stringpublic String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic int getPort()
public void setPort(int value)
public String getSatelliteserverpath()
Stringpublic void setSatelliteserverpath(String value)
value - allowed object is
Stringpublic String getFlushservletpath()
Stringpublic void setFlushservletpath(String value)
value - allowed object is
Stringpublic String getInventoryservletpath()
Stringpublic void setInventoryservletpath(String value)
value - allowed object is
Stringpublic String getPastramiservletpath()
Stringpublic void setPastramiservletpath(String value)
value - allowed object is
Stringpublic String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic String getPassword()
String