|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectyarfraw.generated.mrss.elements.MrssPlayerType
public class MrssPlayerType
Java class for mrssPlayerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mrssPlayerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
height
|
protected String |
url
|
protected BigInteger |
width
|
| Constructor Summary | |
|---|---|
MrssPlayerType()
|
|
| Method Summary | |
|---|---|
BigInteger |
getHeight()
Gets the value of the height property. |
String |
getUrl()
Gets the value of the url property. |
BigInteger |
getWidth()
Gets the value of the width property. |
void |
setHeight(BigInteger value)
Sets the value of the height property. |
void |
setUrl(String value)
Sets the value of the url 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 String url
protected BigInteger height
protected BigInteger width
| Constructor Detail |
|---|
public MrssPlayerType()
| Method Detail |
|---|
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic BigInteger getHeight()
BigIntegerpublic void setHeight(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getWidth()
BigIntegerpublic void setWidth(BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||