Class Bid


  • public class Bid
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="bidTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
             <element name="item" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
             <element name="bidder" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}integer" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Bid

        public Bid()
        Default no-arg constructor
    • Method Detail

      • getBidTime

        public Date getBidTime()
        Gets the value of the bidTime property.
        Returns:
        possible object is String
      • setBidTime

        public void setBidTime​(Date value)
        Sets the value of the bidTime property.
        Parameters:
        value - allowed object is String
      • getAmount

        public Float getAmount()
        Gets the value of the amount property.
        Returns:
        possible object is String
      • setAmount

        public void setAmount​(Float value)
        Sets the value of the amount property.
        Parameters:
        value - allowed object is String
      • getItem

        public Object getItem()
        Gets the value of the item property.
        Returns:
        possible object is Object
      • setItem

        public void setItem​(Object value)
        Sets the value of the item property.
        Parameters:
        value - allowed object is Object
      • getBidder

        public Object getBidder()
        Gets the value of the bidder property.
        Returns:
        possible object is Object
      • setBidder

        public void setBidder​(Object value)
        Sets the value of the bidder property.
        Parameters:
        value - allowed object is Object
      • 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