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, unsetLinksgetActions, isSetActions, setActionspublic String getTarget()
Stringpublic void setTarget(String value)
value - allowed object is
Stringpublic boolean isSetTarget()
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic boolean isSetUsername()
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic boolean isSetPassword()
public void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0