yarfraw.generated.rss20.elements
Class TCategory

java.lang.Object
  extended by yarfraw.generated.rss20.elements.TCategory

public class TCategory
extends Object

Java class for tCategory complex type.

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

 <complexType name="tCategory">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="domain" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String domain
           
protected  String value
           
 
Constructor Summary
TCategory()
           
 
Method Summary
 String getDomain()
          Gets the value of the domain property.
 String getValue()
          Gets the value of the value property.
 void setDomain(String value)
          Sets the value of the domain property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

domain

protected String domain
Constructor Detail

TCategory

public TCategory()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getDomain

public String getDomain()
Gets the value of the domain property.

Returns:
possible object is String

setDomain

public void setDomain(String value)
Sets the value of the domain property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.