Package ejava.projects.esales.dto
Class Image
- java.lang.Object
-
- ejava.projects.esales.dto.ReferencedType
-
- ejava.projects.esales.dto.Image
-
public class Image extends ReferencedType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://ejava.info/eSales/1.0.2007.2}ReferencedType"> <sequence> <element name="auction-ref" type="{http://www.w3.org/2001/XMLSchema}IDREF"/> <element name="image" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}integer" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Object
auctionRef
protected Integer
id
protected byte[]
image
-
Fields inherited from class ejava.projects.esales.dto.ReferencedType
refid
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getAuctionRef()
Gets the value of the auctionRef property.Integer
getId()
Gets the value of the id property.byte[]
getImage()
Gets the value of the image property.void
setAuctionRef(Object value)
Sets the value of the auctionRef property.void
setId(Integer value)
Sets the value of the id property.void
setImage(byte[] value)
Sets the value of the image property.-
Methods inherited from class ejava.projects.esales.dto.ReferencedType
getRefid, setRefid
-
-
-
-
Method Detail
-
getAuctionRef
public Object getAuctionRef()
Gets the value of the auctionRef property.- Returns:
- possible object is
Object
-
setAuctionRef
public void setAuctionRef(Object value)
Sets the value of the auctionRef property.- Parameters:
value
- allowed object isObject
-
getImage
public byte[] getImage()
Gets the value of the image property.- Returns:
- possible object is byte[]
-
setImage
public void setImage(byte[] value)
Sets the value of the image property.- Parameters:
value
- allowed object is byte[]
-
-