|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.cxf.mtom_feature.types.DetailType
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-04-05T02:28:19-04:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class DetailType
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>
| Field Summary | |
|---|---|
protected Image |
image
|
protected byte[] |
photo
|
| Constructor Summary | |
|---|---|
DetailType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-04-05T02:28:19-04:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected byte[] photo
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-04-05T02:28:19-04:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected Image image
| Constructor Detail |
|---|
public DetailType()
| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-04-05T02:28:19-04:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public byte[] getPhoto()
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-04-05T02:28:19-04:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setPhoto(byte[] value)
value - allowed object is
byte[]
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-04-05T02:28:19-04:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public Image getImage()
Image
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-04-05T02:28:19-04:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setImage(Image value)
value - allowed object is
Image
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||