public class Display extends Object
Java class for Display complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Display">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="secure_port" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="monitors" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected Integer |
monitors |
protected Integer |
port |
protected Integer |
securePort |
protected String |
type |
| Constructor and Description |
|---|
Display() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
Integer |
getMonitors()
Gets the value of the monitors property.
|
Integer |
getPort()
Gets the value of the port property.
|
Integer |
getSecurePort()
Gets the value of the securePort property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetAddress() |
boolean |
isSetMonitors() |
boolean |
isSetPort() |
boolean |
isSetSecurePort() |
boolean |
isSetType() |
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setMonitors(Integer value)
Sets the value of the monitors property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
void |
setSecurePort(Integer value)
Sets the value of the securePort property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
protected String address
protected Integer port
protected Integer securePort
protected Integer monitors
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic boolean isSetAddress()
public Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic boolean isSetPort()
public Integer getSecurePort()
Integerpublic void setSecurePort(Integer value)
value - allowed object is
Integerpublic boolean isSetSecurePort()
public Integer getMonitors()
Integerpublic void setMonitors(Integer value)
value - allowed object is
Integerpublic boolean isSetMonitors()
Copyright © 2012. All Rights Reserved.