public class StorageConnectionExtension extends BaseResource
Java class for StorageConnectionExtension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageConnectionExtension"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="target" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}host" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
StorageConnectionExtension() |
Modifier and Type | Method and Description |
---|---|
Host |
getHost()
Gets the value of the host property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getTarget()
Gets the value of the target property.
|
String |
getUsername()
Gets the value of the username property.
|
boolean |
isSetHost() |
boolean |
isSetPassword() |
boolean |
isSetTarget() |
boolean |
isSetUsername() |
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setTarget(String value)
Sets the value of the target property.
|
void |
setUsername(String value)
Sets the value of the username 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 String getTarget()
String
public void setTarget(String value)
value
- allowed object is
String
public boolean isSetTarget()
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public boolean isSetUsername()
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public boolean isSetPassword()
public void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0