yarfraw.generated.mrss.elements
Class MrssGroupType

java.lang.Object
  extended by yarfraw.generated.mrss.elements.MrssGroupType

public class MrssGroupType
extends Object

Java class for mrssGroupType complex type.

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

 <complexType name="mrssGroupType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{http://tools.search.yahoo.com/mrss/}content" maxOccurs="unbounded"/>
         <element ref="{http://tools.search.yahoo.com/mrss/}rating" minOccurs="0"/>
         <element ref="{http://tools.search.yahoo.com/mrss/}title" minOccurs="0"/>
         <element ref="{http://tools.search.yahoo.com/mrss/}description" minOccurs="0"/>
         <element ref="{http://tools.search.yahoo.com/mrss/}keywords" minOccurs="0"/>
         <element ref="{http://tools.search.yahoo.com/mrss/}thumbnail" minOccurs="0"/>
         <element ref="{http://tools.search.yahoo.com/mrss/}category" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://tools.search.yahoo.com/mrss/}hash" minOccurs="0"/>
         <element ref="{http://tools.search.yahoo.com/mrss/}player" minOccurs="0"/>
         <element ref="{http://tools.search.yahoo.com/mrss/}credit" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://tools.search.yahoo.com/mrss/}restriction" minOccurs="0"/>
         <element ref="{http://tools.search.yahoo.com/mrss/}copyright" minOccurs="0"/>
         <element ref="{http://tools.search.yahoo.com/mrss/}text" minOccurs="0"/>
         <element ref="{http://purl.org/dc/terms/}valid" minOccurs="0"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<MrssCategoryType> category
           
protected  List<MrssContentType> content
           
protected  MrssCopyrightType copyright
           
protected  List<MrssCreditType> credit
           
protected  MrssDescriptionType description
           
protected  MrssHashType hash
           
protected  String keywords
           
protected  MrssPlayerType player
           
protected  MrssRatingType rating
           
protected  MrssRestrictionType restriction
           
protected  MrssTextType text
           
protected  MrssThumbnailType thumbnail
           
protected  MrssTitleType title
           
protected  String valid
           
 
Constructor Summary
MrssGroupType()
           
 
Method Summary
 List<MrssCategoryType> getCategory()
          Gets the value of the category property.
 List<MrssContentType> getContent()
          Gets the value of the content property.
 MrssCopyrightType getCopyright()
          Gets the value of the copyright property.
 List<MrssCreditType> getCredit()
          Gets the value of the credit property.
 MrssDescriptionType getDescription()
          Gets the value of the description property.
 MrssHashType getHash()
          Gets the value of the hash property.
 String getKeywords()
          Gets the value of the keywords property.
 MrssPlayerType getPlayer()
          Gets the value of the player property.
 MrssRatingType getRating()
          Gets the value of the rating property.
 MrssRestrictionType getRestriction()
          Gets the value of the restriction property.
 MrssTextType getText()
          Gets the value of the text property.
 MrssThumbnailType getThumbnail()
          Gets the value of the thumbnail property.
 MrssTitleType getTitle()
          Gets the value of the title property.
 String getValid()
          Gets the value of the valid property.
 void setCopyright(MrssCopyrightType value)
          Sets the value of the copyright property.
 void setDescription(MrssDescriptionType value)
          Sets the value of the description property.
 void setHash(MrssHashType value)
          Sets the value of the hash property.
 void setKeywords(String value)
          Sets the value of the keywords property.
 void setPlayer(MrssPlayerType value)
          Sets the value of the player property.
 void setRating(MrssRatingType value)
          Sets the value of the rating property.
 void setRestriction(MrssRestrictionType value)
          Sets the value of the restriction property.
 void setText(MrssTextType value)
          Sets the value of the text property.
 void setThumbnail(MrssThumbnailType value)
          Sets the value of the thumbnail property.
 void setTitle(MrssTitleType value)
          Sets the value of the title property.
 void setValid(String value)
          Sets the value of the valid property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected List<MrssContentType> content

rating

protected MrssRatingType rating

title

protected MrssTitleType title

description

protected MrssDescriptionType description

keywords

protected String keywords

thumbnail

protected MrssThumbnailType thumbnail

category

protected List<MrssCategoryType> category

hash

protected MrssHashType hash

player

protected MrssPlayerType player

credit

protected List<MrssCreditType> credit

restriction

protected MrssRestrictionType restriction

copyright

protected MrssCopyrightType copyright

text

protected MrssTextType text

valid

protected String valid
Constructor Detail

MrssGroupType

public MrssGroupType()
Method Detail

getContent

public List<MrssContentType> getContent()
Gets the value of the content 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 content property.

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

    getContent().add(newItem);
 

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


getRating

public MrssRatingType getRating()
Gets the value of the rating property.

Returns:
possible object is MrssRatingType

setRating

public void setRating(MrssRatingType value)
Sets the value of the rating property.

Parameters:
value - allowed object is MrssRatingType

getTitle

public MrssTitleType getTitle()
Gets the value of the title property.

Returns:
possible object is MrssTitleType

setTitle

public void setTitle(MrssTitleType value)
Sets the value of the title property.

Parameters:
value - allowed object is MrssTitleType

getDescription

public MrssDescriptionType getDescription()
Gets the value of the description property.

Returns:
possible object is MrssDescriptionType

setDescription

public void setDescription(MrssDescriptionType value)
Sets the value of the description property.

Parameters:
value - allowed object is MrssDescriptionType

getKeywords

public String getKeywords()
Gets the value of the keywords property.

Returns:
possible object is String

setKeywords

public void setKeywords(String value)
Sets the value of the keywords property.

Parameters:
value - allowed object is String

getThumbnail

public MrssThumbnailType getThumbnail()
Gets the value of the thumbnail property.

Returns:
possible object is MrssThumbnailType

setThumbnail

public void setThumbnail(MrssThumbnailType value)
Sets the value of the thumbnail property.

Parameters:
value - allowed object is MrssThumbnailType

getCategory

public List<MrssCategoryType> getCategory()
Gets the value of the category 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 category property.

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

    getCategory().add(newItem);
 

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


getHash

public MrssHashType getHash()
Gets the value of the hash property.

Returns:
possible object is MrssHashType

setHash

public void setHash(MrssHashType value)
Sets the value of the hash property.

Parameters:
value - allowed object is MrssHashType

getPlayer

public MrssPlayerType getPlayer()
Gets the value of the player property.

Returns:
possible object is MrssPlayerType

setPlayer

public void setPlayer(MrssPlayerType value)
Sets the value of the player property.

Parameters:
value - allowed object is MrssPlayerType

getCredit

public List<MrssCreditType> getCredit()
Gets the value of the credit 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 credit property.

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

    getCredit().add(newItem);
 

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


getRestriction

public MrssRestrictionType getRestriction()
Gets the value of the restriction property.

Returns:
possible object is MrssRestrictionType

setRestriction

public void setRestriction(MrssRestrictionType value)
Sets the value of the restriction property.

Parameters:
value - allowed object is MrssRestrictionType

getCopyright

public MrssCopyrightType getCopyright()
Gets the value of the copyright property.

Returns:
possible object is MrssCopyrightType

setCopyright

public void setCopyright(MrssCopyrightType value)
Sets the value of the copyright property.

Parameters:
value - allowed object is MrssCopyrightType

getText

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

Returns:
possible object is MrssTextType

setText

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

Parameters:
value - allowed object is MrssTextType

getValid

public String getValid()
Gets the value of the valid property.

Returns:
possible object is String

setValid

public void setValid(String value)
Sets the value of the valid property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.