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"/> <element name="single_qxl_pci" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="allow_override" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{}certificate" minOccurs="0"/> <element name="smartcard_enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="keyboard_layout" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Display() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets the value of the address property.
|
Boolean |
getAllowOverride()
Gets the value of the allowOverride property.
|
Certificate |
getCertificate()
Gets the value of the certificate property.
|
String |
getKeyboardLayout()
Gets the value of the keyboardLayout 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.
|
Boolean |
getSingleQxlPci()
Gets the value of the singleQxlPci property.
|
Boolean |
getSmartcardEnabled()
Gets the value of the smartcardEnabled property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetAddress() |
boolean |
isSetAllowOverride() |
boolean |
isSetCertificate() |
boolean |
isSetKeyboardLayout() |
boolean |
isSetMonitors() |
boolean |
isSetPort() |
boolean |
isSetSecurePort() |
boolean |
isSetSingleQxlPci() |
boolean |
isSetSmartcardEnabled() |
boolean |
isSetType() |
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setAllowOverride(Boolean value)
Sets the value of the allowOverride property.
|
void |
setCertificate(Certificate value)
Sets the value of the certificate property.
|
void |
setKeyboardLayout(String value)
Sets the value of the keyboardLayout 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 |
setSingleQxlPci(Boolean value)
Sets the value of the singleQxlPci property.
|
void |
setSmartcardEnabled(Boolean value)
Sets the value of the smartcardEnabled property.
|
void |
setType(String value)
Sets the value of the type property.
|
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()
public Boolean getSingleQxlPci()
Boolean
public void setSingleQxlPci(Boolean value)
value
- allowed object is
Boolean
public boolean isSetSingleQxlPci()
public Boolean getAllowOverride()
Boolean
public void setAllowOverride(Boolean value)
value
- allowed object is
Boolean
public boolean isSetAllowOverride()
public Certificate getCertificate()
Certificate
public void setCertificate(Certificate value)
value
- allowed object is
Certificate
public boolean isSetCertificate()
public Boolean getSmartcardEnabled()
Boolean
public void setSmartcardEnabled(Boolean value)
value
- allowed object is
Boolean
public boolean isSetSmartcardEnabled()
public String getKeyboardLayout()
String
public void setKeyboardLayout(String value)
value
- allowed object is
String
public boolean isSetKeyboardLayout()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0