|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.mrss.elements.MrssGroupType
public class MrssGroupType
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 |
---|
protected List<MrssContentType> content
protected MrssRatingType rating
protected MrssTitleType title
protected MrssDescriptionType description
protected String keywords
protected MrssThumbnailType thumbnail
protected List<MrssCategoryType> category
protected MrssHashType hash
protected MrssPlayerType player
protected List<MrssCreditType> credit
protected MrssRestrictionType restriction
protected MrssCopyrightType copyright
protected MrssTextType text
protected String valid
Constructor Detail |
---|
public MrssGroupType()
Method Detail |
---|
public List<MrssContentType> getContent()
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
public MrssRatingType getRating()
MrssRatingType
public void setRating(MrssRatingType value)
value
- allowed object is
MrssRatingType
public MrssTitleType getTitle()
MrssTitleType
public void setTitle(MrssTitleType value)
value
- allowed object is
MrssTitleType
public MrssDescriptionType getDescription()
MrssDescriptionType
public void setDescription(MrssDescriptionType value)
value
- allowed object is
MrssDescriptionType
public String getKeywords()
String
public void setKeywords(String value)
value
- allowed object is
String
public MrssThumbnailType getThumbnail()
MrssThumbnailType
public void setThumbnail(MrssThumbnailType value)
value
- allowed object is
MrssThumbnailType
public List<MrssCategoryType> getCategory()
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
public MrssHashType getHash()
MrssHashType
public void setHash(MrssHashType value)
value
- allowed object is
MrssHashType
public MrssPlayerType getPlayer()
MrssPlayerType
public void setPlayer(MrssPlayerType value)
value
- allowed object is
MrssPlayerType
public List<MrssCreditType> getCredit()
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
public MrssRestrictionType getRestriction()
MrssRestrictionType
public void setRestriction(MrssRestrictionType value)
value
- allowed object is
MrssRestrictionType
public MrssCopyrightType getCopyright()
MrssCopyrightType
public void setCopyright(MrssCopyrightType value)
value
- allowed object is
MrssCopyrightType
public MrssTextType getText()
MrssTextType
public void setText(MrssTextType value)
value
- allowed object is
MrssTextType
public String getValid()
String
public void setValid(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |