@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:51-02:30", comments="JAXB RI v2.2.5") public class DetailType extends Object
Java class for DetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetailType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="photo" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="image" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Image |
image |
protected byte[] |
photo |
| Constructor and Description |
|---|
DetailType() |
| Modifier and Type | Method and Description |
|---|---|
Image |
getImage()
Gets the value of the image property.
|
byte[] |
getPhoto()
Gets the value of the photo property.
|
void |
setImage(Image value)
Sets the value of the image property.
|
void |
setPhoto(byte[] value)
Sets the value of the photo property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:51-02:30", comments="JAXB RI v2.2.5") protected byte[] photo
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:51-02:30", comments="JAXB RI v2.2.5") protected Image image
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:51-02:30", comments="JAXB RI v2.2.5") public byte[] getPhoto()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:51-02:30", comments="JAXB RI v2.2.5") public void setPhoto(byte[] value)
value - allowed object is
byte[]@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:51-02:30", comments="JAXB RI v2.2.5") public Image getImage()
ImageApache CAMEL