yarfraw.generated.itunes.elements
Class ItunesCategoryType

java.lang.Object
  extended by yarfraw.generated.itunes.elements.ItunesCategoryType

public class ItunesCategoryType
extends Object

Java class for itunesCategoryType complex type.

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

 <complexType name="itunesCategoryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="text" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String text
           
 
Constructor Summary
ItunesCategoryType()
           
 
Method Summary
 String getText()
          Gets the value of the text property.
 void setText(String value)
          Sets the value of the text property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

protected String text
Constructor Detail

ItunesCategoryType

public ItunesCategoryType()
Method Detail

getText

public String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(String value)
Sets the value of the text property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.