yarfraw.generated.mrss.elements
Class MrssPlayerType

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

public class MrssPlayerType
extends Object

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

url

protected String url

height

protected BigInteger height

width

protected BigInteger width
Constructor Detail

MrssPlayerType

public MrssPlayerType()
Method Detail

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

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


Copyright © 2008. All Rights Reserved.