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"/>
<element name="proxy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="file_transfer_enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="copy_paste_enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" 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.
|
Boolean |
getCopyPasteEnabled()
Gets the value of the copyPasteEnabled property.
|
Boolean |
getFileTransferEnabled()
Gets the value of the fileTransferEnabled 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.
|
String |
getProxy()
Gets the value of the proxy 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 |
isSetCopyPasteEnabled() |
boolean |
isSetFileTransferEnabled() |
boolean |
isSetKeyboardLayout() |
boolean |
isSetMonitors() |
boolean |
isSetPort() |
boolean |
isSetProxy() |
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 |
setCopyPasteEnabled(Boolean value)
Sets the value of the copyPasteEnabled property.
|
void |
setFileTransferEnabled(Boolean value)
Sets the value of the fileTransferEnabled 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 |
setProxy(String value)
Sets the value of the proxy 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()
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()
public Boolean getSingleQxlPci()
Booleanpublic void setSingleQxlPci(Boolean value)
value - allowed object is
Booleanpublic boolean isSetSingleQxlPci()
public Boolean getAllowOverride()
Booleanpublic void setAllowOverride(Boolean value)
value - allowed object is
Booleanpublic boolean isSetAllowOverride()
public Certificate getCertificate()
Certificatepublic void setCertificate(Certificate value)
value - allowed object is
Certificatepublic boolean isSetCertificate()
public Boolean getSmartcardEnabled()
Booleanpublic void setSmartcardEnabled(Boolean value)
value - allowed object is
Booleanpublic boolean isSetSmartcardEnabled()
public String getKeyboardLayout()
Stringpublic void setKeyboardLayout(String value)
value - allowed object is
Stringpublic boolean isSetKeyboardLayout()
public String getProxy()
Stringpublic void setProxy(String value)
value - allowed object is
Stringpublic boolean isSetProxy()
public Boolean getFileTransferEnabled()
Booleanpublic void setFileTransferEnabled(Boolean value)
value - allowed object is
Booleanpublic boolean isSetFileTransferEnabled()
public Boolean getCopyPasteEnabled()
Booleanpublic void setCopyPasteEnabled(Boolean value)
value - allowed object is
Booleanpublic boolean isSetCopyPasteEnabled()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0