public class File extends BaseResource
Java class for File complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="File"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="content" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}storage_domain" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
File() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets the value of the content property.
|
StorageDomain |
getStorageDomain()
Gets the value of the storageDomain property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetContent() |
boolean |
isSetStorageDomain() |
boolean |
isSetType() |
void |
setContent(String value)
Sets the value of the content property.
|
void |
setStorageDomain(StorageDomain value)
Sets the value of the storageDomain property.
|
void |
setType(String value)
Sets the value of the type 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 getContent()
String
public void setContent(String value)
value
- allowed object is
String
public boolean isSetContent()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public StorageDomain getStorageDomain()
StorageDomain
public void setStorageDomain(StorageDomain value)
value
- allowed object is
StorageDomain
public boolean isSetStorageDomain()
Copyright © 2010 Red Hat, Inc - released under the Apache License Version 2.0