yarfraw.generated.rss20.elements
Class TSkipDaysList

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

public class TSkipDaysList
extends Object

Java class for tSkipDaysList complex type.

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

 <complexType name="tSkipDaysList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="day" type="{}tSkipDay" maxOccurs="7" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<TSkipDay> day
           
 
Constructor Summary
TSkipDaysList()
           
 
Method Summary
 List<TSkipDay> getDay()
          Gets the value of the day property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

day

protected List<TSkipDay> day
Constructor Detail

TSkipDaysList

public TSkipDaysList()
Method Detail

getDay

public List<TSkipDay> getDay()
Gets the value of the day property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the day property.

For example, to add a new item, do as follows:

    getDay().add(newItem);
 

Objects of the following type(s) are allowed in the list TSkipDay



Copyright © 2008. All Rights Reserved.