public class ExternalComputeResource extends BaseResource
Java class for ExternalComputeResource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalComputeResource"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="provider" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}external_host_provider" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
ExternalComputeResource() |
Modifier and Type | Method and Description |
---|---|
ExternalHostProvider |
getExternalHostProvider()
Gets the value of the externalHostProvider property.
|
String |
getProvider()
Gets the value of the provider property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getUser()
Gets the value of the user property.
|
boolean |
isSetExternalHostProvider() |
boolean |
isSetProvider() |
boolean |
isSetUrl() |
boolean |
isSetUser() |
void |
setExternalHostProvider(ExternalHostProvider value)
Sets the value of the externalHostProvider property.
|
void |
setProvider(String value)
Sets the value of the provider property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setUser(String value)
Sets the value of the user 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 getProvider()
String
public void setProvider(String value)
value
- allowed object is
String
public boolean isSetProvider()
public String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public boolean isSetUser()
public void setUrl(String value)
value
- allowed object is
String
public boolean isSetUrl()
public ExternalHostProvider getExternalHostProvider()
ExternalHostProvider
public void setExternalHostProvider(ExternalHostProvider value)
value
- allowed object is
ExternalHostProvider
public boolean isSetExternalHostProvider()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0