public class Icon extends BaseResource
Java class for Icon complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Icon"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="media_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
Icon() |
Modifier and Type | Method and Description |
---|---|
String |
getData()
Gets the value of the data property.
|
String |
getMediaType()
Gets the value of the mediaType property.
|
boolean |
isSetData() |
boolean |
isSetMediaType() |
void |
setData(String value)
Sets the value of the data property.
|
void |
setMediaType(String value)
Sets the value of the mediaType 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 getMediaType()
String
public void setMediaType(String value)
value
- allowed object is
String
public boolean isSetMediaType()
public String getData()
String
public void setData(String value)
value
- allowed object is
String
public boolean isSetData()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0