|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.melloware.jspiff.jaxb.TrackType
public class TrackType
Java class for TrackType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="identifier" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="creator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="annotation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="info" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="image" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="album" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="trackNum" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="duration" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="link" type="{http://xspf.org/ns/0/}LinkType" maxOccurs="unbounded" minOccurs="0"/>
<element name="meta" type="{http://xspf.org/ns/0/}MetaType" maxOccurs="unbounded" minOccurs="0"/>
<element name="extension" type="{http://xspf.org/ns/0/}ExtensionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
album
|
protected String |
annotation
|
protected String |
creator
|
protected BigInteger |
duration
|
protected List<ExtensionType> |
extension
|
protected List<String> |
identifier
|
protected String |
image
|
protected String |
info
|
protected List<LinkType> |
link
|
protected List<String> |
location
|
protected List<MetaType> |
meta
|
protected String |
title
|
protected BigInteger |
trackNum
|
| Constructor Summary | |
|---|---|
TrackType()
|
|
| Method Summary | |
|---|---|
String |
getAlbum()
Gets the value of the album property. |
String |
getAnnotation()
Gets the value of the annotation property. |
String |
getCreator()
Gets the value of the creator property. |
BigInteger |
getDuration()
Gets the value of the duration property. |
List<ExtensionType> |
getExtension()
Gets the value of the extension property. |
List<String> |
getIdentifier()
Gets the value of the identifier property. |
String |
getImage()
Gets the value of the image property. |
String |
getInfo()
Gets the value of the info property. |
List<LinkType> |
getLink()
Gets the value of the link property. |
List<String> |
getLocation()
Gets the value of the location property. |
List<MetaType> |
getMeta()
Gets the value of the meta property. |
String |
getTitle()
Gets the value of the title property. |
BigInteger |
getTrackNum()
Gets the value of the trackNum property. |
void |
setAlbum(String value)
Sets the value of the album property. |
void |
setAnnotation(String value)
Sets the value of the annotation property. |
void |
setCreator(String value)
Sets the value of the creator property. |
void |
setDuration(BigInteger value)
Sets the value of the duration property. |
void |
setImage(String value)
Sets the value of the image property. |
void |
setInfo(String value)
Sets the value of the info property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setTrackNum(BigInteger value)
Sets the value of the trackNum property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> location
protected List<String> identifier
protected String title
protected String creator
protected String annotation
protected String info
protected String image
protected String album
protected BigInteger trackNum
protected BigInteger duration
protected List<LinkType> link
protected List<MetaType> meta
protected List<ExtensionType> extension
| Constructor Detail |
|---|
public TrackType()
| Method Detail |
|---|
public List<String> getLocation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the location property.
For example, to add a new item, do as follows:
getLocation().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getIdentifier()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the identifier property.
For example, to add a new item, do as follows:
getIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getCreator()
Stringpublic void setCreator(String value)
value - allowed object is
Stringpublic String getAnnotation()
Stringpublic void setAnnotation(String value)
value - allowed object is
Stringpublic String getInfo()
Stringpublic void setInfo(String value)
value - allowed object is
Stringpublic String getImage()
Stringpublic void setImage(String value)
value - allowed object is
Stringpublic String getAlbum()
Stringpublic void setAlbum(String value)
value - allowed object is
Stringpublic BigInteger getTrackNum()
BigIntegerpublic void setTrackNum(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDuration()
BigIntegerpublic void setDuration(BigInteger value)
value - allowed object is
BigIntegerpublic List<LinkType> getLink()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the link property.
For example, to add a new item, do as follows:
getLink().add(newItem);
Objects of the following type(s) are allowed in the list
LinkType
public List<MetaType> getMeta()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the meta property.
For example, to add a new item, do as follows:
getMeta().add(newItem);
Objects of the following type(s) are allowed in the list
MetaType
public List<ExtensionType> getExtension()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||