Class 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 Detail

      • auctionRef

        protected Object auctionRef
      • image

        protected byte[] image
    • Constructor Detail

      • Image

        public Image()
        Default no-arg constructor
      • Image

        public Image​(String refid,
                     Object auctionRef,
                     byte[] image,
                     Integer id)
        Fully-initialising value constructor
    • 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 is Object
      • 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[]
      • getId

        public Integer getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(Integer value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String