com.google.api.gbase.client
Class GmItemType

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.api.gbase.client.GmItemType
All Implemented Interfaces:
Extension

public class GmItemType
extends AbstractExtension

Java representation for the gm:item_type tag found in the item type feed.


Constructor Summary
GmItemType()
          Creates an unset item type object.
GmItemType(java.lang.String itemType)
          Creates and initializez an item type object.
 
Method Summary
 java.lang.String getItemType()
          Gets the item type value.
 void setItemType(java.lang.String itemType)
          Sets the item type value.
 
Methods inherited from class com.google.gdata.data.AbstractExtension
disableStrictValidation, enableStrictValidation, generate, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, setImmutable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GmItemType

public GmItemType()
Creates an unset item type object.


GmItemType

public GmItemType(java.lang.String itemType)
Creates and initializez an item type object.

Parameters:
itemType - itemType value
Method Detail

getItemType

public java.lang.String getItemType()
Gets the item type value.


setItemType

public void setItemType(java.lang.String itemType)
Sets the item type value.