public class Session extends BaseResource
Java class for Session complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Session"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}vm" minOccurs="0"/> <element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}ip" minOccurs="0"/> <element ref="{}user" minOccurs="0"/> <element name="console_user" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
Session() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getConsoleUser()
Gets the value of the consoleUser property.
|
IP |
getIp()
Gets the value of the ip property.
|
String |
getProtocol()
Gets the value of the protocol property.
|
User |
getUser()
Gets the value of the user property.
|
VM |
getVm()
Gets the value of the vm property.
|
boolean |
isSetConsoleUser() |
boolean |
isSetIp() |
boolean |
isSetProtocol() |
boolean |
isSetUser() |
boolean |
isSetVm() |
void |
setConsoleUser(Boolean value)
Sets the value of the consoleUser property.
|
void |
setIp(IP value)
Sets the value of the ip property.
|
void |
setProtocol(String value)
Sets the value of the protocol property.
|
void |
setUser(User value)
Sets the value of the user property.
|
void |
setVm(VM value)
Sets the value of the vm property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public void setVm(VM value)
value
- allowed object is
VM
public boolean isSetVm()
public String getProtocol()
String
public void setProtocol(String value)
value
- allowed object is
String
public boolean isSetProtocol()
public void setIp(IP value)
value
- allowed object is
IP
public boolean isSetIp()
public void setUser(User value)
value
- allowed object is
User
public boolean isSetUser()
public Boolean getConsoleUser()
Boolean
public void setConsoleUser(Boolean value)
value
- allowed object is
Boolean
public boolean isSetConsoleUser()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0