yarfraw.generated.mrss.elements
Class MrssContentType

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

public class MrssContentType
extends Object

Java class for mrssContentType complex type.

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

 <complexType name="mrssContentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <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>
       <attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="fileSize" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="medium">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="image"/>
             <enumeration value="audio"/>
             <enumeration value="video"/>
             <enumeration value="document"/>
             <enumeration value="executable"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="expression" default="full">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="sample"/>
             <enumeration value="full"/>
             <enumeration value="nonstop"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="bitrate" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="framerate" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="samplingrate" type="{http://www.w3.org/2001/XMLSchema}decimal" />
       <attribute name="channels" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="duration" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="height" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger bitrate
           
protected  List<MrssCategoryType> category
           
protected  BigInteger channels
           
protected  MrssCopyrightType copyright
           
protected  List<MrssCreditType> credit
           
protected  MrssDescriptionType description
           
protected  BigInteger duration
           
protected  String expression
           
protected  BigInteger fileSize
           
protected  BigInteger framerate
           
protected  MrssHashType hash
           
protected  BigInteger height
           
protected  Boolean isDefault
           
protected  String keywords
           
protected  String lang
           
protected  String medium
           
protected  MrssPlayerType player
           
protected  MrssRatingType rating
           
protected  MrssRestrictionType restriction
           
protected  BigDecimal samplingrate
           
protected  MrssTextType text
           
protected  MrssThumbnailType thumbnail
           
protected  MrssTitleType title
           
protected  String type
           
protected  String url
           
protected  String valid
           
protected  BigInteger width
           
 
Constructor Summary
MrssContentType()
           
 
Method Summary
 BigInteger getBitrate()
          Gets the value of the bitrate property.
 List<MrssCategoryType> getCategory()
          Gets the value of the category property.
 BigInteger getChannels()
          Gets the value of the channels 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.
 BigInteger getDuration()
          Gets the value of the duration property.
 String getExpression()
          Gets the value of the expression property.
 BigInteger getFileSize()
          Gets the value of the fileSize property.
 BigInteger getFramerate()
          Gets the value of the framerate property.
 MrssHashType getHash()
          Gets the value of the hash property.
 BigInteger getHeight()
          Gets the value of the height property.
 String getKeywords()
          Gets the value of the keywords property.
 String getLang()
          Gets the value of the lang property.
 String getMedium()
          Gets the value of the medium 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.
 BigDecimal getSamplingrate()
          Gets the value of the samplingrate 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 getType()
          Gets the value of the type property.
 String getUrl()
          Gets the value of the url property.
 String getValid()
          Gets the value of the valid property.
 BigInteger getWidth()
          Gets the value of the width property.
 Boolean isIsDefault()
          Gets the value of the isDefault property.
 void setBitrate(BigInteger value)
          Sets the value of the bitrate property.
 void setChannels(BigInteger value)
          Sets the value of the channels property.
 void setCopyright(MrssCopyrightType value)
          Sets the value of the copyright property.
 void setDescription(MrssDescriptionType value)
          Sets the value of the description property.
 void setDuration(BigInteger value)
          Sets the value of the duration property.
 void setExpression(String value)
          Sets the value of the expression property.
 void setFileSize(BigInteger value)
          Sets the value of the fileSize property.
 void setFramerate(BigInteger value)
          Sets the value of the framerate property.
 void setHash(MrssHashType value)
          Sets the value of the hash property.
 void setHeight(BigInteger value)
          Sets the value of the height property.
 void setIsDefault(Boolean value)
          Sets the value of the isDefault property.
 void setKeywords(String value)
          Sets the value of the keywords property.
 void setLang(String value)
          Sets the value of the lang property.
 void setMedium(String value)
          Sets the value of the medium 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 setSamplingrate(BigDecimal value)
          Sets the value of the samplingrate 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 setType(String value)
          Sets the value of the type property.
 void setUrl(String value)
          Sets the value of the url property.
 void setValid(String value)
          Sets the value of the valid property.
 void setWidth(BigInteger value)
          Sets the value of the width property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

url

protected String url

fileSize

protected BigInteger fileSize

type

protected String type

medium

protected String medium

isDefault

protected Boolean isDefault

expression

protected String expression

bitrate

protected BigInteger bitrate

framerate

protected BigInteger framerate

samplingrate

protected BigDecimal samplingrate

channels

protected BigInteger channels

duration

protected BigInteger duration

height

protected BigInteger height

width

protected BigInteger width

lang

protected String lang
Constructor Detail

MrssContentType

public MrssContentType()
Method Detail

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

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getFileSize

public BigInteger getFileSize()
Gets the value of the fileSize property.

Returns:
possible object is BigInteger

setFileSize

public void setFileSize(BigInteger value)
Sets the value of the fileSize property.

Parameters:
value - allowed object is BigInteger

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getMedium

public String getMedium()
Gets the value of the medium property.

Returns:
possible object is String

setMedium

public void setMedium(String value)
Sets the value of the medium property.

Parameters:
value - allowed object is String

isIsDefault

public Boolean isIsDefault()
Gets the value of the isDefault property.

Returns:
possible object is Boolean

setIsDefault

public void setIsDefault(Boolean value)
Sets the value of the isDefault property.

Parameters:
value - allowed object is Boolean

getExpression

public String getExpression()
Gets the value of the expression property.

Returns:
possible object is String

setExpression

public void setExpression(String value)
Sets the value of the expression property.

Parameters:
value - allowed object is String

getBitrate

public BigInteger getBitrate()
Gets the value of the bitrate property.

Returns:
possible object is BigInteger

setBitrate

public void setBitrate(BigInteger value)
Sets the value of the bitrate property.

Parameters:
value - allowed object is BigInteger

getFramerate

public BigInteger getFramerate()
Gets the value of the framerate property.

Returns:
possible object is BigInteger

setFramerate

public void setFramerate(BigInteger value)
Sets the value of the framerate property.

Parameters:
value - allowed object is BigInteger

getSamplingrate

public BigDecimal getSamplingrate()
Gets the value of the samplingrate property.

Returns:
possible object is BigDecimal

setSamplingrate

public void setSamplingrate(BigDecimal value)
Sets the value of the samplingrate property.

Parameters:
value - allowed object is BigDecimal

getChannels

public BigInteger getChannels()
Gets the value of the channels property.

Returns:
possible object is BigInteger

setChannels

public void setChannels(BigInteger value)
Sets the value of the channels property.

Parameters:
value - allowed object is BigInteger

getDuration

public BigInteger getDuration()
Gets the value of the duration property.

Returns:
possible object is BigInteger

setDuration

public void setDuration(BigInteger value)
Sets the value of the duration property.

Parameters:
value - allowed object is BigInteger

getHeight

public BigInteger getHeight()
Gets the value of the height property.

Returns:
possible object is BigInteger

setHeight

public void setHeight(BigInteger value)
Sets the value of the height property.

Parameters:
value - allowed object is BigInteger

getWidth

public BigInteger getWidth()
Gets the value of the width property.

Returns:
possible object is BigInteger

setWidth

public void setWidth(BigInteger value)
Sets the value of the width property.

Parameters:
value - allowed object is BigInteger

getLang

public String getLang()
Gets the value of the lang property.

Returns:
possible object is String

setLang

public void setLang(String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.