yarfraw.generated.rss10.elements
Class Items

java.lang.Object
  extended by yarfraw.generated.rss10.elements.Items

public class Items
extends Object

Java class for items complex type.

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

 <complexType name="items">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}Seq"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Seq seq
           
 
Constructor Summary
Items()
           
 
Method Summary
 Seq getSeq()
          Gets the value of the seq property.
 void setSeq(Seq value)
          Sets the value of the seq property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seq

protected Seq seq
Constructor Detail

Items

public Items()
Method Detail

getSeq

public Seq getSeq()
Gets the value of the seq property.

Returns:
possible object is Seq

setSeq

public void setSeq(Seq value)
Sets the value of the seq property.

Parameters:
value - allowed object is Seq


Copyright © 2008. All Rights Reserved.