|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.mrss.elements.MrssThumbnailType
public class MrssThumbnailType
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 |
---|
protected String url
protected BigInteger height
protected BigInteger width
protected String time
Constructor Detail |
---|
public MrssThumbnailType()
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
public String getTime()
String
public void setTime(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |