/*
* Copyright 2005 Robert Cooper, Temple of the Screaming Penguin
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.rometools.modules.base;
import com.rometools.modules.base.types.CurrencyEnumeration;
import com.rometools.modules.base.types.DateTimeRange;
import com.rometools.modules.base.types.FloatUnit;
import com.rometools.modules.base.types.PaymentTypeEnumeration;
import com.rometools.modules.base.types.PriceTypeEnumeration;
import com.rometools.modules.base.types.ShippingType;
/**
* This is an interface for the GoogleBase plug in that exposes methods used for Event entry types.
*/
public interface Event extends GlobalInterface {
/**
* Currency of the price amount for an item.
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"><b><a
* name="currency"></a>currency</b></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Details</b></font></td>
*
* <td><font size="-1">Currency of the price amount for an item. Values must be in <a
* href="http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html">ISO 4217</a>
* currency code format.</font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Example</b></font></td>
*
* <td><font size="-1"><em>Acceptable:</em><br>
* <g:currency>USD</g:currency><br>
*
* <em>Not acceptable:</em><br>
* <g:currency>US Dollars</g:currency></font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"><b>Attribute of</b></font></td>
* <td><font size="-1">Events, Housing, Products, Services, Travel, Vehicles</font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Content type</b></font></td>
* <td><font size="-1">currencyEnumeration</font></td>
*
* </tr>
* </tbody>
* </table>
*
* @param value Currency of the price amount for an item.
*/
public void setCurrency(CurrencyEnumeration value);
/**
* Currency of the price amount for an item.
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"><b><a
* name="currency"></a>currency</b></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Details</b></font></td>
*
* <td><font size="-1">Currency of the price amount for an item. Values must be in <a
* href="http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html">ISO 4217</a>
* currency code format.</font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Example</b></font></td>
*
* <td><font size="-1"><em>Acceptable:</em><br>
* <g:currency>USD</g:currency><br>
*
* <em>Not acceptable:</em><br>
* <g:currency>US Dollars</g:currency></font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"><b>Attribute of</b></font></td>
* <td><font size="-1">Events, Housing, Products, Services, Travel, Vehicles</font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Content type</b></font></td>
* <td><font size="-1">currencyEnumeration</font></td>
*
* </tr>
* </tbody>
* </table>
*
* @return Currency of the price amount for an item.
*/
public CurrencyEnumeration getCurrency();
/**
* Additional instructions to explain the item’s delivery process.
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"><b><a
* name="delivery_notes"></a>delivery_notes</b></font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Details</b></font></td>
*
* <td><font size="-1">Additional instructions to explain the item’s delivery process.</font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Example</b></font></td>
* <td>
* <font size="-1"><g:delivery_notes>Items usually shipped within 24
* hours.<g:/delivery_notes><br>
*
* </font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Attribute of</b></font></td>
* <td>
* <font size="-1">Events, Products, Reviews, Services, Travel, Vehicles, Wanted Ads. </font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Content type</b></font></td>
*
* <td><font size="-1">string</font></td>
* </tr>
* </tbody>
* </table>
*
* @param deliveryNotes Additional instructions to explain the item’s delivery process.
*/
public void setDeliveryNotes(String deliveryNotes);
/**
* Additional instructions to explain the item’s delivery process.
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"><b><a
* name="delivery_notes"></a>delivery_notes</b></font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Details</b></font></td>
*
* <td><font size="-1">Additional instructions to explain the item’s delivery process.</font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Example</b></font></td>
* <td>
* <font size="-1"><g:delivery_notes>Items usually shipped within 24
* hours.<g:/delivery_notes><br>
*
* </font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Attribute of</b></font></td>
* <td>
* <font size="-1">Events, Products, Reviews, Services, Travel, Vehicles, Wanted Ads. </font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Content type</b></font></td>
*
* <td><font size="-1">string</font></td>
* </tr>
* </tbody>
* </table>
*
* @return Additional instructions to explain the item’s delivery process.
*/
public String getDeliveryNotes();
/**
* The maximum distance you will deliver an item in any direction.
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"><b><a
* name="delivery_radius"></a>delivery_radius</b></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Details</b></font></td>
* <td><font size="-1">The maximum distance you will deliver an item in any direction. </font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Example</b></font></td>
*
* <td>
* <font size="-1"><g:delivery_radius>10<g:/delivery_radius> </font> <br>
* <font size="-1"><g:delivery_radius>10km</g:delivery_radius></font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Attribute of</b></font></td>
*
* <td>
* <font size="-1">Events, Products, Reviews, Services, Travel, Vehicles, Wanted Ads. </font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Content type</b></font></td>
* <td><font size="-1">floatUnit</font></td>
* </tr>
*
* </tbody>
* </table>
*
* @param deliveryRadius The maximum distance you will deliver an item in any direction.
*/
public void setDeliveryRadius(FloatUnit deliveryRadius);
/**
* The maximum distance you will deliver an item in any direction.
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"><b><a
* name="delivery_radius"></a>delivery_radius</b></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Details</b></font></td>
* <td><font size="-1">The maximum distance you will deliver an item in any direction. </font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Example</b></font></td>
*
* <td>
* <font size="-1"><g:delivery_radius>10<g:/delivery_radius> </font> <br>
* <font size="-1"><g:delivery_radius>10km</g:delivery_radius></font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Attribute of</b></font></td>
*
* <td>
* <font size="-1">Events, Products, Reviews, Services, Travel, Vehicles, Wanted Ads. </font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"><b>Content type</b></font></td>
* <td><font size="-1">floatUnit</font></td>
* </tr>
*
* </tbody>
* </table>
*
* @return The maximum distance you will deliver an item in any direction.
*/
public FloatUnit getDeliveryRadius();
/**
* The time during which this event takes place.
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
*
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="event_date_range"></a>event_date_range</b></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Details</b></font></td>
* <td><font size="-1">
*
* Information on the date and time an event will take place, in <a
* href="http://www.iso.org/iso/en/prods-services/popstds/datesandtime.html">ISO 8601</a>
* format. Two sub-attributes are included in the event_date_range attribute:
* <ul type="disc">
*
* <li>from = Date and time an event will begin in format YYYY-MM-DDThh:mm:ss</li>
* <li>to = (Optional). Date and time an event will end, in format YYYY-MM-DDThh:mm:ss</li>
* </ul>
* </font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Example</b></font></td>
* <td><font size="-1"> <g:event_dateTime><br>
*
* <g:from>2005-12-20T14:00:00</g:from><br>
* <g:to>2005-12-20T19:00:00</g:to><br>
*
* </g:eventdateTime></font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
* <td><font size="-1"> Events</font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
*
* <td><font size="-1"> dateTimeRange</font></td>
* </tr>
*
* </tbody>
* </table>
*
* @param eventDateRange The time during which this event takes place.
*/
public void setEventDateRange(DateTimeRange eventDateRange);
/**
* The time during which this event takes place.
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
*
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="event_date_range"></a>event_date_range</b></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Details</b></font></td>
* <td><font size="-1">
*
* Information on the date and time an event will take place, in <a
* href="http://www.iso.org/iso/en/prods-services/popstds/datesandtime.html">ISO 8601</a>
* format. Two sub-attributes are included in the event_date_range attribute:
* <ul type="disc">
*
* <li>from = Date and time an event will begin in format YYYY-MM-DDThh:mm:ss</li>
* <li>to = (Optional). Date and time an event will end, in format YYYY-MM-DDThh:mm:ss</li>
* </ul>
* </font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Example</b></font></td>
* <td><font size="-1"> <g:event_dateTime><br>
*
* <g:from>2005-12-20T14:00:00</g:from><br>
* <g:to>2005-12-20T19:00:00</g:to><br>
*
* </g:eventdateTime></font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
* <td><font size="-1"> Events</font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
*
* <td><font size="-1"> dateTimeRange</font></td>
* </tr>
*
* </tbody>
* </table>
*
* @return The time during which this event takes place.
*/
public DateTimeRange getEventDateRange();
/**
* Location where the event will be held.
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
*
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="location"></a>location</b></font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Details</b></font></td>
* <td><font size="-1"> Location of a property. Should include street, city, state, postal code,
* and country, in that order. </font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Example</b></font></td>
*
* <td><font size="-1"> <em>Acceptable:</em><br>
* <g:location><st1:place>123 Main St, <st1:city>Anytown</st1:city>,
* <st1:state>CA</st1:state>, <st1:postalcode>12345</st1:postalcode>,
* <st1:country-region>USA</st1:country-region></st1:place></g:location><br>
*
* <em>Not acceptable:</em><br>
* <g:location><st1:place><st1:city>123</st1:city> Main St,, <st1:state>CA</st1:state>,
* <st1:postalcode>12345</st1:postalcode>,
* <st1:country-region>USA</st1:country-region></st1:place></g:location><br>
* <g:location> <st1:place><st1:city>Anytown</st1:city>, <st1:state>CA</st1:state>,
* <st1:postalcode>12345</st1:postalcode>,
* <st1:country-region>USA</st1:country-region></st1:place></g:location></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
* <td><font size="-1"> Reference Items, Events, Housing, Jobs, News and Articles, People
* profiles, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.</font></td>
* </tr>
*
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
* <td><font size="-1"> locationType</font></td>
* </tr>
* </tbody>
* </table>
*
* @param location Location where the event will be held.
*/
public void setLocation(String location);
/**
* Location where the event will be held.
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
*
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="location"></a>location</b></font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Details</b></font></td>
* <td><font size="-1"> Location of a property. Should include street, city, state, postal code,
* and country, in that order. </font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Example</b></font></td>
*
* <td><font size="-1"> <em>Acceptable:</em><br>
* <g:location><st1:place>123 Main St, <st1:city>Anytown</st1:city>,
* <st1:state>CA</st1:state>, <st1:postalcode>12345</st1:postalcode>,
* <st1:country-region>USA</st1:country-region></st1:place></g:location><br>
*
* <em>Not acceptable:</em><br>
* <g:location><st1:place><st1:city>123</st1:city> Main St,, <st1:state>CA</st1:state>,
* <st1:postalcode>12345</st1:postalcode>,
* <st1:country-region>USA</st1:country-region></st1:place></g:location><br>
* <g:location> <st1:place><st1:city>Anytown</st1:city>, <st1:state>CA</st1:state>,
* <st1:postalcode>12345</st1:postalcode>,
* <st1:country-region>USA</st1:country-region></st1:place></g:location></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
* <td><font size="-1"> Reference Items, Events, Housing, Jobs, News and Articles, People
* profiles, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.</font></td>
* </tr>
*
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
* <td><font size="-1"> locationType</font></td>
* </tr>
* </tbody>
* </table>
*
* @return Location where the event will be held.
*/
public String getLocation();
/**
* Payment Methods acceptable for the event.
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
*
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="payment_accepted"></a>payment_accepted</b></font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Details</b></font></td>
* <td><font size="-1"> Acceptable payment methods for item purchases. Acceptable values are
* "Cash," "Check," "Traveler’s Check," "Visa," "MasterCard,"
*
* "American Express," "Discover," "Wire transfer" or "Paypal." If you accept more than one
* method, include multiple instances of the <payment_accepted> attribute for each
* acceptable method.</font></td>
*
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Example</b></font></td>
* <td><font size="-1"> <em>Acceptable:</em><br>
* <g:payment_accepted>Cash</g:payment_accepted><br>
*
* <g:payment_accepted>Check</g:payment_accepted><br>
*
* <g:payment_accepted>Paypal</g:payment_accepted><br>
* <em>Not acceptable:</em><br>
* <g:payment_accepted>Cash Check Paypal</g:payment_accepted></font></td>
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
*
* <td><font size="-1"> Events, Housing, Products, Services, Travel, Vehicles</font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
* <td><font size="-1"> paymentMethodEnumeration</font></td>
*
* </tr>
* </tbody>
* </table>
*
* @param paymentAccepted Payment Methods acceptable for the event.
*/
public void setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted);
/**
* Payment Methods acceptable for the event.
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
*
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="payment_accepted"></a>payment_accepted</b></font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Details</b></font></td>
* <td><font size="-1"> Acceptable payment methods for item purchases. Acceptable values are
* "Cash," "Check," "Traveler’s Check," "Visa," "MasterCard,"
*
* "American Express," "Discover," "Wire transfer" or "Paypal." If you accept more than one
* method, include multiple instances of the <payment_accepted> attribute for each
* acceptable method.</font></td>
*
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Example</b></font></td>
* <td><font size="-1"> <em>Acceptable:</em><br>
* <g:payment_accepted>Cash</g:payment_accepted><br>
*
* <g:payment_accepted>Check</g:payment_accepted><br>
*
* <g:payment_accepted>Paypal</g:payment_accepted><br>
* <em>Not acceptable:</em><br>
* <g:payment_accepted>Cash Check Paypal</g:payment_accepted></font></td>
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
*
* <td><font size="-1"> Events, Housing, Products, Services, Travel, Vehicles</font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
* <td><font size="-1"> paymentMethodEnumeration</font></td>
*
* </tr>
* </tbody>
* </table>
*
* @return Payment Methods acceptable for the event.
*/
public PaymentTypeEnumeration[] getPaymentAccepted();
/**
* Additional information about payment.
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="payment_notes"></a>payment_notes</b></font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Details</b></font></td>
*
* <td><font size="-1"> Additional instructions to explain a payment policy.</font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Example</b></font></td>
*
* <td><font size="-1"> <g:payment_notes>Cash only for local
* orders.</g:payment_notes></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
* <td><font size="-1">
*
* Events, Housing, Products, Services, Travel, Vehicles</font></td>
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
* <td><font size="-1"> string</font></td>
*
* </tr>
* </tbody>
* </table>
*
*
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="payment_notes"></a>payment_notes</b></font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Details</b></font></td>
*
* <td><font size="-1"> Additional instructions to explain a payment policy.</font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Example</b></font></td>
*
* <td><font size="-1"> <g:payment_notes>Cash only for local
* orders.</g:payment_notes></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
* <td><font size="-1">
*
* Events, Housing, Products, Services, Travel, Vehicles</font></td>
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
* <td><font size="-1"> string</font></td>
*
* </tr>
* </tbody>
* </table>
*
*
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="payment_notes"></a>payment_notes</b></font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Details</b></font></td>
*
* <td><font size="-1"> Additional instructions to explain a payment policy.</font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Example</b></font></td>
*
* <td><font size="-1"> <g:payment_notes>Cash only for local
* orders.</g:payment_notes></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
* <td><font size="-1">
*
* Events, Housing, Products, Services, Travel, Vehicles</font></td>
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
* <td><font size="-1"> string</font></td>
*
* </tr>
* </tbody>
* </table>
*
* @param paymentNotes Additional information about payment.
*/
public void setPaymentNotes(String paymentNotes);
/**
* Additional information about payment.
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="payment_notes"></a>payment_notes</b></font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Details</b></font></td>
*
* <td><font size="-1"> Additional instructions to explain a payment policy.</font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Example</b></font></td>
*
* <td><font size="-1"> <g:payment_notes>Cash only for local
* orders.</g:payment_notes></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
* <td><font size="-1">
*
* Events, Housing, Products, Services, Travel, Vehicles</font></td>
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
* <td><font size="-1"> string</font></td>
*
* </tr>
* </tbody>
* </table>
*
*
* @return Additional information about payment.
*/
public String getPaymentNotes();
/**
* Price of the event.
*
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
*
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="price"></a>price</b></font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1">
*
* <b>Details</b></font></td>
* <td><font size="-1"> Prices can be a single price, 0 (free), or blank if not applicable.
* Numerice values only. When used as a sub-attribute of <shipping>, the value included
* reflects the price of shipping.</font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Example</b></font></td>
*
* <td><font size="-1"> <em>Acceptable:</em><br>
* <g:price>5.95</g:price><br>
*
* <g:price>0</g:price><br>
* <em>Not acceptable:</em><br>
*
* <g:price>5,95</g:price><br>
* <g:price>5.00 – 10.00</g:price><br>
*
* <g:price>100 or best offer</g:price><br>
* <g:price>free</g:price></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
*
* <td><font size="-1"> Events, Housing, Products, Services, Travel, Vehicles</font></td>
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
* <td valign="top"><font size="-1">floatUnit</font></td>
*
* </tr>
* </tbody>
* </table>
*
* @param price Price of the event.
*/
public void setPrice(FloatUnit price);
/**
* Price of the event.
*
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
*
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="price"></a>price</b></font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1">
*
* <b>Details</b></font></td>
* <td><font size="-1"> Prices can be a single price, 0 (free), or blank if not applicable.
* Numerice values only. When used as a sub-attribute of <shipping>, the value included
* reflects the price of shipping.</font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Example</b></font></td>
*
* <td><font size="-1"> <em>Acceptable:</em><br>
* <g:price>5.95</g:price><br>
*
* <g:price>0</g:price><br>
* <em>Not acceptable:</em><br>
*
* <g:price>5,95</g:price><br>
* <g:price>5.00 – 10.00</g:price><br>
*
* <g:price>100 or best offer</g:price><br>
* <g:price>free</g:price></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
*
* <td><font size="-1"> Events, Housing, Products, Services, Travel, Vehicles</font></td>
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
* <td valign="top"><font size="-1">floatUnit</font></td>
*
* </tr>
* </tbody>
* </table>
*
* @return Price of the event.
*/
public FloatUnit getPrice();
/**
* Price qualifier for the even cost.
*
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
*
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"><b><a
* name="price_type"></a>price_type</b></font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"><b>Details</b></font></td>
* <td><font size="-1">The type of pricing for the item. Acceptable values are "negotiable," or
* "starting." The default is "starting"</font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"><b>Example</b></font></td>
* <td><font size="-1"><em>Acceptable:</em><br>
* <g:price_type>starting</g:price_type><br>
* <em>Not acceptable:</em><br>
* <g:price_type>100 OBO</g:price_type></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
* <td><font size="-1"> Events, Housing, Products, Services, Travel, Vehicles</font></td>
* </tr>
*
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
* <td><font size="-1"> priceTypeEnumeration</font></td>
* </tr>
* </tbody>
* </table>
*
* @param priceType Price qualifier for the even cost.
*/
public void setPriceType(PriceTypeEnumeration priceType);
/**
* Price qualifier for the even cost.
*
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
*
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"><b><a
* name="price_type"></a>price_type</b></font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"><b>Details</b></font></td>
* <td><font size="-1">The type of pricing for the item. Acceptable values are "negotiable," or
* "starting." The default is "starting"</font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"><b>Example</b></font></td>
* <td><font size="-1"><em>Acceptable:</em><br>
* <g:price_type>starting</g:price_type><br>
* <em>Not acceptable:</em><br>
* <g:price_type>100 OBO</g:price_type></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
* <td><font size="-1"> Events, Housing, Products, Services, Travel, Vehicles</font></td>
* </tr>
*
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
* <td><font size="-1"> priceTypeEnumeration</font></td>
* </tr>
* </tbody>
* </table>
*
* @return Price qualifier for the even cost.
*/
public PriceTypeEnumeration getPriceType();
/**
* Quantity available.
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
*
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="quantity"></a>quantity</b></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Details</b></font></td>
* <td><font size="-1"> The number of units available for purchase. This attribute can be left
* blank if you have a large quantity or if it is not applicable. </font></td>
*
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Example</b></font></td>
* <td><font size="-1"> <em>Acceptable:</em><br>
* <g:quantity>18</g:quantity><br>
*
* <g:quantity>0</g:quantity><br>
*
* <em>Not acceptable:</em><br>
* <g:quantity>out of stock</g:quantity></font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1">
*
* <b>Attribute of</b></font></td>
*
* <td><font size="-1"> Events, Products, Services, Travel, Vehicles</font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
*
* <td><font size="-1">
*
* integer</font></td>
* </tr>
* </tbody>
* </table>
*
* @param quantity Quantity available.
*/
public void setQuantity(Integer quantity);
/**
* Quantity available.
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
*
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="quantity"></a>quantity</b></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Details</b></font></td>
* <td><font size="-1"> The number of units available for purchase. This attribute can be left
* blank if you have a large quantity or if it is not applicable. </font></td>
*
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Example</b></font></td>
* <td><font size="-1"> <em>Acceptable:</em><br>
* <g:quantity>18</g:quantity><br>
*
* <g:quantity>0</g:quantity><br>
*
* <em>Not acceptable:</em><br>
* <g:quantity>out of stock</g:quantity></font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1">
*
* <b>Attribute of</b></font></td>
*
* <td><font size="-1"> Events, Products, Services, Travel, Vehicles</font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
*
* <td><font size="-1">
*
* integer</font></td>
* </tr>
* </tbody>
* </table>
*
* @return Quantity available.
*/
public Integer getQuantity();
/**
* Shipping information related to the event.
*
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1">
*
* <b><a name="shipping"></a>shipping</b></font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Details</b></font></td>
*
* <td><font size="-1"> Shipping options available for an item. Up to 10 shipping options can be
* included for each item. Three sub-attributes are included in the shipping attribute:
* <ul type="disc">
*
* <li>service = The type of service used to ship an item. Acceptable values are 'FedEx', 'UPS',
* 'DHL', 'Mail', and 'Other'</li>
* <li>country = The country an item will ship to. Only acceptable values are<b> </b>ISO 3166
* country codes.</li>
* <li>price = the price of shipping.</li>
* </ul>
* </font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1">
*
* <b>Example</b></font></td>
* <td><font size="-1"> <g:shipping><br>
* <g:country>US</g:country><br>
*
* <g:service>UPS</g:shipping><br>
*
* <g:price>35.95</g:price><br>
* </g:shipping></font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
*
* <td><font size="-1"> Products</font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1">
*
* <b>Content type</b></font></td>
* <td><font size="-1"> shippingType</font></td>
*
* </tr>
* </tbody>
* </table>
*
* @param shipping Shipping information related to the event.
*/
public void setShipping(ShippingType[] shipping);
/**
* Shipping information related to the event.
*
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1">
*
* <b><a name="shipping"></a>shipping</b></font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Details</b></font></td>
*
* <td><font size="-1"> Shipping options available for an item. Up to 10 shipping options can be
* included for each item. Three sub-attributes are included in the shipping attribute:
* <ul type="disc">
*
* <li>service = The type of service used to ship an item. Acceptable values are 'FedEx', 'UPS',
* 'DHL', 'Mail', and 'Other'</li>
* <li>country = The country an item will ship to. Only acceptable values are<b> </b>ISO 3166
* country codes.</li>
* <li>price = the price of shipping.</li>
* </ul>
* </font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1">
*
* <b>Example</b></font></td>
* <td><font size="-1"> <g:shipping><br>
* <g:country>US</g:country><br>
*
* <g:service>UPS</g:shipping><br>
*
* <g:price>35.95</g:price><br>
* </g:shipping></font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
*
* <td><font size="-1"> Products</font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1">
*
* <b>Content type</b></font></td>
* <td><font size="-1"> shippingType</font></td>
*
* </tr>
* </tbody>
* </table>
*
* @return Shipping information related to the event.
*/
public ShippingType[] getShipping();
/**
* Tax rate associated with the event.
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="tax_percent"></a>tax_percent</b></font></td>
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1">
*
* <b>Details</b></font></td>
* <td><font size="-1"> Tax rate as a percentage.</font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Example</b></font></td>
*
* <td><font size="-1"> <g:tax_percent>8.2<g:/tax_percent></font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1">
*
* <b>Attribute of</b></font></td>
* <td><font size="-1">
*
* Products, Events</font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
*
* <td><font size="-1"> percentType</font></td>
*
* </tr>
* </tbody>
* </table>
*
* @param taxPercent Tax rate associated with the event.
*/
public void setTaxPercent(Float taxPercent);
/**
* Tax rate associated with the event.
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1"> <b><a
* name="tax_percent"></a>tax_percent</b></font></td>
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1">
*
* <b>Details</b></font></td>
* <td><font size="-1"> Tax rate as a percentage.</font></td>
* </tr>
* <tr valign="top">
*
* <td width="120"><font size="-1"> <b>Example</b></font></td>
*
* <td><font size="-1"> <g:tax_percent>8.2<g:/tax_percent></font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1">
*
* <b>Attribute of</b></font></td>
* <td><font size="-1">
*
* Products, Events</font></td>
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
*
* <td><font size="-1"> percentType</font></td>
*
* </tr>
* </tbody>
* </table>
*
* @return Tax rate associated with the event.
*/
public Float getTaxPercent();
/**
* Region where tax applies.
*
*
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1">
*
* <b><a name="tax_region"></a>tax_region</b></font></td>
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Details</b></font></td>
* <td><font size="-1"> Geographical region a tax rate applies to.</font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1">
*
* <b>Example</b></font></td>
* <td><font size="-1"> <g:tax_region>California</g:tax_region></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
*
* <td><font size="-1"> Product, Events,</font></td>
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
* <td><font size="-1">string</font></td>
*
* </tr>
* </tbody>
* </table>
*
* @param taxRegion Region where tax applies.
*/
public void setTaxRegion(String taxRegion);
/**
* Region where tax applies.
*
*
*
* <table border="1" cellpadding="5" cellspacing="0" width="640">
* <tbody>
* <tr valign="top">
* <td colspan="2" bgcolor="#dddddd" valign="top"><font size="-1">
*
* <b><a name="tax_region"></a>tax_region</b></font></td>
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Details</b></font></td>
* <td><font size="-1"> Geographical region a tax rate applies to.</font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1">
*
* <b>Example</b></font></td>
* <td><font size="-1"> <g:tax_region>California</g:tax_region></font></td>
*
* </tr>
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Attribute of</b></font></td>
*
* <td><font size="-1"> Product, Events,</font></td>
* </tr>
*
* <tr valign="top">
* <td width="120"><font size="-1"> <b>Content type</b></font></td>
* <td><font size="-1">string</font></td>
*
* </tr>
* </tbody>
* </table>
*
* @return Region where tax applies.
*/
public String getTaxRegion();
}