@Exported public class Blob extends Object
Java class for blob complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="blob">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="filename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="foldername" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filedata" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="webreferences" type="{http://www.fatwire.com/schema/rest/1.0}webreference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
filedata |
protected String |
filename |
protected String |
foldername |
protected String |
href |
protected List<Webreference> |
webreferences |
| Constructor and Description |
|---|
Blob() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFiledata()
Gets the value of the filedata property.
|
String |
getFilename()
Gets the value of the filename property.
|
String |
getFoldername()
Gets the value of the foldername property.
|
String |
getHref()
Gets the value of the href property.
|
List<Webreference> |
getWebreferences()
Gets the value of the webreferences property.
|
void |
setFiledata(byte[] value)
Sets the value of the filedata property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setFoldername(String value)
Sets the value of the foldername property.
|
void |
setHref(String value)
Sets the value of the href property.
|
protected String filename
protected String foldername
protected byte[] filedata
protected String href
protected List<Webreference> webreferences
public String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic String getFoldername()
Stringpublic void setFoldername(String value)
value - allowed object is
Stringpublic byte[] getFiledata()
public void setFiledata(byte[] value)
value - allowed object is
byte[]public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic List<Webreference> getWebreferences()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the webreferences property.
For example, to add a new item, do as follows:
getWebreferences().add(newItem);
Objects of the following type(s) are allowed in the list
Webreference