|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectyarfraw.generated.mrss.elements.MrssContentType
public class MrssContentType
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 |
|---|
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
protected String url
protected BigInteger fileSize
protected String type
protected String medium
protected Boolean isDefault
protected String expression
protected BigInteger bitrate
protected BigInteger framerate
protected BigDecimal samplingrate
protected BigInteger channels
protected BigInteger duration
protected BigInteger height
protected BigInteger width
protected String lang
| Constructor Detail |
|---|
public MrssContentType()
| Method Detail |
|---|
public MrssRatingType getRating()
MrssRatingTypepublic void setRating(MrssRatingType value)
value - allowed object is
MrssRatingTypepublic MrssTitleType getTitle()
MrssTitleTypepublic void setTitle(MrssTitleType value)
value - allowed object is
MrssTitleTypepublic MrssDescriptionType getDescription()
MrssDescriptionTypepublic void setDescription(MrssDescriptionType value)
value - allowed object is
MrssDescriptionTypepublic String getKeywords()
Stringpublic void setKeywords(String value)
value - allowed object is
Stringpublic MrssThumbnailType getThumbnail()
MrssThumbnailTypepublic void setThumbnail(MrssThumbnailType value)
value - allowed object is
MrssThumbnailTypepublic 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()
MrssHashTypepublic void setHash(MrssHashType value)
value - allowed object is
MrssHashTypepublic MrssPlayerType getPlayer()
MrssPlayerTypepublic void setPlayer(MrssPlayerType value)
value - allowed object is
MrssPlayerTypepublic 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()
MrssRestrictionTypepublic void setRestriction(MrssRestrictionType value)
value - allowed object is
MrssRestrictionTypepublic MrssCopyrightType getCopyright()
MrssCopyrightTypepublic void setCopyright(MrssCopyrightType value)
value - allowed object is
MrssCopyrightTypepublic MrssTextType getText()
MrssTextTypepublic void setText(MrssTextType value)
value - allowed object is
MrssTextTypepublic String getValid()
Stringpublic void setValid(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic BigInteger getFileSize()
BigIntegerpublic void setFileSize(BigInteger value)
value - allowed object is
BigIntegerpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getMedium()
Stringpublic void setMedium(String value)
value - allowed object is
Stringpublic Boolean isIsDefault()
Booleanpublic void setIsDefault(Boolean value)
value - allowed object is
Booleanpublic String getExpression()
Stringpublic void setExpression(String value)
value - allowed object is
Stringpublic BigInteger getBitrate()
BigIntegerpublic void setBitrate(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getFramerate()
BigIntegerpublic void setFramerate(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getSamplingrate()
BigDecimalpublic void setSamplingrate(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getChannels()
BigIntegerpublic void setChannels(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDuration()
BigIntegerpublic void setDuration(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getHeight()
BigIntegerpublic void setHeight(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getWidth()
BigIntegerpublic void setWidth(BigInteger value)
value - allowed object is
BigIntegerpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||