yarfraw.generated.mrss.elements
Class MrssThumbnailType

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

public class MrssThumbnailType
extends Object

Java class for mrssThumbnailType complex type.

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

 <complexType name="mrssThumbnailType">
   <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" />
       <attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger height
           
protected  String time
           
protected  String url
           
protected  BigInteger width
           
 
Constructor Summary
MrssThumbnailType()
           
 
Method Summary
 BigInteger getHeight()
          Gets the value of the height property.
 String getTime()
          Gets the value of the time 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 setTime(String value)
          Sets the value of the time 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

time

protected String time
Constructor Detail

MrssThumbnailType

public MrssThumbnailType()
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

getTime

public String getTime()
Gets the value of the time property.

Returns:
possible object is String

setTime

public void setTime(String value)
Sets the value of the time property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.