public class AuctionInfoType
extends java.lang.Object
Java class for AuctionInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuctionInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BuyerID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ClosingDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
<attribute name="multiItem" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
buyerID |
protected javax.xml.datatype.XMLGregorianCalendar |
closingDate |
protected java.lang.String |
multiItem |
| Constructor and Description |
|---|
AuctionInfoType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBuyerID()
Gets the value of the buyerID property.
|
javax.xml.datatype.XMLGregorianCalendar |
getClosingDate()
Gets the value of the closingDate property.
|
java.lang.String |
getMultiItem()
Gets the value of the multiItem property.
|
void |
setBuyerID(java.lang.String value)
Sets the value of the buyerID property.
|
void |
setClosingDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the closingDate property.
|
void |
setMultiItem(java.lang.String value)
Sets the value of the multiItem property.
|
protected java.lang.String buyerID
protected javax.xml.datatype.XMLGregorianCalendar closingDate
protected java.lang.String multiItem
public java.lang.String getBuyerID()
Stringpublic void setBuyerID(java.lang.String value)
value - the value
allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getClosingDate()
XMLGregorianCalendarpublic void setClosingDate(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
allowed object is
XMLGregorianCalendarpublic java.lang.String getMultiItem()
Stringpublic void setMultiItem(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.