public class Payload extends Object
Java class for Payload complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payload"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}files"/> <element name="volume_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Payload() |
Modifier and Type | Method and Description |
---|---|
Files |
getFiles()
Gets the value of the files property.
|
String |
getType()
Gets the value of the type property.
|
String |
getVolumeId()
Gets the value of the volumeId property.
|
boolean |
isSetFiles() |
boolean |
isSetVolumeId() |
void |
setFiles(Files value)
Sets the value of the files property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setVolumeId(String value)
Sets the value of the volumeId property.
|
public Files getFiles()
Files
public void setFiles(Files value)
value
- allowed object is
Files
public boolean isSetFiles()
public String getVolumeId()
String
public void setVolumeId(String value)
value
- allowed object is
String
public boolean isSetVolumeId()
public String getType()
String
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0