Class GoogleBaseImpl

    • Constructor Detail

      • GoogleBaseImpl

        public GoogleBaseImpl()
    • Method Detail

      • setActors

        public void setActors​(String[] actors)
        Description copied from interface: Product
        Actor featured in the video.
        actor
        Details Actor featured in the video.
        Example <g:actor>Charlie Chaplin</g:actor>
        Attribute of Products
        Content type string
        Specified by:
        setActors in interface Product
        Parameters:
        actors - Actor featured in the video.
      • getActors

        public String[] getActors()
        Description copied from interface: Product
        Actor featured in the video.
        actor
        Details Actor featured in the video.
        Example <g:actor>Charlie Chaplin</g:actor>
        Attribute of Products
        Content type string
        Specified by:
        getActors in interface Product
        Returns:
        Actor featured in the video.
      • setAge

        public void setAge​(Integer age)
        Description copied from interface: Person
        Age of the individual.
        age
        Details Minimum age requirement for the event or the age of the individual in a People profiles bulk upload entry.
        Example Acceptable:
        < g:age>18</g:age>
        Not acceptable:
        < g:age>18 and over</g:age>
        Attribute of Events, People profiles
        Content type integer
        Specified by:
        setAge in interface Person
        Parameters:
        age - Age of the individual.
      • getAge

        public Integer getAge()
        Description copied from interface: Person
        Age of the individual.
        age
        Details Minimum age requirement for the event or the age of the individual in a People profiles bulk upload entry.
        Example Acceptable:
        < g:age>18</g:age>
        Not acceptable:
        < g:age>18 and over</g:age>
        Attribute of Events, People profiles
        Content type integer
        Specified by:
        getAge in interface Person
        Returns:
        Age of the individual.
      • setAgents

        public void setAgents​(String[] agents)
        Description copied from interface: Housing
        An array of agent name Strings, not to exceed 10 in lenght.
        agent
        Details Individual who is negotiating and arranging the real estate sale.
        Example <g:agent>Sue Smith</g:agent>
        Attribute of Housing
        Content type string
        Specified by:
        setAgents in interface Housing
        Parameters:
        agents - An array of agent name Strings, not to exceed 10 in lenght.
      • getAgents

        public String[] getAgents()
        Description copied from interface: Housing
        An array of agent name Strings, not to exceed 10 in lenght.
        agent
        Details Individual who is negotiating and arranging the real estate sale.
        Example <g:agent>Sue Smith</g:agent>
        Attribute of Housing
        Content type string
        Specified by:
        getAgents in interface Housing
        Returns:
        An array of agent name Strings, not to exceed 10 in lenght.
      • setApparelType

        public void setApparelType​(String apparelType)
        Description copied from interface: Product
        The type of apparel being offered.
        apparel_type
        Details The type of apparel being offered. Skirt, pants, sleepwear, etc.
        Example <g:apparel_type>sweater</g:apparel_type>
        Attribute of Products
        Content type string
        Specified by:
        setApparelType in interface Product
        Parameters:
        apparelType - The type of apparel being offered.
      • getApparelType

        public String getApparelType()
        Description copied from interface: Product
        The type of apparel being offered.
        apparel_type
        Details The type of apparel being offered. Skirt, pants, sleepwear, etc.
        Example <g:apparel_type>sweater</g:apparel_type>
        Attribute of Products
        Content type string
        Specified by:
        getApparelType in interface Product
        Returns:
        The type of apparel being offered.
      • setArea

        public void setArea​(IntUnit area)
        Description copied from interface: Housing
        The area of the real estate.
        area
        Details The size of an area of real estate.
        Example <g:area>1000</g:area>
        Attribute of Housing
        Content type intUnit
        Specified by:
        setArea in interface Housing
        Parameters:
        area - The area of the real estate
      • getArea

        public IntUnit getArea()
        Description copied from interface: Housing
        The area of the real estate.
        area
        Details The size of an area of real estate.
        Example <g:area>1000</g:area>
        Attribute of Housing
        Content type intUnit
        Specified by:
        getArea in interface Housing
        Returns:
        The area of the real estate
      • setArtists

        public void setArtists​(String[] artists)
        Description copied from interface: Product
        Artist that created the work.
        artist
        Details Artist that created the work.
        Example <g:artist>Vincent van Gogh</g:artist>
        Attribute of Products
        Content type string
        Specified by:
        setArtists in interface Product
        Parameters:
        artists - Artist that created the work.
      • getArtists

        public String[] getArtists()
        Description copied from interface: Product
        Artist that created the work.
        artist
        Details Artist that created the work.
        Example <g:artist>Vincent van Gogh</g:artist>
        Attribute of Products
        Content type string
        Specified by:
        getArtists in interface Product
        Returns:
        Artist that created the work.
      • setAuthors

        public void setAuthors​(String[] authors)
        Description copied from interface: Article
        Array of Author Names. Limit 10.
        author
        Details Author of the item.
        Example <g:author>John Steinbeck</g:author>
        Attribute of Reference Items, News and Articles
        Content type string
        Specified by:
        setAuthors in interface Article
        Specified by:
        setAuthors in interface Product
        Specified by:
        setAuthors in interface Review
        Specified by:
        setAuthors in interface ScholarlyArticle
        Parameters:
        authors - Array of Author Names. Limit 10.
      • getAuthors

        public String[] getAuthors()
        Description copied from interface: Article
        Array of Author Names. Limit 10.
        author
        Details Author of the item.
        Example <g:author>John Steinbeck</g:author>
        Attribute of Reference Items, News and Articles
        Content type string
        Specified by:
        getAuthors in interface Article
        Specified by:
        getAuthors in interface Product
        Specified by:
        getAuthors in interface Review
        Specified by:
        getAuthors in interface ScholarlyArticle
        Returns:
        Array of author names.
      • setBathrooms

        public void setBathrooms​(Float bathrooms)
        Description copied from interface: Housing
        The number of bathrooms.
        bathrooms
        Details Number of bathrooms. Numeric values only.
        Example Acceptable:
        <g:bathrooms>2</g:bathrooms>
        Not acceptable:
        <g:bathrooms>2 bathrooms</g:bathrooms>
        Attribute of Housing
        Content type float
        Specified by:
        setBathrooms in interface Housing
        Parameters:
        bathrooms - The number of bathrooms.
      • getBathrooms

        public Float getBathrooms()
        Description copied from interface: Housing
        The number of bathrooms.
        bathrooms
        Details Number of bathrooms. Numeric values only.
        Example Acceptable:
        <g:bathrooms>2</g:bathrooms>
        Not acceptable:
        <g:bathrooms>2 bathrooms</g:bathrooms>
        Attribute of Housing
        Content type float
        Specified by:
        getBathrooms in interface Housing
        Returns:
        number of bathrooms
      • setBedrooms

        public void setBedrooms​(Integer bedrooms)
        Description copied from interface: Housing
        Number of bedrooms.
        bedrooms
        Details Number of bedrooms. Numeric values only.
        Example Acceptable:
        <g:bedrooms>3</g:bedrooms>
        Not acceptable:
        <g:bedrooms>3 bedrooms</g:bedrooms>
        Attribute of Housing
        Content type integer
        Specified by:
        setBedrooms in interface Housing
        Parameters:
        bedrooms - Number of bedrooms.
      • getBedrooms

        public Integer getBedrooms()
        Description copied from interface: Housing
        Number of bedrooms.
        bedrooms
        Details Number of bedrooms. Numeric values only.
        Example Acceptable:
        <g:bedrooms>3</g:bedrooms>
        Not acceptable:
        <g:bedrooms>3 bedrooms</g:bedrooms>
        Attribute of Housing
        Content type integer
        Specified by:
        getBedrooms in interface Housing
        Returns:
        Number of bedrooms
      • setBrand

        public void setBrand​(String brand)
        Description copied from interface: Product
        The brand name of an item.
        brand
        Details The brand name of an item.
        Example <g:brand>Acme</g:brand>
        Attribute of Products
        Content type string
        Specified by:
        setBrand in interface Product
        Parameters:
        brand - The brand name of an item.
      • getBrand

        public String getBrand()
        Description copied from interface: Product
        The brand name of an item.
        brand
        Details The brand name of an item.
        Example <g:brand>Acme</g:brand>
        Attribute of Products
        Content type string
        Specified by:
        getBrand in interface Product
        Returns:
        The brand name of an item.
      • setColors

        public void setColors​(String[] color)
        Description copied from interface: Product
        Color of an item.
        color
        Details Color of an item.
        Example <g:color>Black</g:color>
        Attribute of Products, Vehicles
        Content type string
        Specified by:
        setColors in interface Product
        Specified by:
        setColors in interface Vehicle
        Parameters:
        color - Color of an item.
      • getColors

        public String[] getColors()
        Description copied from interface: Product
        Color of an item.
        color
        Details Color of an item.
        Example <g:color>Black</g:color>
        Attribute of Products, Vehicles
        Content type string
        Specified by:
        getColors in interface Product
        Specified by:
        getColors in interface Vehicle
        Returns:
        Color of an item.
      • setCondition

        public void setCondition​(String condition)
        Description copied from interface: Product
        Condition of the item. For example: new, used, or refurbished.
        condition
        Details Condition of the item. For example: new, used, or refurbished.
        Example <g:condition>refurbished</g:condition>
        Attribute of Products, Vehicles
        Content type string
        Specified by:
        setCondition in interface Product
        Specified by:
        setCondition in interface Vehicle
        Parameters:
        condition - Condition of the item. For example: new, used, or refurbished.
      • getCondition

        public String getCondition()
        Description copied from interface: Product
        Condition of the item. For example: new, used, or refurbished.
        condition
        Details Condition of the item. For example: new, used, or refurbished.
        Example <g:condition>refurbished</g:condition>
        Attribute of Products, Vehicles
        Content type string
        Specified by:
        getCondition in interface Product
        Specified by:
        getCondition in interface Vehicle
        Returns:
        Condition of the item. For example: new, used, or refurbished.
      • setCourseDateRange

        public void setCourseDateRange​(DateTimeRange courseDateRange)
        Description copied from interface: Course
        The timeframe a course is running.
        course_date_range
        Details Date and time range a class is in session, in ISO 8601. Two sub-attributes are included in course_date_range attribute.
        • start = Start date and time of a trip in format YYYY-MM-DDThh:mm:ss
        • end = End date and time of a trip in format YYYY-MM-DDThh:mm:ss
        Example <g:course_date_range>
        <g:start>2005-12-20T09:30:01</g:start>
        <g:end>2005-12-29T10:30:59</g:end>
        </g:course_date_range>
        Attribute of Course schedules
        Content type dateTimeRange
        Specified by:
        setCourseDateRange in interface Course
        Parameters:
        courseDateRange - The timeframe a course is running
      • getCourseDateRange

        public DateTimeRange getCourseDateRange()
        Description copied from interface: Course
        The timeframe a course is running.
        course_date_range
        Details Date and time range a class is in session, in ISO 8601. Two sub-attributes are included in course_date_range attribute.
        • start = Start date and time of a trip in format YYYY-MM-DDThh:mm:ss
        • end = End date and time of a trip in format YYYY-MM-DDThh:mm:ss
        Example <g:course_date_range>
        <g:start>2005-12-20T09:30:01</g:start>
        <g:end>2005-12-29T10:30:59</g:end>
        </g:course_date_range>
        Attribute of Course schedules
        Content type dateTimeRange
        Specified by:
        getCourseDateRange in interface Course
        Returns:
        The timeframe a course is running
      • setCourseNumber

        public void setCourseNumber​(String courseNumber)
        Description copied from interface: Course
        ID code associated with a course.
        course_number
        Details ID code associated with a course
        Example <g:course_number>HIST-90A</g:course_number>
        Attribute of Course schedules
        Content type string
        Specified by:
        setCourseNumber in interface Course
        Parameters:
        courseNumber - ID code associated with a course
      • getCourseNumber

        public String getCourseNumber()
        Description copied from interface: Course
        ID code associated with a course.
        course_number
        Details ID code associated with a course
        Example <g:course_number>HIST-90A</g:course_number>
        Attribute of Course schedules
        Content type string
        Specified by:
        getCourseNumber in interface Course
        Returns:
        ID code associated with a course
      • setCourseTimes

        public void setCourseTimes​(String courseTimes)
        Description copied from interface: Course
        Time a class is in session.
        course_times
        Details Time a class is in session.
        Example <g:course_times>MWF 08:30 - 09:45</g:course_times>
        Attribute of Course schedules
        Content type string
        Specified by:
        setCourseTimes in interface Course
        Parameters:
        courseTimes - Time a class is in session
      • getCourseTimes

        public String getCourseTimes()
        Description copied from interface: Course
        Time a class is in session.
        course_times
        Details Time a class is in session.
        Example <g:course_times>MWF 08:30 - 09:45</g:course_times>
        Attribute of Course schedules
        Content type string
        Specified by:
        getCourseTimes in interface Course
        Returns:
        Time a class is in session
      • setCurrency

        public void setCurrency​(CurrencyEnumeration currency)
        Description copied from interface: Event
        Currency of the price amount for an item.
        currency
        Details Currency of the price amount for an item. Values must be in ISO 4217 currency code format.
        Example Acceptable:
        <g:currency>USD</g:currency>
        Not acceptable:
        <g:currency>US Dollars</g:currency>
        Attribute of Events, Housing, Products, Services, Travel, Vehicles
        Content type currencyEnumeration
        Specified by:
        setCurrency in interface Event
        Specified by:
        setCurrency in interface Housing
        Specified by:
        setCurrency in interface Job
        Specified by:
        setCurrency in interface Product
        Specified by:
        setCurrency in interface Service
        Specified by:
        setCurrency in interface Travel
        Specified by:
        setCurrency in interface Vehicle
        Parameters:
        currency - Currency of the price amount for an item.
      • getCurrency

        public CurrencyEnumeration getCurrency()
        Description copied from interface: Event
        Currency of the price amount for an item.
        currency
        Details Currency of the price amount for an item. Values must be in ISO 4217 currency code format.
        Example Acceptable:
        <g:currency>USD</g:currency>
        Not acceptable:
        <g:currency>US Dollars</g:currency>
        Attribute of Events, Housing, Products, Services, Travel, Vehicles
        Content type currencyEnumeration
        Specified by:
        getCurrency in interface Event
        Specified by:
        getCurrency in interface Housing
        Specified by:
        getCurrency in interface Job
        Specified by:
        getCurrency in interface Product
        Specified by:
        getCurrency in interface Service
        Specified by:
        getCurrency in interface Travel
        Specified by:
        getCurrency in interface Vehicle
        Returns:
        Currency of the price amount for an item.
      • setDeliveryNotes

        public void setDeliveryNotes​(String deliveryNotes)
        Description copied from interface: Event
        Additional instructions to explain the item’s delivery process.
        delivery_notes
        Details Additional instructions to explain the item’s delivery process.
        Example <g:delivery_notes>Items usually shipped within 24 hours.<g:/delivery_notes>
        Attribute of Events, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.
        Content type string
        Specified by:
        setDeliveryNotes in interface Event
        Specified by:
        setDeliveryNotes in interface Product
        Specified by:
        setDeliveryNotes in interface Review
        Specified by:
        setDeliveryNotes in interface Service
        Specified by:
        setDeliveryNotes in interface Travel
        Specified by:
        setDeliveryNotes in interface Vehicle
        Specified by:
        setDeliveryNotes in interface Wanted
        Parameters:
        deliveryNotes - Additional instructions to explain the item’s delivery process.
      • getDeliveryNotes

        public String getDeliveryNotes()
        Description copied from interface: Event
        Additional instructions to explain the item’s delivery process.
        delivery_notes
        Details Additional instructions to explain the item’s delivery process.
        Example <g:delivery_notes>Items usually shipped within 24 hours.<g:/delivery_notes>
        Attribute of Events, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.
        Content type string
        Specified by:
        getDeliveryNotes in interface Event
        Specified by:
        getDeliveryNotes in interface Product
        Specified by:
        getDeliveryNotes in interface Review
        Specified by:
        getDeliveryNotes in interface Service
        Specified by:
        getDeliveryNotes in interface Travel
        Specified by:
        getDeliveryNotes in interface Vehicle
        Specified by:
        getDeliveryNotes in interface Wanted
        Returns:
        Additional instructions to explain the item’s delivery process.
      • setDeliveryRadius

        public void setDeliveryRadius​(FloatUnit deliveryRadius)
        Description copied from interface: Event
        The maximum distance you will deliver an item in any direction.
        delivery_radius
        Details The maximum distance you will deliver an item in any direction.
        Example <g:delivery_radius>10<g:/delivery_radius>
        <g:delivery_radius>10km</g:delivery_radius>
        Attribute of Events, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.
        Content type floatUnit
        Specified by:
        setDeliveryRadius in interface Event
        Specified by:
        setDeliveryRadius in interface Product
        Specified by:
        setDeliveryRadius in interface Review
        Specified by:
        setDeliveryRadius in interface Service
        Specified by:
        setDeliveryRadius in interface Travel
        Specified by:
        setDeliveryRadius in interface Vehicle
        Specified by:
        setDeliveryRadius in interface Wanted
        Parameters:
        deliveryRadius - The maximum distance you will deliver an item in any direction.
      • getDeliveryRadius

        public FloatUnit getDeliveryRadius()
        Description copied from interface: Event
        The maximum distance you will deliver an item in any direction.
        delivery_radius
        Details The maximum distance you will deliver an item in any direction.
        Example <g:delivery_radius>10<g:/delivery_radius>
        <g:delivery_radius>10km</g:delivery_radius>
        Attribute of Events, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.
        Content type floatUnit
        Specified by:
        getDeliveryRadius in interface Event
        Specified by:
        getDeliveryRadius in interface Product
        Specified by:
        getDeliveryRadius in interface Review
        Specified by:
        getDeliveryRadius in interface Service
        Specified by:
        getDeliveryRadius in interface Travel
        Specified by:
        getDeliveryRadius in interface Vehicle
        Specified by:
        getDeliveryRadius in interface Wanted
        Returns:
        The maximum distance you will deliver an item in any direction.
      • setEducation

        public void setEducation​(String education)
        Description copied from interface: Job
        Level of education required for an employment position.
        education
        Details Level of education required for an employment position.
        Example <g:education>PhD</g:education>
        Attribute of Jobs
        Content type string
        Specified by:
        setEducation in interface Job
        Specified by:
        setEducation in interface Person
        Parameters:
        education - Level of education required for an employment position.
      • getEducation

        public String getEducation()
        Description copied from interface: Job
        Level of education required for an employment position.
        education
        Details Level of education required for an employment position.
        Example <g:education>PhD</g:education>
        Attribute of Jobs
        Content type string
        Specified by:
        getEducation in interface Job
        Specified by:
        getEducation in interface Person
        Returns:
        Level of education required for an employment position.
      • setEmployer

        public void setEmployer​(String employer)
        Description copied from interface: Job
        Company providing employment.
        employer
        Details Company providing employment.
        Example <g:employer>Google, Inc</g:employer>
        Attribute of Jobs
        Content type string
        Specified by:
        setEmployer in interface Job
        Specified by:
        setEmployer in interface Person
        Parameters:
        employer - Company providing employment.
      • getEmployer

        public String getEmployer()
        Description copied from interface: Job
        Company providing employment.
        employer
        Details Company providing employment.
        Example <g:employer>Google, Inc</g:employer>
        Attribute of Jobs
        Content type string
        Specified by:
        getEmployer in interface Job
        Specified by:
        getEmployer in interface Person
        Returns:
        Company providing employment.
      • setEthnicities

        public void setEthnicities​(String[] ethnicities)
        Description copied from interface: Person
        Ethnicity of the individual in the People profiles bulk upload entry.
        ethnicity
        Details Ethnicity of the individual in the People profiles bulk upload entry.
        Example <g:ethnicity>Latino</g:ethnicity>
        Attribute of People profiles
        Content type string
        Specified by:
        setEthnicities in interface Person
        Parameters:
        ethnicities - Ethnicity of the individual in the People profiles bulk upload entry.
      • getEthnicities

        public String[] getEthnicities()
        Description copied from interface: Person
        Ethnicity of the individual in the People profiles bulk upload entry.
        ethnicity
        Details Ethnicity of the individual in the People profiles bulk upload entry.
        Example <g:ethnicity>Latino</g:ethnicity>
        Attribute of People profiles
        Content type string
        Specified by:
        getEthnicities in interface Person
        Returns:
        Ethnicity of the individual in the People profiles bulk upload entry.
      • setEventDateRange

        public void setEventDateRange​(DateTimeRange eventDateRange)
        Description copied from interface: Event
        The time during which this event takes place.
        event_date_range
        Details Information on the date and time an event will take place, in ISO 8601 format. Two sub-attributes are included in the event_date_range attribute:
        • from = Date and time an event will begin in format YYYY-MM-DDThh:mm:ss
        • to = (Optional). Date and time an event will end, in format YYYY-MM-DDThh:mm:ss
        Example <g:event_dateTime>
        <g:from>2005-12-20T14:00:00</g:from>
        <g:to>2005-12-20T19:00:00</g:to>
        </g:eventdateTime>
        Attribute of Events
        Content type dateTimeRange
        Specified by:
        setEventDateRange in interface Event
        Parameters:
        eventDateRange - The time during which this event takes place.
      • getEventDateRange

        public DateTimeRange getEventDateRange()
        Description copied from interface: Event
        The time during which this event takes place.
        event_date_range
        Details Information on the date and time an event will take place, in ISO 8601 format. Two sub-attributes are included in the event_date_range attribute:
        • from = Date and time an event will begin in format YYYY-MM-DDThh:mm:ss
        • to = (Optional). Date and time an event will end, in format YYYY-MM-DDThh:mm:ss
        Example <g:event_dateTime>
        <g:from>2005-12-20T14:00:00</g:from>
        <g:to>2005-12-20T19:00:00</g:to>
        </g:eventdateTime>
        Attribute of Events
        Content type dateTimeRange
        Specified by:
        getEventDateRange in interface Event
        Returns:
        The time during which this event takes place.
      • setExpirationDate

        public void setExpirationDate​(Date expirationDate)
        Description copied from interface: GlobalInterface
        Expiration Date for this item.
        expiration_date
        Details Date that the item expires in ISO 8601 format: YYYY-MM-DD
        Example <g:expiration_date>2005-20-12</g:expiration_date>
        Attribute of Reference Items, Events, Housing, Jobs, People profiles, Products, Services, Travel, Vehicles, Wanted Ads.
        Content type date
        Specified by:
        setExpirationDate in interface GlobalInterface
        Parameters:
        expirationDate - the date this entry will expire
      • getExpirationDate

        public Date getExpirationDate()
        Description copied from interface: GlobalInterface
        Expiration Date for this item.
        expiration_date
        Details Date that the item expires in ISO 8601 format: YYYY-MM-DD
        Example <g:expiration_date>2005-20-12</g:expiration_date>
        Attribute of Reference Items, Events, Housing, Jobs, People profiles, Products, Services, Travel, Vehicles, Wanted Ads.
        Content type date
        Specified by:
        getExpirationDate in interface GlobalInterface
        Returns:
        the date this entry will expire
      • setExpirationDateTime

        public void setExpirationDateTime​(Date expirationDateTime)
        Description copied from interface: GlobalInterface
        Date and time that the item expires.
        expiration_date_time
        Details Date and time that the item expires in ISO 8601 format: YYYY-MM-DDThh:mm:ss
        Example <g:expiration_date_time>12-20-05T11:59:59</g:expiration_date_time>
        Attribute of Reference Items, Events, Housing, Jobs, People profiles, Products, Services, Travel, Vehicles, Wanted Ads.
        Content type dateTime
        Specified by:
        setExpirationDateTime in interface GlobalInterface
        Parameters:
        expirationDateTime - Date and time that the item expires.
      • getExpirationDateTime

        public Date getExpirationDateTime()
        Description copied from interface: GlobalInterface
        Date and time that the item expires.
        expiration_date_time
        Details Date and time that the item expires in ISO 8601 format: YYYY-MM-DDThh:mm:ss
        Example <g:expiration_date_time>12-20-05T11:59:59</g:expiration_date_time>
        Attribute of Reference Items, Events, Housing, Jobs, People profiles, Products, Services, Travel, Vehicles, Wanted Ads.
        Content type dateTime
        Specified by:
        getExpirationDateTime in interface GlobalInterface
        Returns:
        Date and time that the item expires.
      • setFormat

        public void setFormat​(String[] format)
        Description copied from interface: Product
        Format of the content.
        format
        Details Format of the content.
        Example <g:format>DVD</g:format>
        <g:format>CD</g:format>
        Attribute of Products
        Content type string
        Specified by:
        setFormat in interface Product
        Parameters:
        format - Format of the content.
      • getFormat

        public String[] getFormat()
        Description copied from interface: Product
        Format of the content.
        format
        Details Format of the content.
        Example <g:format>DVD</g:format>
        <g:format>CD</g:format>
        Attribute of Products
        Content type string
        Specified by:
        getFormat in interface Product
        Returns:
        Format of the content.
      • setFromLocation

        public void setFromLocation​(String fromLocation)
        Description copied from interface: Travel
        Starting city and state/country of the trip.
        from_location
        Details Starting city and state/country of the trip.
        Example Acceptable:
        <g:from_location>San Francisco, CA</g:from_location>
        <g:from_location>Paris, France</g:from_location>
        Not acceptable:
        <g:from_location> San Francisco International Airport</g:from_location>
        Attribute of Travel
        Content type location
        Specified by:
        setFromLocation in interface Travel
        Parameters:
        fromLocation - Starting city and state/country of the trip.
      • getFromLocation

        public String getFromLocation()
        Description copied from interface: Travel
        Starting city and state/country of the trip.
        from_location
        Details Starting city and state/country of the trip.
        Example Acceptable:
        <g:from_location>San Francisco, CA</g:from_location>
        <g:from_location>Paris, France</g:from_location>
        Not acceptable:
        <g:from_location> San Francisco International Airport</g:from_location>
        Attribute of Travel
        Content type location
        Specified by:
        getFromLocation in interface Travel
        Returns:
        Starting city and state/country of the trip.
      • setGender

        public void setGender​(GenderEnumeration gender)
        Description copied from interface: Person
        Gender of an individual in a People profiles bulk upload.
        gender
        Details Gender of an individual in a People profiles bulk upload item. Acceptable values are �Male�, �M�, �Female�, or �F�.
        Example <gender>Female</gender>
        Attribute of People profiles
        Content type genderEnumeration
        Specified by:
        setGender in interface Person
        Parameters:
        gender - Gender of an individual in a People profiles bulk upload.
      • getGender

        public GenderEnumeration getGender()
        Description copied from interface: Person
        Gender of an individual in a People profiles bulk upload.
        gender
        Details Gender of an individual in a People profiles bulk upload item. Acceptable values are �Male�, �M�, �Female�, or �F�.
        Example <gender>Female</gender>
        Attribute of People profiles
        Content type genderEnumeration
        Specified by:
        getGender in interface Person
        Returns:
        Gender of an individual in a People profiles bulk upload.
      • setHoaDues

        public void setHoaDues​(Float hoaDues)
        Description copied from interface: Housing
        Homeowners association dues on the property.
        hoa_dues
        Details Monthly dues paid to a homeowners association.
        Example <g:hoa_dues>100</g:hoa_dues>
        Attribute of Housing
        Content type float
        Specified by:
        setHoaDues in interface Housing
        Parameters:
        hoaDues - Homeowners association dues on the property.
      • getHoaDues

        public Float getHoaDues()
        Description copied from interface: Housing
        Homeowners association dues on the property.
        hoa_dues
        Details Monthly dues paid to a homeowners association.
        Example <g:hoa_dues>100</g:hoa_dues>
        Attribute of Housing
        Content type float
        Specified by:
        getHoaDues in interface Housing
        Returns:
        Homeowners association dues on the property.
      • setId

        public void setId​(String id)
        Description copied from interface: GlobalInterface
        Unique id for this item.
        id
        Details Unique alphanumeric identifier for each item - e.g., your internal ID code.
        IMPORTANT: Once you submit an item with a unique id, this identifier must not change when you send in a new bulk upload. Each item must retain the same id in subsequent bulk uploads.
        Example <g:id>01flx</g:id>
        Attribute of Reference Items, Events, Housing, Jobs, News and Articles, People profiles, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.
        Content type string
        Specified by:
        setId in interface GlobalInterface
        Parameters:
        id - unique identifier for this entry
      • getId

        public String getId()
        Description copied from interface: GlobalInterface
        Unique id for this item.
        id
        Details Unique alphanumeric identifier for each item - e.g., your internal ID code.
        IMPORTANT: Once you submit an item with a unique id, this identifier must not change when you send in a new bulk upload. Each item must retain the same id in subsequent bulk uploads.
        Example <g:id>01flx</g:id>
        Attribute of Reference Items, Events, Housing, Jobs, News and Articles, People profiles, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.
        Content type string
        Specified by:
        getId in interface GlobalInterface
        Returns:
        unique identifier for this entry
      • setImageLinks

        public void setImageLinks​(URL[] imageLinks)
        Description copied from interface: GlobalInterface
        Images for this item.
        image_link
        Details URL of an associated image if available online. Use your full-sized images; do not use thumbnail images. Up to ten image_links, all placed in between their own <image_link> and </image_link> attributes, can be included with each item. If you do not have an image available, do not include this attribute. Please do not include an image that says "Image not available." Relative URLs and logo images are not acceptable.
        Example Acceptable:
        <image_link>http://example.com/images/1006.jpg</image_link>
        <image_link>http://example.com/i/6.jpg,http://example.com/i/9.jpg</image_link>
        Not acceptable:
        <image_link>/images/1006.jpg</image_link>
        <image_link>example.com/images/1006.jpg</image_link>
        Attribute of Reference Items, Events, Housing, Jobs, News and Articles, People profiles, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.
        Content type url
        Specified by:
        setImageLinks in interface GlobalInterface
        Parameters:
        imageLinks - URLs to images. Limit 10.
      • getImageLinks

        public URL[] getImageLinks()
        Description copied from interface: GlobalInterface
        Images for this item.
        image_link
        Details URL of an associated image if available online. Use your full-sized images; do not use thumbnail images. Up to ten image_links, all placed in between their own <image_link> and </image_link> attributes, can be included with each item. If you do not have an image available, do not include this attribute. Please do not include an image that says "Image not available." Relative URLs and logo images are not acceptable.
        Example Acceptable:
        <image_link>http://example.com/images/1006.jpg</image_link>
        <image_link>http://example.com/i/6.jpg,http://example.com/i/9.jpg</image_link>
        Not acceptable:
        <image_link>/images/1006.jpg</image_link>
        <image_link>example.com/images/1006.jpg</image_link>
        Attribute of Reference Items, Events, Housing, Jobs, News and Articles, People profiles, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.
        Content type url
        Specified by:
        getImageLinks in interface GlobalInterface
        Returns:
        URLs to images
      • setImmigrationStatus

        public void setImmigrationStatus​(String immigrationStatus)
        Description copied from interface: Job
        Legal residency requirements for an employment position.
        immigration_status
        Details Legal residency requirements for an employment position.
        Example <g:immigration_status>Permanent resident</g:immigration_status>
        Attribute of Jobs
        Content type string
        Specified by:
        setImmigrationStatus in interface Job
        Parameters:
        immigrationStatus - Legal residency requirements for an employment position.
      • getImmigrationStatus

        public String getImmigrationStatus()
        Description copied from interface: Job
        Legal residency requirements for an employment position.
        immigration_status
        Details Legal residency requirements for an employment position.
        Example <g:immigration_status>Permanent resident</g:immigration_status>
        Attribute of Jobs
        Content type string
        Specified by:
        getImmigrationStatus in interface Job
        Returns:
        Legal residency requirements for an employment position.
      • setInterestedIn

        public void setInterestedIn​(String[] interestedIn)
        Description copied from interface: Person
        Interest of a person being profiled.
        interested_in
        Details Interest of a person being profiled.
        Example <g:interested_in>Long walks on the beach.</g:interested_in>
        Attribute of People profiles
        Content type string
        Specified by:
        setInterestedIn in interface Person
        Parameters:
        interestedIn - Interest of a person being profiled.
      • getInterestedIn

        public String[] getInterestedIn()
        Description copied from interface: Person
        Interest of a person being profiled.
        interested_in
        Details Interest of a person being profiled.
        Example <g:interested_in>Long walks on the beach.</g:interested_in>
        Attribute of People profiles
        Content type string
        Specified by:
        getInterestedIn in interface Person
        Returns:
        Interest of a person being profiled.
      • setIsbn

        public void setIsbn​(String isbn)
        Description copied from interface: Product
        A unique 10 or 13 digit number assigned to every printed book.
        isbn
        Details A unique 10 or 13 digit number assigned to every printed book.
        Example <g:isbn>0451524233</g:isbn>
        Attribute of Products
        Content type string
        Specified by:
        setIsbn in interface Product
        Parameters:
        isbn - A unique 10 or 13 digit number assigned to every printed book.
      • getIsbn

        public String getIsbn()
        Description copied from interface: Product
        A unique 10 or 13 digit number assigned to every printed book.
        isbn
        Details A unique 10 or 13 digit number assigned to every printed book.
        Example <g:isbn>0451524233</g:isbn>
        Attribute of Products
        Content type string
        Specified by:
        getIsbn in interface Product
        Returns:
        A unique 10 or 13 digit number assigned to every printed book.
      • setJobFunctions

        public void setJobFunctions​(String[] jobFunctions)
        Description copied from interface: Job
        The functions of an employment position.
        job_function
        Details The function of an employment position.
        Example <g:job_function>Product Manager</g:job_function>
        Attribute of Jobs
        Content type string
        Specified by:
        setJobFunctions in interface Job
        Parameters:
        jobFunctions - The functions of an employment position.
      • getJobFunctions

        public String[] getJobFunctions()
        Description copied from interface: Job
        The functions of an employment position.
        job_function
        Details The function of an employment position.
        Example <g:job_function>Product Manager</g:job_function>
        Attribute of Jobs
        Content type string
        Specified by:
        getJobFunctions in interface Job
        Returns:
        The functions of an employment position.
      • setJobIndustries

        public void setJobIndustries​(String[] jobIndustries)
        Description copied from interface: Job
        The industry of an employment position.
        job_industry
        Details The industry of an employment position.
        Example <g:job_industry>Government</g:job_industry>
        Attribute of Jobs
        Content type string
        Specified by:
        setJobIndustries in interface Job
        Parameters:
        jobIndustries - The industry of an employment position.
      • getJobIndustries

        public String[] getJobIndustries()
        Description copied from interface: Job
        The industry of an employment position.
        job_industry
        Details The industry of an employment position.
        Example <g:job_industry>Government</g:job_industry>
        Attribute of Jobs
        Content type string
        Specified by:
        getJobIndustries in interface Job
        Returns:
        The industry of an employment position.
      • setJobTypes

        public void setJobTypes​(String[] jobTypes)
        Description copied from interface: Job
        Type of employment position. Example: Full-time, part-time, contractor, etc.
        job_type
        Details Type of employment position. Example: Full-time, part-time, contractor, etc.
        Example <g:job_type>contractor</g:job_type>
        Attribute of Jobs
        Content type string
        Specified by:
        setJobTypes in interface Job
        Parameters:
        jobTypes - Type of employment position. Example: Full-time, part-time, contractor, etc.
      • getJobTypes

        public String[] getJobTypes()
        Description copied from interface: Job
        Type of employment position. Example: Full-time, part-time, contractor, etc.
        job_type
        Details Type of employment position. Example: Full-time, part-time, contractor, etc.
        Example <g:job_type>contractor</g:job_type>
        Attribute of Jobs
        Content type string
        Specified by:
        getJobTypes in interface Job
        Returns:
        Type of employment position. Example: Full-time, part-time, contractor, etc.
      • setLabels

        public void setLabels​(String[] labels)
        Description copied from interface: GlobalInterface
        Labels for this item.
        label
        Details A list of classifications the item may fall under. Up to ten user-selected label, each placed in between their own <label> and </label> tags, can be included with each item. These attributes will be used to match your items to search queries. Each attribute value will be checked for policy compliance.
        Example Acceptable:
        For an automobile in a Vehicles information type:

        <g:label>Leather</g:label>
        <g:label>Power locks</g:label>
        <g:label>sunroof</g:label>
        <g:label>ABS</g:label>

        For a concert in an Events information type:
        <g:label>VIP</g:label>
        <g:label>front row</g:label>
        <g:label>backstage</g:label>
        <g:label>KROCK 101.5</g:label>
        <g:label>parking passes</g:label>

        Not acceptable:
        <g:label> leater, power locks, sunroof, ABS </g:label>
        Attribute of Reference Items, Events, Housing, Jobs, News and Articles, People profiles, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.
        Content type string
        Specified by:
        setLabels in interface GlobalInterface
        Parameters:
        labels - labels for this entry. Limit 10.
      • getLabels

        public String[] getLabels()
        Description copied from interface: GlobalInterface
        Labels for this item.
        label
        Details A list of classifications the item may fall under. Up to ten user-selected label, each placed in between their own <label> and </label> tags, can be included with each item. These attributes will be used to match your items to search queries. Each attribute value will be checked for policy compliance.
        Example Acceptable:
        For an automobile in a Vehicles information type:

        <g:label>Leather</g:label>
        <g:label>Power locks</g:label>
        <g:label>sunroof</g:label>
        <g:label>ABS</g:label>

        For a concert in an Events information type:
        <g:label>VIP</g:label>
        <g:label>front row</g:label>
        <g:label>backstage</g:label>
        <g:label>KROCK 101.5</g:label>
        <g:label>parking passes</g:label>

        Not acceptable:
        <g:label> leater, power locks, sunroof, ABS </g:label>
        Attribute of Reference Items, Events, Housing, Jobs, News and Articles, People profiles, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.
        Content type string
        Specified by:
        getLabels in interface GlobalInterface
        Returns:
        labels for this entry
      • setListingType

        public void setListingType​(Boolean listingType)
        Description copied from interface: Housing
        Indicates whether this property is for sale or not.
        listing_type
        Details Information about whether or not a property is for sale or not. Acceptable values are "True" or "False".
        Example Acceptable:
        <g:for_sale>true</g:for_sale>
        <g:for_sale>false</g:for_sale>
        Not acceptable:
        <g:for_sale>Sale</g:for_sale>
        <g:for_sale>Rent</g:for_sale>
        Attribute of Housing
        Content type Boolean
        Specified by:
        setListingType in interface Housing
        Parameters:
        listingType - Indicates whether this property is for sale or not.
      • getListingType

        public Boolean getListingType()
        Description copied from interface: Housing
        Indicates whether this property is for sale or not.
        listing_type
        Details Information about whether or not a property is for sale or not. Acceptable values are "True" or "False".
        Example Acceptable:
        <g:for_sale>true</g:for_sale>
        <g:for_sale>false</g:for_sale>
        Not acceptable:
        <g:for_sale>Sale</g:for_sale>
        <g:for_sale>Rent</g:for_sale>
        Attribute of Housing
        Content type Boolean
        Specified by:
        getListingType in interface Housing
        Returns:
        Indicates whether this property is for sale or not.
      • setLocation

        public void setLocation​(String location)
        Description copied from interface: Event
        Location where the event will be held.
        location
        Details Location of a property. Should include street, city, state, postal code, and country, in that order.
        Example Acceptable:
        <g:location>123 Main St, Anytown, CA, 12345, USA</g:location>
        Not acceptable:
        <g:location>123 Main St,, CA, 12345, USA</g:location>
        <g:location> Anytown, CA, 12345, USA</g:location>
        Attribute of Reference Items, Events, Housing, Jobs, News and Articles, People profiles, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.
        Content type locationType
        Specified by:
        setLocation in interface Event
        Specified by:
        setLocation in interface Housing
        Specified by:
        setLocation in interface Job
        Specified by:
        setLocation in interface Person
        Specified by:
        setLocation in interface Product
        Specified by:
        setLocation in interface Service
        Specified by:
        setLocation in interface Travel
        Specified by:
        setLocation in interface Vehicle
        Specified by:
        setLocation in interface Wanted
        Parameters:
        location - Location where the event will be held.
      • getLocation

        public String getLocation()
        Description copied from interface: Event
        Location where the event will be held.
        location
        Details Location of a property. Should include street, city, state, postal code, and country, in that order.
        Example Acceptable:
        <g:location>123 Main St, Anytown, CA, 12345, USA</g:location>
        Not acceptable:
        <g:location>123 Main St,, CA, 12345, USA</g:location>
        <g:location> Anytown, CA, 12345, USA</g:location>
        Attribute of Reference Items, Events, Housing, Jobs, News and Articles, People profiles, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.
        Content type locationType
        Specified by:
        getLocation in interface Event
        Specified by:
        getLocation in interface Housing
        Specified by:
        getLocation in interface Job
        Specified by:
        getLocation in interface Person
        Specified by:
        getLocation in interface Product
        Specified by:
        getLocation in interface Service
        Specified by:
        getLocation in interface Travel
        Specified by:
        getLocation in interface Vehicle
        Specified by:
        getLocation in interface Wanted
        Returns:
        Location where the event will be held.
      • setMake

        public void setMake​(String make)
        Description copied from interface: Vehicle
        The vehicle manufacturer.
        make
        Details The vehicle manufacturer.
        Example <g:make>Honda</g:make>
        Attribute of Vehicles
        Content type string
        Specified by:
        setMake in interface Vehicle
        Parameters:
        make - The vehicle manufacturer.
      • getMake

        public String getMake()
        Description copied from interface: Vehicle
        The vehicle manufacturer.
        make
        Details The vehicle manufacturer.
        Example <g:make>Honda</g:make>
        Attribute of Vehicles
        Content type string
        Specified by:
        getMake in interface Vehicle
        Returns:
        The vehicle manufacturer.
      • setManufacturer

        public void setManufacturer​(String manufacturer)
        Description copied from interface: Product
        Company that manufactures the item.
        manufacturer
        Details Company that manufactures the item.
        Example <g:manufacturer>Acme, Inc</g:manufacturer>
        Attribute of Products
        Content type string
        Specified by:
        setManufacturer in interface Product
        Parameters:
        manufacturer - Company that manufactures the item.
      • getManufacturer

        public String getManufacturer()
        Description copied from interface: Product
        Company that manufactures the item.
        manufacturer
        Details Company that manufactures the item.
        Example <g:manufacturer>Acme, Inc</g:manufacturer>
        Attribute of Products
        Content type string
        Specified by:
        getManufacturer in interface Product
        Returns:
        Company that manufactures the item.
      • setManufacturerId

        public void setManufacturerId​(String manufacturerId)
        Description copied from interface: Product
        Unique product ID code assigned by its manufacturer.
        manufacturer_id
        Details Unique product ID code assigned by its manufacturer.
        Example <g:manufacturer_id>030779A</g:manufacturer_id>
        Attribute of Products
        Content type string
        Specified by:
        setManufacturerId in interface Product
        Parameters:
        manufacturerId - Unique product ID code assigned by its manufacturer.
      • getManufacturerId

        public String getManufacturerId()
        Description copied from interface: Product
        Unique product ID code assigned by its manufacturer.
        manufacturer_id
        Details Unique product ID code assigned by its manufacturer.
        Example <g:manufacturer_id>030779A</g:manufacturer_id>
        Attribute of Products
        Content type string
        Specified by:
        getManufacturerId in interface Product
        Returns:
        Unique product ID code assigned by its manufacturer.
      • setMaritalStatus

        public void setMaritalStatus​(String maritalStatus)
        Description copied from interface: Person
        Marital status of an individual.
        marital_status
        Details Marital status of an individual in a People profiles bulk upload entry. For example -single, divorced, separated, widowed, married, and �in relationship.�
        Example <g:marital_status>single</g:marital_status>
        Attribute of People profiles
        Content type string
        Specified by:
        setMaritalStatus in interface Person
        Parameters:
        maritalStatus - Marital status of an individual.
      • getMaritalStatus

        public String getMaritalStatus()
        Description copied from interface: Person
        Marital status of an individual.
        marital_status
        Details Marital status of an individual in a People profiles bulk upload entry. For example -single, divorced, separated, widowed, married, and �in relationship.�
        Example <g:marital_status>single</g:marital_status>
        Attribute of People profiles
        Content type string
        Specified by:
        getMaritalStatus in interface Person
        Returns:
        Marital status of an individual.
      • setMegapixels

        public void setMegapixels​(FloatUnit megapixels)
        Description copied from interface: Product
        Resolution of a digital imaging device.
        megapixels
        Details Resolution of a digital imaging device.
        Example <g:megapixels>5.2 MP</g:megapixels>
        Attribute of Products
        Content type floatUnit
        Specified by:
        setMegapixels in interface Product
        Parameters:
        megapixels - Resolution of a digital imaging device.
      • getMegapixels

        public FloatUnit getMegapixels()
        Description copied from interface: Product
        Resolution of a digital imaging device.
        megapixels
        Details Resolution of a digital imaging device.
        Example <g:megapixels>5.2 MP</g:megapixels>
        Attribute of Products
        Content type floatUnit
        Specified by:
        getMegapixels in interface Product
        Returns:
        Resolution of a digital imaging device.
      • setMemory

        public void setMemory​(FloatUnit memory)
        Description copied from interface: Product
        The amount of memory included in an item.
        memory
        Details The amount of memory included in an item.
        Example <g:memory>128 MB</g:memory>
        Attribute of Products
        Content type floatUnit
        Specified by:
        setMemory in interface Product
        Parameters:
        memory - The amount of memory included in an item.
      • getMemory

        public FloatUnit getMemory()
        Description copied from interface: Product
        The amount of memory included in an item.
        memory
        Details The amount of memory included in an item.
        Example <g:memory>128 MB</g:memory>
        Attribute of Products
        Content type floatUnit
        Specified by:
        getMemory in interface Product
        Returns:
        The amount of memory included in an item.
      • setMileage

        public void setMileage​(Integer mileage)
        Description copied from interface: Vehicle
        Current mileage of the vehicle.
        mileage
        Details Current mileage of the vehicle.
        Example <g:mileage>1700</g:mileage>

        <g:mileage>1,700 miles</g:mileage>
        Attribute of Vehicles
        Content type intUnit
        Specified by:
        setMileage in interface Vehicle
        Parameters:
        mileage - Current mileage of the vehicle.
      • getMileage

        public Integer getMileage()
        Description copied from interface: Vehicle
        Current mileage of the vehicle.
        mileage
        Details Current mileage of the vehicle.
        Example <g:mileage>1700</g:mileage>

        <g:mileage>1,700 miles</g:mileage>
        Attribute of Vehicles
        Content type intUnit
        Specified by:
        getMileage in interface Vehicle
        Returns:
        Current mileage of the vehicle.
      • setModel

        public void setModel​(String model)
        Description copied from interface: Vehicle
        The vehicle model.
        model
        Details The vehicle model.
        Example <g:model>Camry</g:model>
        Attribute of Vehicles
        Content type string
        Specified by:
        setModel in interface Vehicle
        Parameters:
        model - The vehicle model.
      • getModel

        public String getModel()
        Description copied from interface: Vehicle
        The vehicle model.
        model
        Details The vehicle model.
        Example <g:model>Camry</g:model>
        Attribute of Vehicles
        Content type string
        Specified by:
        getModel in interface Vehicle
        Returns:
        The vehicle model.
      • setModelNumber

        public void setModelNumber​(String modelNumber)
        Description copied from interface: Product
        Model number of the product.
        model_number
        Details Model number of the product.
        Example <g:model_number>1924863</g:model_number>
        Attribute of Products
        Content type string
        Specified by:
        setModelNumber in interface Product
        Parameters:
        modelNumber - Model number of the product.
      • getModelNumber

        public String getModelNumber()
        Description copied from interface: Product
        Model number of the product.
        model_number
        Details Model number of the product.
        Example <g:model_number>1924863</g:model_number>
        Attribute of Products
        Content type string
        Specified by:
        getModelNumber in interface Product
        Returns:
        Model number of the product.
      • setNameOfItemBeingReviewed

        public void setNameOfItemBeingReviewed​(String nameOfItemBeingReviewed)
        Description copied from interface: Review
        The name of an item being reviewed.
        name_of_item_being_reviewed
        Details The name of an item being reviewed.
        Example <g:name_of_item_being__reviewed>Fleur de lys Restaurant</g:name_of_item_being_reviewed>
        Attribute of Reviews
        Content type string
        Specified by:
        setNameOfItemBeingReviewed in interface Review
        Parameters:
        nameOfItemBeingReviewed - The name of an item being reviewed.
      • getNameOfItemBeingReviewed

        public String getNameOfItemBeingReviewed()
        Description copied from interface: Review
        The name of an item being reviewed.
        name_of_item_being_reviewed
        Details The name of an item being reviewed.
        Example <g:name_of_item_being__reviewed>Fleur de lys Restaurant</g:name_of_item_being_reviewed>
        Attribute of Reviews
        Content type string
        Specified by:
        getNameOfItemBeingReviewed in interface Review
        Returns:
        The name of an item being reviewed.
      • setNewsSource

        public void setNewsSource​(String newsSource)
        Description copied from interface: Article
        Source for this article.
        news_source
        Details The source of news content.
        Example <g:news_source>Journal</g:news_source>
        Attribute of News and Articles
        Content type string
        Specified by:
        setNewsSource in interface Article
        Parameters:
        newsSource - Source for this article
      • getNewsSource

        public String getNewsSource()
        Description copied from interface: Article
        Source for this article.
        news_source
        Details The source of news content.
        Example <g:news_source>Journal</g:news_source>
        Attribute of News and Articles
        Content type string
        Specified by:
        getNewsSource in interface Article
        Returns:
        source for this article.
      • setOccupation

        public void setOccupation​(String occupation)
        Description copied from interface: Person
        Occupation of an individual.
        occupation
        Details Industry the individual in a People profiles bulk upload is employed in.
        Example <g:occupation>Sales</g:occupation>
        Attribute of People profiles
        Content type string
        Specified by:
        setOccupation in interface Person
        Parameters:
        occupation - Occupation of an individual.
      • getOccupation

        public String getOccupation()
        Description copied from interface: Person
        Occupation of an individual.
        occupation
        Details Industry the individual in a People profiles bulk upload is employed in.
        Example <g:occupation>Sales</g:occupation>
        Attribute of People profiles
        Content type string
        Specified by:
        getOccupation in interface Person
        Returns:
        Occupation of an individual.
      • setPages

        public void setPages​(Integer pages)
        Description copied from interface: Article
        Number of pages in the article.
        pages
        Details The number of pages in the publication.
        Example <g:pages>18</g:pages>
        Attribute of Reference Items, News and Articles
        Content type integer
        Specified by:
        setPages in interface Article
        Specified by:
        setPages in interface ScholarlyArticle
        Parameters:
        pages - Number of pages in the article
      • getPages

        public Integer getPages()
        Description copied from interface: Article
        Number of pages in the article.
        pages
        Details The number of pages in the publication.
        Example <g:pages>18</g:pages>
        Attribute of Reference Items, News and Articles
        Content type integer
        Specified by:
        getPages in interface Article
        Specified by:
        getPages in interface ScholarlyArticle
        Returns:
        Number of pages in the article
      • setPaymentAccepted

        public void setPaymentAccepted​(PaymentTypeEnumeration[] paymentAccepted)
        Description copied from interface: Event
        Payment Methods acceptable for the event.
        payment_accepted
        Details 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.
        Example Acceptable:
        <g:payment_accepted>Cash</g:payment_accepted>
        <g:payment_accepted>Check</g:payment_accepted>
        <g:payment_accepted>Paypal</g:payment_accepted>
        Not acceptable:
        <g:payment_accepted>Cash Check Paypal</g:payment_accepted>
        Attribute of Events, Housing, Products, Services, Travel, Vehicles
        Content type paymentMethodEnumeration
        Specified by:
        setPaymentAccepted in interface Event
        Specified by:
        setPaymentAccepted in interface Housing
        Specified by:
        setPaymentAccepted in interface Product
        Specified by:
        setPaymentAccepted in interface Service
        Specified by:
        setPaymentAccepted in interface Travel
        Specified by:
        setPaymentAccepted in interface Vehicle
        Parameters:
        paymentAccepted - Payment Methods acceptable for the event.
      • getPaymentAccepted

        public PaymentTypeEnumeration[] getPaymentAccepted()
        Description copied from interface: Event
        Payment Methods acceptable for the event.
        payment_accepted
        Details 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.
        Example Acceptable:
        <g:payment_accepted>Cash</g:payment_accepted>
        <g:payment_accepted>Check</g:payment_accepted>
        <g:payment_accepted>Paypal</g:payment_accepted>
        Not acceptable:
        <g:payment_accepted>Cash Check Paypal</g:payment_accepted>
        Attribute of Events, Housing, Products, Services, Travel, Vehicles
        Content type paymentMethodEnumeration
        Specified by:
        getPaymentAccepted in interface Event
        Specified by:
        getPaymentAccepted in interface Housing
        Specified by:
        getPaymentAccepted in interface Product
        Specified by:
        getPaymentAccepted in interface Service
        Specified by:
        getPaymentAccepted in interface Travel
        Specified by:
        getPaymentAccepted in interface Vehicle
        Returns:
        Payment Methods acceptable for the event.
      • setPaymentNotes

        public void setPaymentNotes​(String paymentNotes)
        Description copied from interface: Event
        Additional information about payment.
        payment_notes
        Details Additional instructions to explain a payment policy.
        Example <g:payment_notes>Cash only for local orders.</g:payment_notes>
        Attribute of Events, Housing, Products, Services, Travel, Vehicles
        Content type string
        payment_notes
        Details Additional instructions to explain a payment policy.
        Example <g:payment_notes>Cash only for local orders.</g:payment_notes>
        Attribute of Events, Housing, Products, Services, Travel, Vehicles
        Content type string
        payment_notes
        Details Additional instructions to explain a payment policy.
        Example <g:payment_notes>Cash only for local orders.</g:payment_notes>
        Attribute of Events, Housing, Products, Services, Travel, Vehicles
        Content type string
        Specified by:
        setPaymentNotes in interface Event
        Specified by:
        setPaymentNotes in interface Housing
        Specified by:
        setPaymentNotes in interface Product
        Specified by:
        setPaymentNotes in interface Service
        Specified by:
        setPaymentNotes in interface Travel
        Specified by:
        setPaymentNotes in interface Vehicle
        Parameters:
        paymentNotes - Additional information about payment.
      • getPaymentNotes

        public String getPaymentNotes()
        Description copied from interface: Event
        Additional information about payment.
        payment_notes
        Details Additional instructions to explain a payment policy.
        Example <g:payment_notes>Cash only for local orders.</g:payment_notes>
        Attribute of Events, Housing, Products, Services, Travel, Vehicles
        Content type string
        Specified by:
        getPaymentNotes in interface Event
        Specified by:
        getPaymentNotes in interface Housing
        Specified by:
        getPaymentNotes in interface Product
        Specified by:
        getPaymentNotes in interface Service
        Specified by:
        getPaymentNotes in interface Travel
        Specified by:
        getPaymentNotes in interface Vehicle
        Returns:
        Additional information about payment.
      • setPickup

        public void setPickup​(Boolean pickup)
        Description copied from interface: Product
        Whether or not an item is available for pick up.
        pickup
        Details Information about whether or not an item is available for pick up. Acceptable values are "True and "False".
        Example Acceptable:
        <g:pickup>True</g:pickup>
        Not acceptable:
        <g:pickup>Not on Tuesdays</g:pickup>
        Attribute of Products
        Content type boolean
        Specified by:
        setPickup in interface Product
        Parameters:
        pickup - Whether or not an item is available for pick up.
      • getPickup

        public Boolean getPickup()
        Description copied from interface: Product
        Whether or not an item is available for pick up.
        pickup
        Details Information about whether or not an item is available for pick up. Acceptable values are "True and "False".
        Example Acceptable:
        <g:pickup>True</g:pickup>
        Not acceptable:
        <g:pickup>Not on Tuesdays</g:pickup>
        Attribute of Products
        Content type boolean
        Specified by:
        getPickup in interface Product
        Returns:
        Whether or not an item is available for pick up.
      • setPrice

        public void setPrice​(FloatUnit price)
        Description copied from interface: Event
        Price of the event.
        price
        Details 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.
        Example Acceptable:
        <g:price>5.95</g:price>
        <g:price>0</g:price>
        Not acceptable:
        <g:price>5,95</g:price>
        <g:price>5.00 – 10.00</g:price>
        <g:price>100 or best offer</g:price>
        <g:price>free</g:price>
        Attribute of Events, Housing, Products, Services, Travel, Vehicles
        Content type floatUnit
        Specified by:
        setPrice in interface Event
        Specified by:
        setPrice in interface Housing
        Specified by:
        setPrice in interface Product
        Specified by:
        setPrice in interface Service
        Specified by:
        setPrice in interface Vehicle
        Parameters:
        price - Price of the event.
      • getPrice

        public FloatUnit getPrice()
        Description copied from interface: Event
        Price of the event.
        price
        Details 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.
        Example Acceptable:
        <g:price>5.95</g:price>
        <g:price>0</g:price>
        Not acceptable:
        <g:price>5,95</g:price>
        <g:price>5.00 – 10.00</g:price>
        <g:price>100 or best offer</g:price>
        <g:price>free</g:price>
        Attribute of Events, Housing, Products, Services, Travel, Vehicles
        Content type floatUnit
        Specified by:
        getPrice in interface Event
        Specified by:
        getPrice in interface Housing
        Specified by:
        getPrice in interface Product
        Specified by:
        getPrice in interface Service
        Specified by:
        getPrice in interface Travel
        Specified by:
        getPrice in interface Vehicle
        Returns:
        Price of the event.
      • setPriceType

        public void setPriceType​(PriceTypeEnumeration priceType)
        Description copied from interface: Event
        Price qualifier for the even cost.
        price_type
        Details The type of pricing for the item. Acceptable values are "negotiable," or "starting." The default is "starting"
        Example Acceptable:
        <g:price_type>starting</g:price_type>
        Not acceptable:
        <g:price_type>100 OBO</g:price_type>
        Attribute of Events, Housing, Products, Services, Travel, Vehicles
        Content type priceTypeEnumeration
        Specified by:
        setPriceType in interface Event
        Specified by:
        setPriceType in interface Housing
        Specified by:
        setPriceType in interface Product
        Specified by:
        setPriceType in interface Service
        Specified by:
        setPriceType in interface Travel
        Specified by:
        setPriceType in interface Vehicle
        Parameters:
        priceType - Price qualifier for the even cost.
      • getPriceType

        public PriceTypeEnumeration getPriceType()
        Description copied from interface: Event
        Price qualifier for the even cost.
        price_type
        Details The type of pricing for the item. Acceptable values are "negotiable," or "starting." The default is "starting"
        Example Acceptable:
        <g:price_type>starting</g:price_type>
        Not acceptable:
        <g:price_type>100 OBO</g:price_type>
        Attribute of Events, Housing, Products, Services, Travel, Vehicles
        Content type priceTypeEnumeration
        Specified by:
        getPriceType in interface Event
        Specified by:
        getPriceType in interface Housing
        Specified by:
        getPriceType in interface Product
        Specified by:
        getPriceType in interface Service
        Specified by:
        getPriceType in interface Travel
        Specified by:
        getPriceType in interface Vehicle
        Returns:
        Price qualifier for the even cost.
      • setProcessorSpeed

        public void setProcessorSpeed​(FloatUnit processorSpeed)
        Description copied from interface: Product
        The processor speed for the product.
        processor_speed
        Details The processor speed for the product.
        Example <g:processor_speed>2</g:processor_speed>
        Attribute of Products
        Content type floatUnit
        Specified by:
        setProcessorSpeed in interface Product
        Parameters:
        processorSpeed - The processor speed for the product.
      • getProcessorSpeed

        public FloatUnit getProcessorSpeed()
        Description copied from interface: Product
        The processor speed for the product.
        processor_speed
        Details The processor speed for the product.
        Example <g:processor_speed>2</g:processor_speed>
        Attribute of Products
        Content type floatUnit
        Specified by:
        getProcessorSpeed in interface Product
        Returns:
        The processor speed for the product.
      • setProductTypes

        public void setProductTypes​(String[] productTypes)
        Description copied from interface: Product
        The type of product being offered.
        product_type
        Details The type of product being offered. Toys, books, flowers, etc.
        Example <g:product_type>electronics</g:product_type>
        Attribute of Products
        Content type string
        Specified by:
        setProductTypes in interface Product
        Parameters:
        productTypes - The type of product being offered.
      • getProductTypes

        public String[] getProductTypes()
        Description copied from interface: Product
        The type of product being offered.
        product_type
        Details The type of product being offered. Toys, books, flowers, etc.
        Example <g:product_type>electronics</g:product_type>
        Attribute of Products
        Content type string
        Specified by:
        getProductTypes in interface Product
        Returns:
        The type of product being offered.
      • setPropertyTypes

        public void setPropertyTypes​(String[] propertyTypes)
        Description copied from interface: Housing
        Types of property represented here. Limit 10.
        property_type
        Details Type of property: house, apartment, condominium, etc.
        Example <g:property_type>house</g:property_type>
        Attribute of Housing
        Content type string
        Specified by:
        setPropertyTypes in interface Housing
        Parameters:
        propertyTypes - Types of property represented here. Limit 10.
      • getPropertyTypes

        public String[] getPropertyTypes()
        Description copied from interface: Housing
        Types of property represented here.
        property_type
        Details Type of property: house, apartment, condominium, etc.
        Example <g:property_type>house</g:property_type>
        Attribute of Housing
        Content type string
        Specified by:
        getPropertyTypes in interface Housing
        Returns:
        Types of property represented here. Limit 10.
      • setPublicationName

        public void setPublicationName​(String publicationName)
        Description copied from interface: ScholarlyArticle
        Name of the publication.
        publication_name
        Details Name of the publication.
        Example <g:publication_name> Journal of Appropriate Technology</g:publication_name>
        Attribute of Research studies and publications
        Content type string
        Specified by:
        setPublicationName in interface ScholarlyArticle
        Parameters:
        publicationName - Name of the publication.
      • getPublicationName

        public String getPublicationName()
        Description copied from interface: ScholarlyArticle
        Name of the publication.
        publication_name
        Details Name of the publication.
        Example <g:publication_name> Journal of Appropriate Technology</g:publication_name>
        Attribute of Research studies and publications
        Content type string
        Specified by:
        getPublicationName in interface ScholarlyArticle
        Returns:
        Name of the publication.
      • setPublicationVolume

        public void setPublicationVolume​(String publicationVolume)
        Description copied from interface: ScholarlyArticle
        Volume of the publication.
        publication_volume
        Details Volume of the publication.
        Example <g:publication_volume>VI</g:publication_volume>
        Attribute of Reference Items
        Content type string
        Specified by:
        setPublicationVolume in interface ScholarlyArticle
        Parameters:
        publicationVolume - Volume of the publication.
      • getPublicationVolume

        public String getPublicationVolume()
        Description copied from interface: ScholarlyArticle
        Volume of the publication.
        publication_volume
        Details Volume of the publication.
        Example <g:publication_volume>VI</g:publication_volume>
        Attribute of Reference Items
        Content type string
        Specified by:
        getPublicationVolume in interface ScholarlyArticle
        Returns:
        Volume of the publication.
      • setPublishDate

        public void setPublishDate​(Date publishDate)
        Description copied from interface: Article
        Date article was published.
        publish_date
        Details Date the item was published in ISO 8601 format: YYYY-MM-DD
        Example <g:publish_date>2005-12-20</g:publish_date>
        Attribute of Reference Items
        Content type date
        Specified by:
        setPublishDate in interface Article
        Specified by:
        setPublishDate in interface Review
        Specified by:
        setPublishDate in interface ScholarlyArticle
        Parameters:
        publishDate - Date article was published
      • getPublishDate

        public Date getPublishDate()
        Description copied from interface: Article
        Date article was published.
        publish_date
        Details Date the item was published in ISO 8601 format: YYYY-MM-DD
        Example <g:publish_date>2005-12-20</g:publish_date>
        Attribute of Reference Items
        Content type date
        Specified by:
        getPublishDate in interface Article
        Specified by:
        getPublishDate in interface Review
        Specified by:
        getPublishDate in interface ScholarlyArticle
        Returns:
        Date article was published
      • setQuantity

        public void setQuantity​(Integer quantity)
        Description copied from interface: Event
        Quantity available.
        quantity
        Details 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.
        Example Acceptable:
        <g:quantity>18</g:quantity>
        <g:quantity>0</g:quantity>
        Not acceptable:
        <g:quantity>out of stock</g:quantity>
        Attribute of Events, Products, Services, Travel, Vehicles
        Content type integer
        Specified by:
        setQuantity in interface Event
        Specified by:
        setQuantity in interface Product
        Specified by:
        setQuantity in interface Service
        Specified by:
        setQuantity in interface Travel
        Specified by:
        setQuantity in interface Vehicle
        Parameters:
        quantity - Quantity available.
      • getQuantity

        public Integer getQuantity()
        Description copied from interface: Event
        Quantity available.
        quantity
        Details 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.
        Example Acceptable:
        <g:quantity>18</g:quantity>
        <g:quantity>0</g:quantity>
        Not acceptable:
        <g:quantity>out of stock</g:quantity>
        Attribute of Events, Products, Services, Travel, Vehicles
        Content type integer
        Specified by:
        getQuantity in interface Event
        Specified by:
        getQuantity in interface Product
        Specified by:
        getQuantity in interface Service
        Specified by:
        getQuantity in interface Travel
        Specified by:
        getQuantity in interface Vehicle
        Returns:
        Quantity available.
      • setRating

        public void setRating​(Float rating)
        Description copied from interface: Review
        Rating of the product or service on a scale of 1-5, with 5 as the best.
        rating
        Details Rating of the product or service on a scale of 1-5, with 5 as the best. Numeric values only.
        Example Acceptable:
        <g:rating>4</g:rating>
        Not acceptable:
        <g:rating>good</g:rating>
        Attribute of Reviews
        Content type string
        Specified by:
        setRating in interface Review
        Parameters:
        rating - Rating of the product or service on a scale of 1-5, with 5 as the best.
      • getRating

        public Float getRating()
        Description copied from interface: Review
        Rating of the product or service on a scale of 1-5, with 5 as the best.
        rating
        Details Rating of the product or service on a scale of 1-5, with 5 as the best. Numeric values only.
        Example Acceptable:
        <g:rating>4</g:rating>
        Not acceptable:
        <g:rating>good</g:rating>
        Attribute of Reviews
        Content type string
        Specified by:
        getRating in interface Review
        Returns:
        Rating of the product or service on a scale of 1-5, with 5 as the best.
      • setReviewType

        public void setReviewType​(String reviewType)
        Description copied from interface: Review
        The category of the item being reviewed.
        review_type
        Details The category of the item being reviewed.
        Example <g:review_type>toy</g:review_type>
        <g:review_type>music</g:review_type>
        <g:review_type>restaraunt</g:review_type>
        Attribute of Reviews
        Content type string
        Specified by:
        setReviewType in interface Review
        Parameters:
        reviewType - The category of the item being reviewed.
      • getReviewType

        public String getReviewType()
        Description copied from interface: Review
        The category of the item being reviewed.
        review_type
        Details The category of the item being reviewed.
        Example <g:review_type>toy</g:review_type>
        <g:review_type>music</g:review_type>
        <g:review_type>restaraunt</g:review_type>
        Attribute of Reviews
        Content type string
        Specified by:
        getReviewType in interface Review
        Returns:
        The category of the item being reviewed.
      • setReviewerType

        public void setReviewerType​(String reviewerType)
        Description copied from interface: Review
        The type of rating being provided: editorial (a review written by a member of your staff) or “user” ( a review written by a user of your site).
        reviewer_type
        Details The type of rating being provided: editorial (a review written by a member of your staff) or “user” ( a review written by a user of your site)
        Example <g:reviewer_type>editorial</g:reviewer_type>
        Attribute of Reviews
        Content type string
        Specified by:
        setReviewerType in interface Review
        Parameters:
        reviewerType - The type of rating being provided: editorial (a review written by a member of your staff) or “user” ( a review written by a user of your site).
      • getReviewerType

        public String getReviewerType()
        Description copied from interface: Review
        The type of rating being provided: editorial (a review written by a member of your staff) or “user” ( a review written by a user of your site).
        reviewer_type
        Details The type of rating being provided: editorial (a review written by a member of your staff) or “user” ( a review written by a user of your site)
        Example <g:reviewer_type>editorial</g:reviewer_type>
        Attribute of Reviews
        Content type string
        Specified by:
        getReviewerType in interface Review
        Returns:
        The type of rating being provided: editorial (a review written by a member of your staff) or “user” ( a review written by a user of your site).
      • setSalary

        public void setSalary​(Float salary)
        Description copied from interface: Course
        Salary for this position.
        salary
        Details Salary for this position. Non-numeric values such as "$" symbols are not acceptable.
        Example <g:salary>55000</g:salary>
        Attribute of Jobs
        Content type float
        Specified by:
        setSalary in interface Course
        Specified by:
        setSalary in interface Job
        Parameters:
        salary - Salary for this position
      • getSalary

        public Float getSalary()
        Description copied from interface: Course
        Salary for this position.
        salary
        Details Salary for this position. Non-numeric values such as "$" symbols are not acceptable.
        Example <g:salary>55000</g:salary>
        Attribute of Jobs
        Content type float
        Specified by:
        getSalary in interface Course
        Specified by:
        getSalary in interface Job
        Returns:
        Salary for this position
      • setSalaryType

        public void setSalaryType​(PriceTypeEnumeration salaryType)
        Description copied from interface: Job
        The type of salary included.
        salary_type
        Details The type of salary included. Accepted values are �starting� or �negotiable;� The default is �starting at.�
        Example <g:salary_type>negotiable</g:salary_type>
        Attribute of Jobs
        Content type "starting" or "negotiable"
        Specified by:
        setSalaryType in interface Job
        Parameters:
        salaryType - The type of salary included.
      • getSalaryType

        public PriceTypeEnumeration getSalaryType()
        Description copied from interface: Job
        The type of salary included.
        salary_type
        Details The type of salary included. Accepted values are �starting� or �negotiable;� The default is �starting at.�
        Example <g:salary_type>negotiable</g:salary_type>
        Attribute of Jobs
        Content type "starting" or "negotiable"
        Specified by:
        getSalaryType in interface Job
        Returns:
        The type of salary included.
      • setSchoolDistrict

        public void setSchoolDistrict​(String schoolDistrict)
        Description copied from interface: Housing
        School district a property is in.
        school_district
        Details The school district the property is in.
        Example <g:school_district>Union School District</g:school_district>
        Attribute of Housing
        Content type string
        Specified by:
        setSchoolDistrict in interface Housing
        Parameters:
        schoolDistrict - School district a property is in.
      • getSchoolDistrict

        public String getSchoolDistrict()
        Description copied from interface: Housing
        School district a property is in.
        school_district
        Details The school district the property is in.
        Example <g:school_district>Union School District</g:school_district>
        Attribute of Housing
        Content type string
        Specified by:
        getSchoolDistrict in interface Housing
        Returns:
        School district a property is in.
      • setServiceType

        public void setServiceType​(String serviceType)
        Description copied from interface: Service
        The type of service being offered.
        service_type
        Details The type of service being offered. Web hosting, legal, gardening, etc.
        Example <g:service_type>consulting</g:service_type>
        Attribute of Housing
        Content type string
        Specified by:
        setServiceType in interface Service
        Parameters:
        serviceType - The type of service being offered.
      • getServiceType

        public String getServiceType()
        Description copied from interface: Service
        The type of service being offered.
        service_type
        Details The type of service being offered. Web hosting, legal, gardening, etc.
        Example <g:service_type>consulting</g:service_type>
        Attribute of Housing
        Content type string
        Specified by:
        getServiceType in interface Service
        Returns:
        The type of service being offered.
      • setSexualOrientation

        public void setSexualOrientation​(String SexualOrientation)
        Description copied from interface: Person
        Individual's sexual orientation.
        sexual_orientation
        Details Sexual orientation of an individual in a People profiles information type..
        Example <g:sexual_orientation>straight</g:sexual_orientation>
        Attribute of Personal
        Content type string
        Specified by:
        setSexualOrientation in interface Person
        Parameters:
        SexualOrientation - Individual's sexual orientation.
      • getSexualOrientation

        public String getSexualOrientation()
        Description copied from interface: Person
        Individual's sexual orientation.
        sexual_orientation
        Details Sexual orientation of an individual in a People profiles information type..
        Example <g:sexual_orientation>straight</g:sexual_orientation>
        Attribute of Personal
        Content type string
        Specified by:
        getSexualOrientation in interface Person
        Returns:
        Individual's sexual orientation.
      • setShipping

        public void setShipping​(ShippingType[] shipping)
        Description copied from interface: Event
        Shipping information related to the event.
        shipping
        Details 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:
        • service = The type of service used to ship an item. Acceptable values are 'FedEx', 'UPS', 'DHL', 'Mail', and 'Other'
        • country = The country an item will ship to. Only acceptable values are ISO 3166 country codes.
        • price = the price of shipping.
        Example <g:shipping>
        <g:country>US</g:country>
        <g:service>UPS</g:shipping>
        <g:price>35.95</g:price>
        </g:shipping>
        Attribute of Products
        Content type shippingType
        Specified by:
        setShipping in interface Event
        Specified by:
        setShipping in interface Product
        Specified by:
        setShipping in interface Service
        Specified by:
        setShipping in interface Vehicle
        Parameters:
        shipping - Shipping information related to the event.
      • getShipping

        public ShippingType[] getShipping()
        Description copied from interface: Event
        Shipping information related to the event.
        shipping
        Details 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:
        • service = The type of service used to ship an item. Acceptable values are 'FedEx', 'UPS', 'DHL', 'Mail', and 'Other'
        • country = The country an item will ship to. Only acceptable values are ISO 3166 country codes.
        • price = the price of shipping.
        Example <g:shipping>
        <g:country>US</g:country>
        <g:service>UPS</g:shipping>
        <g:price>35.95</g:price>
        </g:shipping>
        Attribute of Products
        Content type shippingType
        Specified by:
        getShipping in interface Event
        Specified by:
        getShipping in interface Product
        Specified by:
        getShipping in interface Service
        Specified by:
        getShipping in interface Travel
        Specified by:
        getShipping in interface Vehicle
        Returns:
        Shipping information related to the event.
      • setSize

        public void setSize​(Size size)
        Description copied from interface: Product
        Dimensions of the item, expressed in either two or three dimensions.
        size
        Details Dimensions of the item, expressed in either two or three dimensions.
        Example <g:size>12x10x4</g:size>
        Attribute of Products
        Content type string
        Specified by:
        setSize in interface Product
        Parameters:
        size - Dimensions of the item, expressed in either two or three dimensions.
      • getSize

        public Size getSize()
        Description copied from interface: Product
        Dimensions of the item, expressed in either two or three dimensions.
        size
        Details Dimensions of the item, expressed in either two or three dimensions.
        Example <g:size>12x10x4</g:size>
        Attribute of Products
        Content type string
        Specified by:
        getSize in interface Product
        Returns:
        Dimensions of the item, expressed in either two or three dimensions.
      • setSubjects

        public void setSubjects​(String[] subjects)
        Description copied from interface: Course
        Topics of study for a course.
        subject
        Details Topic of study for a course.
        Example <g:subject>Trigonometry</g:subject>
        Attribute of Course schedules
        Content type string
        Specified by:
        setSubjects in interface Course
        Parameters:
        subjects - Topics of study for a course
      • getSubjects

        public String[] getSubjects()
        Description copied from interface: Course
        Topics of study for a course.
        subject
        Details Topic of study for a course.
        Example <g:subject>Trigonometry</g:subject>
        Attribute of Course schedules
        Content type string
        Specified by:
        getSubjects in interface Course
        Returns:
        Topics of study for a course
      • setTaxPercent

        public void setTaxPercent​(Float taxPercent)
        Description copied from interface: Event
        Tax rate associated with the event.
        tax_percent
        Details Tax rate as a percentage.
        Example <g:tax_percent>8.2<g:/tax_percent>
        Attribute of Products, Events
        Content type percentType
        Specified by:
        setTaxPercent in interface Event
        Specified by:
        setTaxPercent in interface Housing
        Specified by:
        setTaxPercent in interface Product
        Specified by:
        setTaxPercent in interface Service
        Specified by:
        setTaxPercent in interface Travel
        Specified by:
        setTaxPercent in interface Vehicle
        Parameters:
        taxPercent - Tax rate associated with the event.
      • setTaxRegion

        public void setTaxRegion​(String taxRegion)
        Description copied from interface: Event
        Region where tax applies.
        tax_region
        Details Geographical region a tax rate applies to.
        Example <g:tax_region>California</g:tax_region>
        Attribute of Product, Events,
        Content type string
        Specified by:
        setTaxRegion in interface Event
        Specified by:
        setTaxRegion in interface Housing
        Specified by:
        setTaxRegion in interface Product
        Specified by:
        setTaxRegion in interface Service
        Specified by:
        setTaxRegion in interface Travel
        Specified by:
        setTaxRegion in interface Vehicle
        Parameters:
        taxRegion - Region where tax applies.
      • setToLocation

        public void setToLocation​(String toLocation)
        Description copied from interface: Travel
        Destination city and state/country of the trip.
        to_location
        Details Destination city and state/country of the trip.
        Example Acceptable:
        <g:to_location>San Francisco, CA</g:to_location>
        <g:to_location>Paris, France</g:to_location>
        Not acceptable:
        <g:to_location>San Francisco International Airport</g:to_location>
        Attribute of Travel
        Content type locationyTpe
        Specified by:
        setToLocation in interface Travel
        Parameters:
        toLocation - Destination city and state/country of the trip.
      • getToLocation

        public String getToLocation()
        Description copied from interface: Travel
        Destination city and state/country of the trip.
        to_location
        Details Destination city and state/country of the trip.
        Example Acceptable:
        <g:to_location>San Francisco, CA</g:to_location>
        <g:to_location>Paris, France</g:to_location>
        Not acceptable:
        <g:to_location>San Francisco International Airport</g:to_location>
        Attribute of Travel
        Content type locationyTpe
        Specified by:
        getToLocation in interface Travel
        Returns:
        Destination city and state/country of the trip.
      • setTravelDateRange

        public void setTravelDateRange​(DateTimeRange travelDateRange)
        Description copied from interface: Travel
        Departure date and time of the trip.
        travel_date_range
        Details Departure date and time of the trip in ISO 8601 format: YYYY-MM-DD,hh:mmAM (12 hour clock) or YYYY-MM-DD,hh:mm (24 hour clock). Two sub-attributes are included in travel_date_range attribute.
        • start = Start date and time of a trip in format YYYY-MM-DDThh:mm:ss
        • end = End date and time of a trip in format YYYY-MM-DDThh:mm:ss
        Example <g:travel_date_range>
        <g:start>2005-12-20T06:00:00</g:start>
        <g:end>2005-12-29T13:00:00</g:end>
        </g:travel_date_range>
        Attribute of Travel
        Content type dateTimeRange
        Specified by:
        setTravelDateRange in interface Travel
        Parameters:
        travelDateRange - Departure date and time of the trip.
      • getTravelDateRange

        public DateTimeRange getTravelDateRange()
        Description copied from interface: Travel
        Departure date and time of the trip.
        travel_date_range
        Details Departure date and time of the trip in ISO 8601 format: YYYY-MM-DD,hh:mmAM (12 hour clock) or YYYY-MM-DD,hh:mm (24 hour clock). Two sub-attributes are included in travel_date_range attribute.
        • start = Start date and time of a trip in format YYYY-MM-DDThh:mm:ss
        • end = End date and time of a trip in format YYYY-MM-DDThh:mm:ss
        Example <g:travel_date_range>
        <g:start>2005-12-20T06:00:00</g:start>
        <g:end>2005-12-29T13:00:00</g:end>
        </g:travel_date_range>
        Attribute of Travel
        Content type dateTimeRange
        Specified by:
        getTravelDateRange in interface Travel
        Returns:
        Departure date and time of the trip.
      • setUniversity

        public void setUniversity​(String university)
        Description copied from interface: Course
        Name of the school at which a class is offered.
        university
        Details Name of the school a class is offered at.
        Example <g:university>Stanford</g:university>
        Attribute of Course schedules
        Content type string
        Specified by:
        setUniversity in interface Course
        Parameters:
        university - Name of the school at which a class is offered.
      • getUniversity

        public String getUniversity()
        Description copied from interface: Course
        Name of the school at which a class is offered.
        university
        Details Name of the school a class is offered at.
        Example <g:university>Stanford</g:university>
        Attribute of Course schedules
        Content type string
        Specified by:
        getUniversity in interface Course
        Returns:
        Name of the school at which a class is offered.
      • setUpc

        public void setUpc​(String upc)
        Description copied from interface: Product
        Product UPC code (Isn't that redundant?).
        upc
        Details Product UPC code.
        Example <g:upc>834721479305</g:upc>
        Attribute of Products
        Content type string
        Specified by:
        setUpc in interface Product
        Parameters:
        upc - Product UPC code (Isn't that redundant?).
      • getUpc

        public String getUpc()
        Description copied from interface: Product
        Product UPC code (Isn't that redundant?).
        upc
        Details Product UPC code.
        Example <g:upc>834721479305</g:upc>
        Attribute of Products
        Content type string
        Specified by:
        getUpc in interface Product
        Returns:
        Product UPC code (Isn't that redundant?).
      • setUrlOfItemBeingReviewed

        public void setUrlOfItemBeingReviewed​(URL urlOfItemBeingReviewed)
        Description copied from interface: Review
        The web page of an item being reviewed.
        url_of_item_being_reviewed
        Details The web page of an item being reviewed.
        Example <g:url_of_item_being_reviewed>http://www.fleurdelyssf.com/</g: url_of_item_being_reviewed>
        Attribute of Reviews
        Content type uri
        Specified by:
        setUrlOfItemBeingReviewed in interface Review
        Parameters:
        urlOfItemBeingReviewed - The web page of an item being reviewed.
      • getUrlOfItemBeingReviewed

        public URL getUrlOfItemBeingReviewed()
        Description copied from interface: Review
        The web page of an item being reviewed.
        url_of_item_being_reviewed
        Details The web page of an item being reviewed.
        Example <g:url_of_item_being_reviewed>http://www.fleurdelyssf.com/</g: url_of_item_being_reviewed>
        Attribute of Reviews
        Content type uri
        Specified by:
        getUrlOfItemBeingReviewed in interface Review
        Returns:
        The web page of an item being reviewed.
      • setVehicleType

        public void setVehicleType​(String vehicleType)
        Description copied from interface: Vehicle
        The type of vehicle: Car, motorcycle, scooter, etc.
        vehicle_type
        Details The type of vehicle: Car, motorcycle, scooter, etc.
        Example <g:vehicle_type>truck</g:vehicle_type>
        Attribute of Products
        Content type string
        Specified by:
        setVehicleType in interface Vehicle
        Parameters:
        vehicleType - The type of vehicle: Car, motorcycle, scooter, etc.
      • getVehicleType

        public String getVehicleType()
        Description copied from interface: Vehicle
        The type of vehicle: Car, motorcycle, scooter, etc.
        vehicle_type
        Details The type of vehicle: Car, motorcycle, scooter, etc.
        Example <g:vehicle_type>truck</g:vehicle_type>
        Attribute of Products
        Content type string
        Specified by:
        getVehicleType in interface Vehicle
        Returns:
        The type of vehicle: Car, motorcycle, scooter, etc.
      • setVin

        public void setVin​(String vin)
        Description copied from interface: Vehicle
        Vehicle Identification Number.
        vin
        Details Vehicle Identification Number.
        Example <g:vin>1M8GDM9AXKP042788</g:vin>
        Attribute of Vehicles
        Content type string
        Specified by:
        setVin in interface Vehicle
        Parameters:
        vin - Vehicle Identification Number.
      • getVin

        public String getVin()
        Description copied from interface: Vehicle
        Vehicle Identification Number.
        vin
        Details Vehicle Identification Number.
        Example <g:vin>1M8GDM9AXKP042788</g:vin>
        Attribute of Vehicles
        Content type string
        Specified by:
        getVin in interface Vehicle
        Returns:
        Vehicle Identification Number.
      • setWeight

        public void setWeight​(FloatUnit weight)
        Description copied from interface: Product
        Weight of the item.
        weight
        Details Weight of the item.
        Example <g:weight>5</g:weight>
        Attribute of Products
        Content type floatUnit
        Specified by:
        setWeight in interface Product
        Parameters:
        weight - Weight of the item.
      • getWeight

        public FloatUnit getWeight()
        Description copied from interface: Product
        Weight of the item.
        weight
        Details Weight of the item.
        Example <g:weight>5</g:weight>
        Attribute of Products
        Content type floatUnit
        Specified by:
        getWeight in interface Product
        Returns:
        Weight of the item.
      • setYear

        public void setYear​(YearType year)
        Description copied from interface: Vehicle
        The four digit model year or year built.
        year
        Details The four digit model year or year built. Format YYYY
        Example Acceptable:
        <g:year>2005</g:year>
        Not acceptable:
        <g:year>79</g:year>
        <g:year>26</g:year>
        Attribute of Housing, Vehicles
        Content type year
        Specified by:
        setYear in interface Housing
        Specified by:
        setYear in interface Vehicle
        Parameters:
        year - The four digit model year or year built.
      • getYear

        public YearType getYear()
        Description copied from interface: Vehicle
        The four digit model year or year built.
        year
        Details The four digit model year or year built. Format YYYY
        Example Acceptable:
        <g:year>2005</g:year>
        Not acceptable:
        <g:year>79</g:year>
        <g:year>26</g:year>
        Attribute of Housing, Vehicles
        Content type year
        Specified by:
        getYear in interface Housing
        Specified by:
        getYear in interface Vehicle
        Returns:
        The four digit model year or year built.