|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.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()
String
public void setUrl(String value)
value
- allowed object is
String
public BigInteger getHeight()
BigInteger
public void setHeight(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getWidth()
BigInteger
public 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 |