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()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public boolean isSetAddress()
public Integer getPort()
Integer
public void setPort(Integer value)
value
- allowed object is
Integer
public boolean isSetPort()
public Integer getSecurePort()
Integer
public void setSecurePort(Integer value)
value
- allowed object is
Integer
public boolean isSetSecurePort()
public Integer getMonitors()
Integer
public void setMonitors(Integer value)
value
- allowed object is
Integer
public boolean isSetMonitors()
Copyright © 2012. All Rights Reserved.